Expand description
Shader resource types
Structs§
- Descriptor
- Tuple of descriptor set index and binding index.
- Sampler
Info - Information used to create a
vk::Samplerinstance. - Sampler
Info Builder - Builder for
SamplerInfo. - Shader
- Describes a shader program which runs on some pipeline stage.
- Shader
Builder - Builder for
Shader. - Specialization
Info - Describes specialized constant values.
Traits§
- Shader
Code - Trait for types which can be converted into shader code.