Struct vks::VkPushConstantRange [] [src]

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

Fields

Trait Implementations

impl Debug for VkPushConstantRange
[src]

Formats the value using the given formatter.

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