We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fdda64 commit 9e00754Copy full SHA for 9e00754
OpenGL/src/Application.cpp
@@ -249,8 +249,6 @@ wgpu::RequiredLimits getRequiredLimits(wgpu::Adapter& adapter) {
249
250
// We use at most 2 vertex attribute for now
251
requiredLimits.limits.maxVertexAttributes = 2;
252
- // We also never transfer more than 3 components between stages
253
- requiredLimits.limits.maxInterStageShaderComponents = 3;
254
// We should also tell that we use 1 vertex buffers
255
requiredLimits.limits.maxVertexBuffers = 1;
256
// Maximum size of a buffer is 6 vertices of 2 float each
0 commit comments