WebGPU Headers
The WebGPU C API
 
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
Loading...
Searching...
No Matches
WGPUShaderModule methods

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

Functions

WGPUFuture wgpuShaderModuleGetCompilationInfo (WGPUShaderModule shaderModule, WGPUCompilationInfoCallbackInfo callbackInfo)
 
void wgpuShaderModuleSetLabel (WGPUShaderModule shaderModule, WGPUStringView label)
 
void wgpuShaderModuleAddRef (WGPUShaderModule shaderModule)
 
void wgpuShaderModuleRelease (WGPUShaderModule shaderModule)
 

Detailed Description

Functions whose first argument has type WGPUShaderModule.

Function Documentation

◆ wgpuShaderModuleGetCompilationInfo()

WGPUFuture wgpuShaderModuleGetCompilationInfo ( WGPUShaderModule shaderModule,
WGPUCompilationInfoCallbackInfo callbackInfo )

◆ wgpuShaderModuleSetLabel()

void wgpuShaderModuleSetLabel ( WGPUShaderModule shaderModule,
WGPUStringView label )

◆ wgpuShaderModuleAddRef()

void wgpuShaderModuleAddRef ( WGPUShaderModule shaderModule)

◆ wgpuShaderModuleRelease()

void wgpuShaderModuleRelease ( WGPUShaderModule shaderModule)