[][src]Trait vulkayes_core::shader::params::PushConstantsTrait

pub unsafe trait PushConstantsTrait: Sized + Debug {
    const STAGE_FLAGS: ShaderStageFlags;
    const OFFSET_DIV_FOUR: u32;
    const SIZE_DIV_FOUR: u32;
    fn layout_range() -> PushConstantRange { ... }
fn as_bytes(&self) -> &[u8] { ... } }

Trait for values that are to be used as push constants.

Associated Constants

Loading content...

Provided methods

Loading content...

Implementors

Loading content...