mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-12 22:54:15 +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);
|