Class EmbeddedLightTexture
java.lang.Object
com.jozufozu.flywheel.backend.engine.embed.EmbeddedLightTexture
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbind()voiddelete()voidensureCapacity(int sizeX, int sizeY, int sizeZ) voidupload(long ptr, int sizeX, int sizeY, int sizeZ)
-
Field Details
-
sizeX
public int sizeX -
sizeY
public int sizeY -
sizeZ
public int sizeZ
-
-
Constructor Details
-
EmbeddedLightTexture
public EmbeddedLightTexture()
-
-
Method Details
-
bind
public void bind() -
ensureCapacity
public void ensureCapacity(int sizeX, int sizeY, int sizeZ) -
upload
public void upload(long ptr, int sizeX, int sizeY, int sizeZ) -
delete
public void delete()
-