Enum rspirv_reflect::BindingCount [−][src]
pub enum BindingCount {
One,
StaticSized(usize),
Unbounded,
}Variants
One
StaticSized(usize)
Tuple Fields
0: usizeUnbounded
Variable number of resource bindings (usually dubbed “bindless”).
Count is determined in vkDescriptorSetLayoutBinding. No other bindings should follow in this set.
Example
StructuredBuffer<uint> myBinding[]Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for BindingCount
impl Send for BindingCount
impl Sync for BindingCount
impl Unpin for BindingCount
impl UnwindSafe for BindingCount
Blanket Implementations
Mutably borrows from an owned value. Read more
