mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-11 04:54:28 +01:00
these are somewhere else too
This commit is contained in:
parent
31a1fd71ce
commit
a8053ce472
@ -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;
|
||||
|
@ -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 {
|
Loading…
Reference in New Issue
Block a user