Struct vulkan_rs::VkPushConstantRange [] [src]

#[repr(C)]
pub struct VkPushConstantRange { pub stageFlags: VkShaderStageFlags, pub offset: u32, pub size: u32, }

Structure specifying a push constant range

Fields

a set of stage flags describing the shader stages that will access a range of push constants

Trait Implementations

impl Copy for VkPushConstantRange
[src]

impl Clone for VkPushConstantRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPushConstantRange
[src]

Returns the "default value" for a type. Read more