GPUBufferBindingLayout
class GPUBufferBindingLayout
Describes the layout of a buffer binding.
Summary
Public constructors |
|---|
GPUBufferBindingLayout( |
Public constructors
GPUBufferBindingLayout
Added in 1.0.0-alpha05
GPUBufferBindingLayout(
type: Int = BufferBindingType.Uniform,
hasDynamicOffset: Boolean = false,
minBindingSize: Long = 0
)
Public properties
type
Added in 1.0.0-alpha05
var type: Int
The type of the buffer binding. Defaults to @see BufferBindingType.Uniform if undefined.