Skip to content

Commit dac26dd

Browse files
committed
tiny fix in opengles format reporting
1 parent a4dc754 commit dac26dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nbl/video/COpenGLESPhysicalDevice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class COpenGLESPhysicalDevice final : public IOpenGL_PhysicalDeviceBase<COpenGLE
9393
m_bufferUsages[format].bufferView = isAllowedBufferViewFormat(format) ? 1 : 0;
9494
m_bufferUsages[format].storageBufferView = isAllowedBufferViewFormat(format) ? 1 : 0;
9595
m_bufferUsages[format].storageBufferViewAtomic = isAllowedBufferViewFormat(format) ? 1 : 0;
96-
m_bufferUsages[format].accelerationStructureVertex = isAllowedVertexAttribFormat(format);
96+
m_bufferUsages[format].accelerationStructureVertex = false;
9797

9898
m_bufferUsages[format].isInitialized = 1;
9999

0 commit comments

Comments
 (0)