Skip to content

Documentation / device / ShaderKind

Type Alias: ShaderKind

ShaderKind = "vertex" | "fragment" | "compute"

Defined in: libs/device/src/base_types.ts:2108

Shader kind

Released under the MIT License.