Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data PhysicalDeviceCoherentMemoryFeaturesAMD = PhysicalDeviceCoherentMemoryFeaturesAMD {}
- type AMD_DEVICE_COHERENT_MEMORY_SPEC_VERSION = 1
- pattern AMD_DEVICE_COHERENT_MEMORY_SPEC_VERSION :: forall a. Integral a => a
- type AMD_DEVICE_COHERENT_MEMORY_EXTENSION_NAME = "VK_AMD_device_coherent_memory"
- pattern AMD_DEVICE_COHERENT_MEMORY_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a
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
PhysicalDeviceCoherentMemoryFeaturesAMD | |
|
Instances
pattern AMD_DEVICE_COHERENT_MEMORY_SPEC_VERSION :: forall a. Integral a => a Source #
type AMD_DEVICE_COHERENT_MEMORY_EXTENSION_NAME = "VK_AMD_device_coherent_memory" Source #
pattern AMD_DEVICE_COHERENT_MEMORY_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #