Class EmbeddedLightTexture

java.lang.Object
com.jozufozu.flywheel.backend.engine.embed.EmbeddedLightTexture

public class EmbeddedLightTexture extends Object
  • 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()