We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ed6ba commit 1358cbeCopy full SHA for 1358cbe
Graphics/GraphicsTools/interface/OpenXRUtilities.h
@@ -118,7 +118,7 @@ void DILIGENT_GLOBAL_FUNCTION(AllocateOpenXRSwapchainImageData)(RENDER_DEVICE_TY
118
void DILIGENT_GLOBAL_FUNCTION(GetOpenXRSwapchainImage)(IRenderDevice* pDevice,
119
const XrSwapchainImageBaseHeader* ImageData,
120
Uint32 ImageIndex,
121
- const Diligent::TextureDesc REF TexDesc,
+ const TextureDesc REF TexDesc,
122
ITexture** ppImage);
123
124
#include "../../../Primitives/interface/UndefRefMacro.h"
0 commit comments