vulkan-3.6.2: Bindings to the Vulkan graphics API.
Safe HaskellNone
LanguageHaskell2010

Vulkan.Extensions.VK_AMD_device_coherent_memory

Synopsis

Documentation

data PhysicalDeviceCoherentMemoryFeaturesAMD Source #

VkPhysicalDeviceCoherentMemoryFeaturesAMD - Structure describing whether device coherent memory can be supported by an implementation

Members

The members of the PhysicalDeviceCoherentMemoryFeaturesAMD structure describe the following features:

Valid Usage (Implicit)

See Also

Bool32, StructureType

Constructors

PhysicalDeviceCoherentMemoryFeaturesAMD 

Fields

Instances

Instances details
Eq PhysicalDeviceCoherentMemoryFeaturesAMD Source # 
Instance details

Defined in Vulkan.Extensions.VK_AMD_device_coherent_memory

Show PhysicalDeviceCoherentMemoryFeaturesAMD Source # 
Instance details

Defined in Vulkan.Extensions.VK_AMD_device_coherent_memory

Generic PhysicalDeviceCoherentMemoryFeaturesAMD Source # 
Instance details

Defined in Vulkan.Extensions.VK_AMD_device_coherent_memory

Storable PhysicalDeviceCoherentMemoryFeaturesAMD Source # 
Instance details

Defined in Vulkan.Extensions.VK_AMD_device_coherent_memory

FromCStruct PhysicalDeviceCoherentMemoryFeaturesAMD Source # 
Instance details

Defined in Vulkan.Extensions.VK_AMD_device_coherent_memory

ToCStruct PhysicalDeviceCoherentMemoryFeaturesAMD Source # 
Instance details

Defined in Vulkan.Extensions.VK_AMD_device_coherent_memory

Zero PhysicalDeviceCoherentMemoryFeaturesAMD Source # 
Instance details

Defined in Vulkan.Extensions.VK_AMD_device_coherent_memory

type Rep PhysicalDeviceCoherentMemoryFeaturesAMD Source # 
Instance details

Defined in Vulkan.Extensions.VK_AMD_device_coherent_memory

type Rep PhysicalDeviceCoherentMemoryFeaturesAMD = D1 ('MetaData "PhysicalDeviceCoherentMemoryFeaturesAMD" "Vulkan.Extensions.VK_AMD_device_coherent_memory" "vulkan-3.6.2-inplace" 'False) (C1 ('MetaCons "PhysicalDeviceCoherentMemoryFeaturesAMD" 'PrefixI 'True) (S1 ('MetaSel ('Just "deviceCoherentMemory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))

type AMD_DEVICE_COHERENT_MEMORY_EXTENSION_NAME = "VK_AMD_device_coherent_memory" Source #