thanks lwjgl

This commit is contained in:
mcrcortex
2025-07-15 01:10:34 +10:00
parent 91b5710e00
commit 2023ac6ad2

View File

@@ -20,6 +20,6 @@ public class EXTMeshShader {
if (glDrawMeshTasksIndirectEXT_ptr == 0) { if (glDrawMeshTasksIndirectEXT_ptr == 0) {
throw new IllegalStateException("glDrawMeshTasksIndirectEXT not supported"); throw new IllegalStateException("glDrawMeshTasksIndirectEXT not supported");
} }
JNI.callV(indirect, glDrawMeshTasksIndirectEXT_ptr); JNI.callPV(indirect, glDrawMeshTasksIndirectEXT_ptr);
} }
} }