[−][src]Struct unity_native_plugin_sys::VkPhysicalDeviceVulkan12Features
Fields
sType: VkStructureTypepNext: *mut c_voidsamplerMirrorClampToEdge: VkBool32drawIndirectCount: VkBool32storageBuffer8BitAccess: VkBool32uniformAndStorageBuffer8BitAccess: VkBool32storagePushConstant8: VkBool32shaderBufferInt64Atomics: VkBool32shaderFloat16: VkBool32shaderInt8: VkBool32descriptorIndexing: VkBool32shaderInputAttachmentArrayDynamicIndexing: VkBool32shaderUniformTexelBufferArrayDynamicIndexing: VkBool32shaderStorageTexelBufferArrayDynamicIndexing: VkBool32shaderUniformBufferArrayNonUniformIndexing: VkBool32shaderSampledImageArrayNonUniformIndexing: VkBool32shaderStorageBufferArrayNonUniformIndexing: VkBool32shaderStorageImageArrayNonUniformIndexing: VkBool32shaderInputAttachmentArrayNonUniformIndexing: VkBool32shaderUniformTexelBufferArrayNonUniformIndexing: VkBool32shaderStorageTexelBufferArrayNonUniformIndexing: VkBool32descriptorBindingUniformBufferUpdateAfterBind: VkBool32descriptorBindingSampledImageUpdateAfterBind: VkBool32descriptorBindingStorageImageUpdateAfterBind: VkBool32descriptorBindingStorageBufferUpdateAfterBind: VkBool32descriptorBindingUniformTexelBufferUpdateAfterBind: VkBool32descriptorBindingStorageTexelBufferUpdateAfterBind: VkBool32descriptorBindingUpdateUnusedWhilePending: VkBool32descriptorBindingPartiallyBound: VkBool32descriptorBindingVariableDescriptorCount: VkBool32runtimeDescriptorArray: VkBool32samplerFilterMinmax: VkBool32scalarBlockLayout: VkBool32imagelessFramebuffer: VkBool32uniformBufferStandardLayout: VkBool32shaderSubgroupExtendedTypes: VkBool32separateDepthStencilLayouts: VkBool32hostQueryReset: VkBool32timelineSemaphore: VkBool32bufferDeviceAddress: VkBool32bufferDeviceAddressCaptureReplay: VkBool32bufferDeviceAddressMultiDevice: VkBool32vulkanMemoryModel: VkBool32vulkanMemoryModelDeviceScope: VkBool32vulkanMemoryModelAvailabilityVisibilityChains: VkBool32shaderOutputViewportIndex: VkBool32shaderOutputLayer: VkBool32subgroupBroadcastDynamicId: VkBool32Trait Implementations
impl Clone for VkPhysicalDeviceVulkan12Features[src]
fn clone(&self) -> VkPhysicalDeviceVulkan12Features[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for VkPhysicalDeviceVulkan12Features[src]
impl Default for VkPhysicalDeviceVulkan12Features[src]
Auto Trait Implementations
impl RefUnwindSafe for VkPhysicalDeviceVulkan12Features
impl !Send for VkPhysicalDeviceVulkan12Features
impl !Sync for VkPhysicalDeviceVulkan12Features
impl Unpin for VkPhysicalDeviceVulkan12Features
impl UnwindSafe for VkPhysicalDeviceVulkan12Features
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,