mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-05 01:24:14 +01:00
6 lines
102 B
C++
6 lines
102 B
C++
#pragma once
|
|
|
|
#include "dxgi_include.h"
|
|
|
|
std::ostream& operator << (std::ostream& os, DXGI_FORMAT e);
|