pub struct Shader { /* private fields */ }
Expand description
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.
pub struct Shader { /* private fields */ }
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.