mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-13 16:08:50 +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); |