Skip to content

Commit 1358cbe

Browse files
authored
Remove C++ namespace specifier from C API
1 parent d0ed6ba commit 1358cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Graphics/GraphicsTools/interface/OpenXRUtilities.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ void DILIGENT_GLOBAL_FUNCTION(AllocateOpenXRSwapchainImageData)(RENDER_DEVICE_TY
118118
void DILIGENT_GLOBAL_FUNCTION(GetOpenXRSwapchainImage)(IRenderDevice* pDevice,
119119
const XrSwapchainImageBaseHeader* ImageData,
120120
Uint32 ImageIndex,
121-
const Diligent::TextureDesc REF TexDesc,
121+
const TextureDesc REF TexDesc,
122122
ITexture** ppImage);
123123

124124
#include "../../../Primitives/interface/UndefRefMacro.h"

0 commit comments

Comments
 (0)