Struct vulkano::command_buffer::commands_raw::CmdPushConstants [] [src]

pub struct CmdPushConstants<Pc, Pl> { /* fields omitted */ }

Command that sets the current push constants.

Methods

impl<Pc, Pl> CmdPushConstants<Pc, Pl> where
    Pl: PipelineLayoutAbstract
[src]

Builds the command.

Returns an error if the push constants are not compatible with the pipeline layout.

Trait Implementations

impl<Pc, Pl> DeviceOwned for CmdPushConstants<Pc, Pl>
[src]

Returns the device that owns Self.