Crate spirv_layout

Source

Structs§

EntryPoint
Describes a single EntryPoint in a SPIR-V module.
LocationVariable
Describes an input or output variable declared in a SPIRV module
Module
Stores the reflection info of a single SPIRV module.
PushConstantVariable
Describes a push constant variable declared in a SPIRV module
StructMember
Describes a single member of a Type::Struct type
UniformVariable
Describes a uniform variable declared in a SPIRV module

Enums§

Error
ExecutionModel
The execution model of an EntryPoint.
StorageClass
Describes what type of storage a pointer points to
Type
Represents a type declared in a SPIRV module.

Traits§

Variable

Type Aliases§

SpirvResult