Halide
WGPUImageCopyTexture Struct Reference

#include <mini_webgpu.h>

Public Attributes

const WGPUChainedStructnextInChain
 
WGPUTexture texture
 
uint32_t mipLevel
 
WGPUOrigin3D origin
 
WGPUTextureAspect aspect
 

Detailed Description

Definition at line 1244 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

const WGPUChainedStruct* WGPUImageCopyTexture::nextInChain

Definition at line 1245 of file mini_webgpu.h.

◆ texture

WGPUTexture WGPUImageCopyTexture::texture

Definition at line 1246 of file mini_webgpu.h.

◆ mipLevel

uint32_t WGPUImageCopyTexture::mipLevel

Definition at line 1247 of file mini_webgpu.h.

◆ origin

WGPUOrigin3D WGPUImageCopyTexture::origin

Definition at line 1248 of file mini_webgpu.h.

◆ aspect

WGPUTextureAspect WGPUImageCopyTexture::aspect

Definition at line 1249 of file mini_webgpu.h.


The documentation for this struct was generated from the following file: