BufferBindingLayout


class BufferBindingLayout


The required configuration for a buffer binding in a bind group layout.

Summary

Public constructors

BufferBindingLayout(
    type: Int,
    hasDynamicOffset: Boolean,
    minBindingSize: Long
)

Public properties

Boolean
Long
Int

The type of buffer access (uniform, storage, read-only storage).

Public constructors

BufferBindingLayout

Added in 1.0.0-alpha01
BufferBindingLayout(
    type: Int = BufferBindingType.Uniform,
    hasDynamicOffset: Boolean = false,
    minBindingSize: Long = 0
)

Public properties

hasDynamicOffset

Added in 1.0.0-alpha01
var hasDynamicOffsetBoolean

minBindingSize

Added in 1.0.0-alpha01
var minBindingSizeLong

type

Added in 1.0.0-alpha01
var typeInt

The type of buffer access (uniform, storage, read-only storage).