GPUBufferBindingLayout
public final class GPUBufferBindingLayout
Describes the layout of a buffer binding.
Summary
Public constructors |
|---|
GPUBufferBindingLayout( |
Public methods |
|
|---|---|
final long |
|
final int |
getType()The type of the buffer binding. |
final boolean |
|
final void |
setHasDynamicOffset(boolean value) |
final void |
setMinBindingSize(long value) |
final void |
setType(int value)The type of the buffer binding. |
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.