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 8b9ee92 commit 43c28baCopy full SHA for 43c28ba
Graphics/GraphicsTools/src/OpenXRUtilities.cpp
@@ -376,8 +376,8 @@ extern "C"
376
}
377
378
void Diligent_AllocateOpenXRSwapchainImageData(Diligent::RENDER_DEVICE_TYPE DeviceType,
379
- Diligent::Uint32 ImageCount,
380
- Diligent::IDataBlob** ppSwapchainImageData)
+ Diligent::Uint32 ImageCount,
+ Diligent::IDataBlob** ppSwapchainImageData)
381
{
382
Diligent::AllocateOpenXRSwapchainImageData(DeviceType, ImageCount, ppSwapchainImageData);
383
0 commit comments