Class GPUTextureViewDescriptor
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[ToObject]
public class GPUTextureViewDescriptor : GPUObjectDescriptorBase
- Inheritance
-
GPUTextureViewDescriptor
- Inherited Members
-
Constructors
GPUTextureViewDescriptor()
public GPUTextureViewDescriptor()
Fields
ArrayLayerCount
[Value("arrayLayerCount")]
public ulong ArrayLayerCount
Field Value
- ulong
Aspect
[Value("aspect")]
public GPUTextureAspect Aspect
Field Value
- GPUTextureAspect
BaseArrayLayer
[Value("baseArrayLayer")]
public ulong BaseArrayLayer
Field Value
- ulong
BaseMipLevel
[Value("baseMipLevel")]
public ulong BaseMipLevel
Field Value
- ulong
Dimension
[Value("dimension")]
public GPUTextureViewDimension Dimension
Field Value
- GPUTextureViewDimension
Format
[Value("format")]
public GPUTextureFormat Format
Field Value
- GPUTextureFormat
MipLevelCount
[Value("mipLevelCount")]
public ulong MipLevelCount
Field Value
- ulong
Usage
[Value("usage")]
public ulong Usage
Field Value
- ulong