WebGPU Headers
The WebGPU C API
 
Loading...
Searching...
No Matches
WGPUImageCopyTexture Struct Reference

Data Fields

WGPUChainedStruct const * nextInChain
 
WGPUTexture texture
 
uint32_t mipLevel
 
WGPUOrigin3D origin
 
WGPUTextureAspect aspect
 

Detailed Description

Definition at line 1264 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUImageCopyTexture::nextInChain

Definition at line 1265 of file webgpu.h.

◆ texture

WGPUTexture WGPUImageCopyTexture::texture

Definition at line 1266 of file webgpu.h.

◆ mipLevel

uint32_t WGPUImageCopyTexture::mipLevel

Definition at line 1267 of file webgpu.h.

◆ origin

WGPUOrigin3D WGPUImageCopyTexture::origin

Definition at line 1268 of file webgpu.h.

◆ aspect

WGPUTextureAspect WGPUImageCopyTexture::aspect

Definition at line 1269 of file webgpu.h.