WebGPU Native
v0.1.0
The WebGPU C API
|
Functions whose first argument has type Texture. 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) |
Functions whose first argument has type Texture.