Constant web_sys::gpu_shader_stage::FRAGMENT

source ·
pub const FRAGMENT: u32 = _; // 2u32
Expand description

The GPUShaderStage.FRAGMENT const.

This API requires the following crate features to be activated: gpu_shader_stage

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