GPUBindGroupLayoutDescriptor


class GPUBindGroupLayoutDescriptor


A description of the layout for a single bind group.

Summary

Public constructors

Public properties

Array<GPUBindGroupLayoutEntry>

An array of entries defining each resource binding within the group.

String?

The label for the bind group layout.

Public constructors

GPUBindGroupLayoutDescriptor

Added in 1.0.0-alpha02
GPUBindGroupLayoutDescriptor(
    label: String? = null,
    entries: Array<GPUBindGroupLayoutEntry> = arrayOf()
)

Public properties

entries

Added in 1.0.0-alpha02
var entriesArray<GPUBindGroupLayoutEntry>

An array of entries defining each resource binding within the group.

label

Added in 1.0.0-alpha02
var labelString?

The label for the bind group layout.