Module gpu_shader_stage

Source
Expand description

This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as described in the wasm-bindgen guide

Constantsยง

COMPUTE
The GPUShaderStage.COMPUTE const.
FRAGMENT
The GPUShaderStage.FRAGMENT const.
VERTEX
The GPUShaderStage.VERTEX const.