Struct unity_native_plugin_sys::VkPushConstantRange [−][src]
#[repr(C)]pub struct VkPushConstantRange {
pub stageFlags: VkShaderStageFlags,
pub offset: u32,
pub size: u32,
}Fields
stageFlags: VkShaderStageFlagsoffset: u32size: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for VkPushConstantRange
impl Send for VkPushConstantRange
impl Sync for VkPushConstantRange
impl Unpin for VkPushConstantRange
impl UnwindSafe for VkPushConstantRange
Blanket Implementations
Mutably borrows from an owned value. Read more