WebGPU Headers
The WebGPU C API
 
Loading...
Searching...
No Matches
WGPUTexture methods

Functions whose first argument has type WGPUTexture. More...

Functions

WGPUTextureView wgpuTextureCreateView (WGPUTexture texture, WGPUTextureViewDescriptor const *descriptor)
 
void wgpuTextureDestroy (WGPUTexture texture)
 
uint32_t wgpuTextureGetDepthOrArrayLayers (WGPUTexture texture)
 
WGPUTextureDimension wgpuTextureGetDimension (WGPUTexture texture)
 
WGPUTextureFormat wgpuTextureGetFormat (WGPUTexture texture)
 
uint32_t wgpuTextureGetHeight (WGPUTexture texture)
 
uint32_t wgpuTextureGetMipLevelCount (WGPUTexture texture)
 
uint32_t wgpuTextureGetSampleCount (WGPUTexture texture)
 
WGPUTextureUsageFlags wgpuTextureGetUsage (WGPUTexture texture)
 
uint32_t wgpuTextureGetWidth (WGPUTexture texture)
 
void wgpuTextureSetLabel (WGPUTexture texture, char const *label)
 
void wgpuTextureReference (WGPUTexture texture)
 
void wgpuTextureRelease (WGPUTexture texture)
 

Detailed Description

Functions whose first argument has type WGPUTexture.