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
. - A human-readable representation for a span, tailored for text source.
Enums§
- The type of a compilation message.
- Source of a shader module.
Type Aliases§
- Descriptor for a shader module given by Metal MSL source.
- Descriptor for a shader module that will bypass wgpu’s shader tooling, for use with
Device::create_shader_module_passthrough
. - Descriptor for a shader module given by SPIR-V binary.