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>
-
Nested Class Summary
Nested classes/interfaces inherited from class foundry.veil.impl.client.render.shader.block.ShaderBlockImpl
ShaderBlockImpl.StorageType
Nested classes/interfaces inherited from interface foundry.veil.api.client.render.shader.block.ShaderBlock
ShaderBlock.BufferBinding, ShaderBlock.MemoryLayout
-
Field Summary
Fields inherited from class foundry.veil.impl.client.render.shader.block.ShaderBlockImpl
binding, buffer, dirty, value
-
Constructor Summary
ConstructorsConstructorDescriptionDynamicShaderBlockImpl
(ShaderBlock.BufferBinding binding, int initialSize, BiConsumer<T, ByteBuffer> serializer) -
Method Summary
Methods inherited from class foundry.veil.impl.client.render.shader.block.ShaderBlockImpl
getBinding, getIndex, getStorageType, getValue, set, setIndex
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.lwjgl.system.NativeResource
close
Methods inherited from interface foundry.veil.api.client.render.shader.block.ShaderBlock
getValue, set, update
-
Constructor Details
-
DynamicShaderBlockImpl
public DynamicShaderBlockImpl(ShaderBlock.BufferBinding binding, int initialSize, BiConsumer<T, ByteBuffer> serializer)
-
-
Method Details
-
getSize
public int getSize()- Specified by:
getSize
in interfaceDynamicShaderBlock<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 interfaceDynamicShaderBlock<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 classShaderBlockImpl<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 classShaderBlockImpl<T>
- Parameters:
index
- The index to unbind this block from
-
free
public void free()- Specified by:
free
in interfaceorg.lwjgl.system.NativeResource
- Overrides:
free
in classShaderBlockImpl<T>
-