pub struct VulkanRecordingState { /* private fields */ }
Implementations§
Source§impl VulkanRecordingState
impl VulkanRecordingState
pub fn command_buffer(&self) -> CommandBuffer
pub fn command_buffer_level(&self) -> CommandBufferLevel
pub fn render_pass(&self) -> RenderPass
pub fn framebuffer(&self) -> Framebuffer
pub fn sub_pass_index(&self) -> c_int
pub fn current_frame_number(&self) -> c_ulonglong
pub fn safe_frame_number(&self) -> c_ulonglong
Auto Trait Implementations§
impl Freeze for VulkanRecordingState
impl RefUnwindSafe for VulkanRecordingState
impl !Send for VulkanRecordingState
impl !Sync for VulkanRecordingState
impl Unpin for VulkanRecordingState
impl UnwindSafe for VulkanRecordingState
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more