vulkan-3.0.0.0: Bindings to the Vulkan graphics API.

Safe HaskellNone
LanguageHaskell2010

Graphics.Vulkan.Extensions.VK_NV_dedicated_allocation_image_aliasing

Synopsis

Documentation

data PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV Source #

VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV - Structure describing dedicated allocation image aliasing features that can be supported by an implementation

Members

The members of the PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV structure describe the following features:

Description

If the PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV structure is included in the pNext chain of PhysicalDeviceFeatures2, it is filled with values indicating whether each feature is supported. PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV can also be included in the pNext chain of DeviceCreateInfo to enable features.

Valid Usage (Implicit)

See Also

Bool32, StructureType

Constructors

PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV 

Fields

Instances
Show PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_NV_dedicated_allocation_image_aliasing

Storable PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_NV_dedicated_allocation_image_aliasing

FromCStruct PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_NV_dedicated_allocation_image_aliasing

ToCStruct PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_NV_dedicated_allocation_image_aliasing

Zero PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_NV_dedicated_allocation_image_aliasing

type NV_DEDICATED_ALLOCATION_IMAGE_ALIASING_EXTENSION_NAME = "VK_NV_dedicated_allocation_image_aliasing" Source #