File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3030/// \file
3131/// Diligent API information
3232
33- #define DILIGENT_API_VERSION 256001
33+ #define DILIGENT_API_VERSION 256002
3434
3535#include "../../../Primitives/interface/BasicTypes.h"
3636
@@ -62,6 +62,7 @@ struct APIInfo
6262 size_t DisplayModeAttribsSize DEFAULT_INITIALIZER (0 );
6363 size_t SwapChainDescSize DEFAULT_INITIALIZER (0 );
6464 size_t FullScreenModeDescSize DEFAULT_INITIALIZER (0 );
65+ size_t OpenXRAttribsSize DEFAULT_INITIALIZER (0 );
6566 size_t EngineCreateInfoSize DEFAULT_INITIALIZER (0 );
6667 size_t EngineGLCreateInfoSize DEFAULT_INITIALIZER (0 );
6768 size_t EngineD3D11CreateInfoSize DEFAULT_INITIALIZER (0 );
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ static APIInfo InitAPIInfo()
7272 INIT_STRUCTURE_SIZE (DisplayModeAttribs);
7373 INIT_STRUCTURE_SIZE (SwapChainDesc);
7474 INIT_STRUCTURE_SIZE (FullScreenModeDesc);
75+ INIT_STRUCTURE_SIZE (OpenXRAttribs);
7576 INIT_STRUCTURE_SIZE (EngineCreateInfo);
7677 INIT_STRUCTURE_SIZE (EngineGLCreateInfo);
7778 INIT_STRUCTURE_SIZE (EngineD3D11CreateInfo);
Original file line number Diff line number Diff line change 11## Current progress
22
3+ * Added ` OpenXRAttribsSize ` member to ` APIInfo ` struct (API256002)
34* Enabled OpenXR (API256001)
45 * Added ` OpenXRAttribs ` struct and ` pXRAttribs ` member to ` EngineCreateInfo ` struct
56 * Added ` NativeGLContextAttribsWin32 ` and ` NativeGLContextAttribsAndroid ` structs and
You can’t perform that action at this time.
0 commit comments