these are somewhere else too

This commit is contained in:
JozsefA 2021-02-11 23:41:52 -08:00
parent 31a1fd71ce
commit a8053ce472
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package com.simibubi.create.foundation.render.gl.backend;
package com.simibubi.create.foundation.render.backend.gl.versioned;
import org.lwjgl.opengl.GLCapabilities;

View File

@ -1,9 +1,8 @@
package com.simibubi.create.foundation.render.gl.backend;
package com.simibubi.create.foundation.render.backend.gl.versioned;
import org.lwjgl.opengl.*;
import java.nio.ByteBuffer;
import java.util.Arrays;
import java.util.function.Consumer;
public enum MapBuffer implements GlVersioned {