Module lambda::render::shader

source ·
Expand description

A module for compiling shaders into SPIR-V binary.

Structs

A shader that has been compiled into SPIR-V binary. Contains the binary representation of the shader as well as the virtual shader that was used to compile it.
A low level shader compiler to be used for compiling shaders into SPIR-V binary.
Builder for the shaderc platform shader compiler.

Enums

Shader kind.
Meta Representations of real shaders to use for easy compilation