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) |
| WGPUTextureUsage | wgpuTextureGetUsage (WGPUTexture texture) |
| uint32_t | wgpuTextureGetWidth (WGPUTexture texture) |
| void | wgpuTextureSetLabel (WGPUTexture texture, WGPUStringView label) |
| void | wgpuTextureAddRef (WGPUTexture texture) |
| void | wgpuTextureRelease (WGPUTexture texture) |
Functions whose first argument has type WGPUTexture.
| 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 | ) |
| WGPUTextureUsage wgpuTextureGetUsage | ( | WGPUTexture | texture | ) |
| uint32_t wgpuTextureGetWidth | ( | WGPUTexture | texture | ) |
| void wgpuTextureSetLabel | ( | WGPUTexture | texture, |
| WGPUStringView | label ) |
| void wgpuTextureAddRef | ( | WGPUTexture | texture | ) |
| void wgpuTextureRelease | ( | WGPUTexture | texture | ) |