mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-14 18:23:52 +01:00
7 lines
128 B
C
7 lines
128 B
C
|
#pragma once
|
||
|
|
||
|
#include <ostream>
|
||
|
|
||
|
#include "d3d11_include.h"
|
||
|
|
||
|
std::ostream& operator << (std::ostream& os, D3D_FEATURE_LEVEL e);
|