Class GlBuffer

java.lang.Object
com.mojang.blaze3d.buffers.GpuBuffer
com.mojang.blaze3d.opengl.GlBuffer
All Implemented Interfaces:
AutoCloseable

public class GlBuffer extends GpuBuffer
  • Field Details

    • MEMORY_POOl

      protected static final com.mojang.jtracy.MemoryPool MEMORY_POOl
    • closed

      protected boolean closed
    • label

      @Nullable protected final Supplier<String> label
    • dsa

      private final DirectStateAccess dsa
    • handle

      protected final int handle
    • persistentBuffer

      @Nullable protected ByteBuffer persistentBuffer
  • Constructor Details

  • Method Details