1
0
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:
Joshie 2021-01-08 12:02:56 +00:00 committed by Philip Rebohle
parent 838a6ef0f1
commit dde28a967f

View File

@ -288,7 +288,7 @@ IDXGIVkInteropDevice : public IUnknown {
};
struct D3D11_TEXTURE2D_DESC1;
class ID3D11Texture2D;
struct ID3D11Texture2D;
/**
* \brief See IDXGIVkInteropDevice.