Structs§
- Compilation information for a shader module.
- A single message from the shader compilation process.
- Handle to a compiled shader module.
- Descriptor for use with
Device::create_shader_module
. - Descriptor for a shader module given by SPIR-V binary, for use with
Device::create_shader_module_spirv
. - A human-readable representation for a span, tailored for text source.
Enums§
- The type of a compilation message.
- Source of a shader module.