Enum unity_native_plugin_vulkan::vulkan::VulkanEventRenderPassPreCondition [−][src]
#[repr(u32)]
pub enum VulkanEventRenderPassPreCondition {
DontCare,
EnsureInside,
EnsureOutside,
}Variants
Trait Implementations
Auto Trait Implementations
impl Send for VulkanEventRenderPassPreCondition
impl Sync for VulkanEventRenderPassPreCondition
impl Unpin for VulkanEventRenderPassPreCondition
Blanket Implementations
Mutably borrows from an owned value. Read more