1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-13 16:08:50 +01:00
dxvk/src/d3d11/d3d11_enums.h
2017-12-02 16:46:53 +01:00

7 lines
128 B
C++

#pragma once
#include <ostream>
#include "d3d11_include.h"
std::ostream& operator << (std::ostream& os, D3D_FEATURE_LEVEL e);