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