Structs§
- Compilation
Info - Compilation information for a shader module.
- Compilation
Message - A single message from the shader compilation process.
- Shader
Module - Handle to a compiled shader module.
- Shader
Module Descriptor - Descriptor for use with
Device::create_shader_module
. - Source
Location - A human-readable representation for a span, tailored for text source.
Enums§
- Compilation
Message Type - The type of a compilation message.
- Shader
Source - Source of a shader module.
Type Aliases§
- Shader
Module Descriptor Passthrough - Descriptor for a shader module given by any of several sources.
At least one of the shader types that may be used by the backend must be
Some