Table of Contents

Class GPUTextureDescriptor

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class GPUTextureDescriptor : GPUObjectDescriptorBase
Inheritance
GPUTextureDescriptor
Inherited Members

Constructors

GPUTextureDescriptor()

public GPUTextureDescriptor()

Fields

Dimension

[Value("dimension")]
public GPUTextureDimension Dimension

Field Value

GPUTextureDimension

Format

[Value("format")]
public required GPUTextureFormat Format

Field Value

GPUTextureFormat

MipLevelCount

[Value("mipLevelCount")]
public ulong MipLevelCount

Field Value

ulong

SampleCount

[Value("sampleCount")]
public ulong SampleCount

Field Value

ulong

Size

[Value("size")]
public required Union222 Size

Field Value

Union222

Usage

[Value("usage")]
public required ulong Usage

Field Value

ulong

ViewFormats

[Value("viewFormats")]
public List<GPUTextureFormat> ViewFormats

Field Value

List<GPUTextureFormat>