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 969544a commit 8ecc516Copy full SHA for 8ecc516
src/Layers/xrRenderGL/glTextureUtils.cpp
@@ -55,7 +55,7 @@ TextureFormatPairs TextureFormatList[] =
55
//D3DFMT_D16 GL_DEPTH_COMPONENT16
56
//D3DFMT_D32 Not available
57
//D3DFMT_D15S1 Not available
58
- //D3DFMT_D24S8 Not available
+ {D3DFMT_D24S8, GL_DEPTH24_STENCIL8},
59
{ D3DFMT_D24X8, GL_DEPTH24_STENCIL8 },
60
//D3DFMT_D24X4S4 Not available
61
//D3DFMT_D16 DXGI_FORMAT_D16_UNORM
0 commit comments