Struct unity_native_plugin_sys::VkCommandBufferInheritanceRenderPassTransformInfoQCOM [−][src]
#[repr(C)]pub struct VkCommandBufferInheritanceRenderPassTransformInfoQCOM {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub transform: VkSurfaceTransformFlagBitsKHR,
pub renderArea: VkRect2D,
}Fields
sType: VkStructureTypepNext: *mut c_voidtransform: VkSurfaceTransformFlagBitsKHRrenderArea: VkRect2DTrait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more