mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-21 22:54:16 +01:00
[d3d11] Fix forward declaration of ID3D11Texture2D
This should be struct not class. Silences warnings in MSVC.
This commit is contained in:
parent
838a6ef0f1
commit
dde28a967f
@ -288,7 +288,7 @@ IDXGIVkInteropDevice : public IUnknown {
|
||||
};
|
||||
|
||||
struct D3D11_TEXTURE2D_DESC1;
|
||||
class ID3D11Texture2D;
|
||||
struct ID3D11Texture2D;
|
||||
|
||||
/**
|
||||
* \brief See IDXGIVkInteropDevice.
|
||||
|
Loading…
x
Reference in New Issue
Block a user