Class DynamicShaderBlockImpl<T>

java.lang.Object
foundry.veil.impl.client.render.shader.block.ShaderBlockImpl<T>
foundry.veil.impl.client.render.shader.block.DynamicShaderBlockImpl<T>
All Implemented Interfaces:
DynamicShaderBlock<T>, ShaderBlock<T>, AutoCloseable, org.lwjgl.system.NativeResource

@Internal public class DynamicShaderBlockImpl<T> extends ShaderBlockImpl<T> implements DynamicShaderBlock<T>
  • Constructor Details

  • Method Details

    • getSize

      public int getSize()
      Specified by:
      getSize in interface DynamicShaderBlock<T>
      Returns:
      The size of this block in bytes
    • setSize

      public void setSize(int size)
      Description copied from interface: DynamicShaderBlock
      Resizes this shader block to match the new size.
      Specified by:
      setSize in interface DynamicShaderBlock<T>
      Parameters:
      size - The size in bytes
    • bind

      public void bind(int index)
      Description copied from class: ShaderBlockImpl
      Binds this block to the specified index.
      Specified by:
      bind in class ShaderBlockImpl<T>
      Parameters:
      index - The index to bind this block to
    • unbind

      public void unbind(int index)
      Description copied from class: ShaderBlockImpl
      Unbinds this block from the specified index.
      Specified by:
      unbind in class ShaderBlockImpl<T>
      Parameters:
      index - The index to unbind this block from
    • free

      public void free()
      Specified by:
      free in interface org.lwjgl.system.NativeResource
      Overrides:
      free in class ShaderBlockImpl<T>