dawn.WGPUBindGroupLayout
export interface WGPUBindGroupLayout {
/**
* Opaque native handle to this bind group layout.
*/
readonly handle: BindGroupLayoutHandle;
}- readonly
handle(BindGroupLayoutHandle) - – Opaque native handle to this bind group layout.
Bind group layout descriptor.
Describes the structure and types of resources that can be bound to a bind group.