Struct unity_native_plugin_sys::VkQueryPoolPerformanceCreateInfoKHR [−][src]
#[repr(C)]pub struct VkQueryPoolPerformanceCreateInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub queueFamilyIndex: u32,
pub counterIndexCount: u32,
pub pCounterIndices: *const u32,
}Fields
sType: VkStructureTypepNext: *const c_voidqueueFamilyIndex: u32counterIndexCount: u32pCounterIndices: *const u32Trait Implementations
Auto Trait Implementations
impl !Send for VkQueryPoolPerformanceCreateInfoKHR
impl !Sync for VkQueryPoolPerformanceCreateInfoKHR
impl Unpin for VkQueryPoolPerformanceCreateInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more