Module shader_module

Source

Structs§

CompilationInfo
Compilation information for a shader module.
CompilationMessage
A single message from the shader compilation process.
ShaderModule
Handle to a compiled shader module.
ShaderModuleDescriptor
Descriptor for use with Device::create_shader_module.
SourceLocation
A human-readable representation for a span, tailored for text source.

Enums§

CompilationMessageType
The type of a compilation message.
ShaderSource
Source of a shader module.

Type Aliases§

ShaderModuleDescriptorPassthrough
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