pub trait ExtAttachmentFeedbackLoopDynamicStateExtensionDeviceCommands: DeviceV1_0 {
// Provided method
unsafe fn cmd_set_attachment_feedback_loop_enable_ext(
&self,
command_buffer: CommandBuffer,
aspect_mask: ImageAspectFlags,
) { ... }
}Expand description
The device-level commands added by EXT_ATTACHMENT_FEEDBACK_LOOP_DYNAMIC_STATE_EXTENSION.
Provided Methods§
Sourceunsafe fn cmd_set_attachment_feedback_loop_enable_ext(
&self,
command_buffer: CommandBuffer,
aspect_mask: ImageAspectFlags,
)
unsafe fn cmd_set_attachment_feedback_loop_enable_ext( &self, command_buffer: CommandBuffer, aspect_mask: ImageAspectFlags, )
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.