struct BindingArraySamplerInfo {
sampler_heap_name: &'static str,
sampler_index_buffer_name: String,
binding_array_base_index_name: String,
}
Expand description
Information for how to generate a binding_array<sampler>
access.
Fields§
§sampler_heap_name: &'static str
Variable name of the sampler heap
sampler_index_buffer_name: String
Variable name of the sampler index buffer
binding_array_base_index_name: String
Variable name of the base index into the sampler index buffer
Auto Trait Implementations§
impl Freeze for BindingArraySamplerInfo
impl RefUnwindSafe for BindingArraySamplerInfo
impl Send for BindingArraySamplerInfo
impl Sync for BindingArraySamplerInfo
impl Unpin for BindingArraySamplerInfo
impl UnwindSafe for BindingArraySamplerInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more