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

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

Functions

void wgpuShaderModuleGetCompilationInfo (WGPUShaderModule shaderModule, WGPUShaderModuleGetCompilationInfoCallback callback, void *userdata)
 
void wgpuShaderModuleSetLabel (WGPUShaderModule shaderModule, char const *label)
 
void wgpuShaderModuleReference (WGPUShaderModule shaderModule)
 
void wgpuShaderModuleRelease (WGPUShaderModule shaderModule)
 

Detailed Description

Functions whose first argument has type WGPUShaderModule.