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 a4dc754 commit dac26ddCopy full SHA for dac26dd
src/nbl/video/COpenGLESPhysicalDevice.h
@@ -93,7 +93,7 @@ class COpenGLESPhysicalDevice final : public IOpenGL_PhysicalDeviceBase<COpenGLE
93
m_bufferUsages[format].bufferView = isAllowedBufferViewFormat(format) ? 1 : 0;
94
m_bufferUsages[format].storageBufferView = isAllowedBufferViewFormat(format) ? 1 : 0;
95
m_bufferUsages[format].storageBufferViewAtomic = isAllowedBufferViewFormat(format) ? 1 : 0;
96
- m_bufferUsages[format].accelerationStructureVertex = isAllowedVertexAttribFormat(format);
+ m_bufferUsages[format].accelerationStructureVertex = false;
97
98
m_bufferUsages[format].isInitialized = 1;
99
0 commit comments