Table of Contents

Class GPUBindGroupLayoutEntry

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class GPUBindGroupLayoutEntry
Inheritance
GPUBindGroupLayoutEntry
Inherited Members

Constructors

GPUBindGroupLayoutEntry()

public GPUBindGroupLayoutEntry()

Fields

Binding

[Value("binding")]
public required ulong Binding

Field Value

ulong

Buffer

[Value("buffer")]
public GPUBufferBindingLayout Buffer

Field Value

GPUBufferBindingLayout

ExternalTexture

[Value("externalTexture")]
public GPUExternalTextureBindingLayout ExternalTexture

Field Value

GPUExternalTextureBindingLayout

Sampler

[Value("sampler")]
public GPUSamplerBindingLayout Sampler

Field Value

GPUSamplerBindingLayout

StorageTexture

[Value("storageTexture")]
public GPUStorageTextureBindingLayout StorageTexture

Field Value

GPUStorageTextureBindingLayout

Texture

[Value("texture")]
public GPUTextureBindingLayout Texture

Field Value

GPUTextureBindingLayout

Visibility

[Value("visibility")]
public required ulong Visibility

Field Value

ulong