Table of Contents

Class GPUTexelCopyTextureInfo

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

Constructors

GPUTexelCopyTextureInfo()

public GPUTexelCopyTextureInfo()

Fields

Aspect

[Value("aspect")]
public GPUTextureAspect Aspect

Field Value

GPUTextureAspect

MipLevel

[Value("mipLevel")]
public ulong MipLevel

Field Value

ulong

Origin

[Value("origin")]
public Union221 Origin

Field Value

Union221

Texture

[Value("texture")]
public required GPUTexture Texture

Field Value

GPUTexture