Struct ash::vk::PushConstantRange [−][src]
#[repr(C)]pub struct PushConstantRange { pub stage_flags: ShaderStageFlags, pub offset: u32, pub size: u32, }
Expand description
Fields
stage_flags: ShaderStageFlags
offset: u32
size: u32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PushConstantRange
impl Send for PushConstantRange
impl Sync for PushConstantRange
impl Unpin for PushConstantRange
impl UnwindSafe for PushConstantRange
Blanket Implementations
Mutably borrows from an owned value. Read more