mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +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;
|
struct D3D11_TEXTURE2D_DESC1;
|
||||||
class ID3D11Texture2D;
|
struct ID3D11Texture2D;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief See IDXGIVkInteropDevice.
|
* \brief See IDXGIVkInteropDevice.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user