Module glsl

Module glsl 

Source

Structs§

GlslScalar
Separate type from naga::Scalar so that naga can easily add impl’s

Enums§

GlslScalarKind
Separate type from naga::ScalarKind so that naga can easily add impl’s
GlslUniformType
A subset of naga::TypeInner so that uniforms can be analyzed without pulling in the entire naga IR.
GlslVectorSize
Separate type from naga::VectorSize so that naga can easily add impl’s
Version
A GLSL version.

Constants§

FIRST_INSTANCE_BINDING
SUPPORTED_CORE_VERSIONS
List of supported core GLSL versions.
SUPPORTED_ES_VERSIONS
List of supported es GLSL versions.

Type Aliases§

BindingMap
Mapping between resources and bindings.