vulkan-3.0.0.0: Bindings to the Vulkan graphics API.

Safe HaskellNone
LanguageHaskell2010

Graphics.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
Show PhysicalDeviceCoherentMemoryFeaturesAMD Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_AMD_device_coherent_memory

Storable PhysicalDeviceCoherentMemoryFeaturesAMD Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_AMD_device_coherent_memory

FromCStruct PhysicalDeviceCoherentMemoryFeaturesAMD Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_AMD_device_coherent_memory

ToCStruct PhysicalDeviceCoherentMemoryFeaturesAMD Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_AMD_device_coherent_memory

Zero PhysicalDeviceCoherentMemoryFeaturesAMD Source # 
Instance details

Defined in Graphics.Vulkan.Extensions.VK_AMD_device_coherent_memory

type AMD_DEVICE_COHERENT_MEMORY_EXTENSION_NAME = "VK_AMD_device_coherent_memory" Source #