Module shader

Module shader 

Source
Expand description

Shader resource types

Structs§

Descriptor
Tuple of descriptor set index and binding index.
SamplerInfo
Information used to create a vk::Sampler instance.
SamplerInfoBuilder
Builder for SamplerInfo.
Shader
Describes a shader program which runs on some pipeline stage.
ShaderBuilder
Builder for Shader.
SpecializationInfo
Describes specialized constant values.

Traits§

ShaderCode
Trait for types which can be converted into shader code.