This commit is contained in:
mcrcortex
2025-02-07 11:18:06 +10:00
parent f37c5353d0
commit 241897dbd9

View File

@@ -330,14 +330,6 @@ public class ModelTextureBakery {
glUniform1ui(4, streamOffset/4); glUniform1ui(4, streamOffset/4);
glDispatchCompute(1,1,1); glDispatchCompute(1,1,1);
glDispatchCompute(1,1,1);
glDispatchCompute(1,1,1);
glDispatchCompute(1,1,1);
glDispatchCompute(1,1,1);
glDispatchCompute(1,1,1);
glDispatchCompute(1,1,1);
glDispatchCompute(1,1,1);
glDispatchCompute(1,1,1);
} }
private static void renderQuads(BufferBuilder builder, BlockState state, BakedModel model, MatrixStack stack, long randomValue) { private static void renderQuads(BufferBuilder builder, BlockState state, BakedModel model, MatrixStack stack, long randomValue) {