Module 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
Internal functions for the shader module. User applications most likely should not use these functions directly nor should they need to.

Structs§

ShaderModule
Shader modules are used for uploading shaders into the render pipeline.
ShaderModuleBuilder
Builder class for creating a shader module.

Enums§

ShaderModuleType
The type of shader that a shader module represents. Different shader types are used for different operations in the rendering pipeline.