GPUBufferBindingLayout
public final class GPUBufferBindingLayout
Describes the layout of a buffer binding.
Summary
Public constructors
GPUBufferBindingLayout
Added in 1.0.0-alpha05
public GPUBufferBindingLayout(
int type,
boolean hasDynamicOffset,
long minBindingSize
)
Public methods
getType
Added in 1.0.0-alpha05
public final int getType()
The type of the buffer binding. Defaults to @see BufferBindingType.Uniform if undefined.
setType
Added in 1.0.0-alpha05
public final void setType(int value)
The type of the buffer binding. Defaults to @see BufferBindingType.Uniform if undefined.
