Expand description
Low level shader implementations used by the lambda-platform crate to load SPIR-V compiled shaders into the GPU.
Modules§
- internal
- Internal functions for the shader module. User applications most likely should not use these functions directly nor should they need to.
Structs§
- Shader
Module - Shader modules are used for uploading shaders into the render pipeline.
- Shader
Module Builder - Builder class for creating a shader module.
Enums§
- Shader
Module Type - The type of shader that a shader module represents. Different shader types are used for different operations in the rendering pipeline.