vulkan-api-1.1.3.0: Low-level low-overhead vulkan api bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.Vulkan.Ext.VK_KHR_multiview

Contents

Synopsis

Vulkan extension: VK_KHR_multiview

supported: vulkan

contact: Jeff Bolz jeffbolznv@

author: KHR

type: device

Extension number: 54

Required extensions: VK_KHR_get_physical_device_properties2.

Required extensions: VK_KHR_get_physical_device_properties2.

data VkPhysicalDevice16BitStorageFeatures Source #

typedef struct VkPhysicalDevice16BitStorageFeatures {
    VkStructureType sType;
    void*      pNext;
    VkBool32                         storageBuffer16BitAccess;
    VkBool32                         uniformAndStorageBuffer16BitAccess;
    VkBool32                         storagePushConstant16;
    VkBool32                         storageInputOutput16;
} VkPhysicalDevice16BitStorageFeatures;

VkPhysicalDevice16BitStorageFeatures registry at www.khronos.org

Instances

Eq VkPhysicalDevice16BitStorageFeatures Source # 
Ord VkPhysicalDevice16BitStorageFeatures Source # 
Show VkPhysicalDevice16BitStorageFeatures Source # 
Storable VkPhysicalDevice16BitStorageFeatures Source # 
VulkanMarshalPrim VkPhysicalDevice16BitStorageFeatures Source # 
VulkanMarshal VkPhysicalDevice16BitStorageFeatures Source # 
CanWriteField "pNext" VkPhysicalDevice16BitStorageFeatures Source # 
CanWriteField "sType" VkPhysicalDevice16BitStorageFeatures Source # 
CanWriteField "storageBuffer16BitAccess" VkPhysicalDevice16BitStorageFeatures Source # 
CanWriteField "storageInputOutput16" VkPhysicalDevice16BitStorageFeatures Source # 
CanWriteField "storagePushConstant16" VkPhysicalDevice16BitStorageFeatures Source # 
CanWriteField "uniformAndStorageBuffer16BitAccess" VkPhysicalDevice16BitStorageFeatures Source # 
CanReadField "pNext" VkPhysicalDevice16BitStorageFeatures Source # 
CanReadField "sType" VkPhysicalDevice16BitStorageFeatures Source # 
CanReadField "storageBuffer16BitAccess" VkPhysicalDevice16BitStorageFeatures Source # 
CanReadField "storageInputOutput16" VkPhysicalDevice16BitStorageFeatures Source # 
CanReadField "storagePushConstant16" VkPhysicalDevice16BitStorageFeatures Source # 
CanReadField "uniformAndStorageBuffer16BitAccess" VkPhysicalDevice16BitStorageFeatures Source # 
HasField "pNext" VkPhysicalDevice16BitStorageFeatures Source # 
HasField "sType" VkPhysicalDevice16BitStorageFeatures Source # 
HasField "storageBuffer16BitAccess" VkPhysicalDevice16BitStorageFeatures Source # 

Associated Types

type FieldType ("storageBuffer16BitAccess" :: Symbol) VkPhysicalDevice16BitStorageFeatures :: Type Source #

type FieldOptional ("storageBuffer16BitAccess" :: Symbol) VkPhysicalDevice16BitStorageFeatures :: Bool Source #

type FieldOffset ("storageBuffer16BitAccess" :: Symbol) VkPhysicalDevice16BitStorageFeatures :: Nat Source #

type FieldIsArray ("storageBuffer16BitAccess" :: Symbol) VkPhysicalDevice16BitStorageFeatures :: Bool Source #

HasField "storageInputOutput16" VkPhysicalDevice16BitStorageFeatures Source # 
HasField "storagePushConstant16" VkPhysicalDevice16BitStorageFeatures Source # 

Associated Types

type FieldType ("storagePushConstant16" :: Symbol) VkPhysicalDevice16BitStorageFeatures :: Type Source #

type FieldOptional ("storagePushConstant16" :: Symbol) VkPhysicalDevice16BitStorageFeatures :: Bool Source #

type FieldOffset ("storagePushConstant16" :: Symbol) VkPhysicalDevice16BitStorageFeatures :: Nat Source #

type FieldIsArray ("storagePushConstant16" :: Symbol) VkPhysicalDevice16BitStorageFeatures :: Bool Source #

HasField "uniformAndStorageBuffer16BitAccess" VkPhysicalDevice16BitStorageFeatures Source # 

Associated Types

type FieldType ("uniformAndStorageBuffer16BitAccess" :: Symbol) VkPhysicalDevice16BitStorageFeatures :: Type Source #

type FieldOptional ("uniformAndStorageBuffer16BitAccess" :: Symbol) VkPhysicalDevice16BitStorageFeatures :: Bool Source #

type FieldOffset ("uniformAndStorageBuffer16BitAccess" :: Symbol) VkPhysicalDevice16BitStorageFeatures :: Nat Source #

type FieldIsArray ("uniformAndStorageBuffer16BitAccess" :: Symbol) VkPhysicalDevice16BitStorageFeatures :: Bool Source #

type StructFields VkPhysicalDevice16BitStorageFeatures Source # 
type StructFields VkPhysicalDevice16BitStorageFeatures = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "storageBuffer16BitAccess" ((:) Symbol "uniformAndStorageBuffer16BitAccess" ((:) Symbol "storagePushConstant16" ((:) Symbol "storageInputOutput16" ([] Symbol))))))
type CUnionType VkPhysicalDevice16BitStorageFeatures Source # 
type ReturnedOnly VkPhysicalDevice16BitStorageFeatures Source # 
type StructExtends VkPhysicalDevice16BitStorageFeatures Source # 
type FieldType "pNext" VkPhysicalDevice16BitStorageFeatures Source # 
type FieldType "sType" VkPhysicalDevice16BitStorageFeatures Source # 
type FieldType "storageBuffer16BitAccess" VkPhysicalDevice16BitStorageFeatures Source # 
type FieldType "storageBuffer16BitAccess" VkPhysicalDevice16BitStorageFeatures = VkBool32
type FieldType "storageInputOutput16" VkPhysicalDevice16BitStorageFeatures Source # 
type FieldType "storagePushConstant16" VkPhysicalDevice16BitStorageFeatures Source # 
type FieldType "uniformAndStorageBuffer16BitAccess" VkPhysicalDevice16BitStorageFeatures Source # 
type FieldType "uniformAndStorageBuffer16BitAccess" VkPhysicalDevice16BitStorageFeatures = VkBool32
type FieldOptional "pNext" VkPhysicalDevice16BitStorageFeatures Source # 
type FieldOptional "sType" VkPhysicalDevice16BitStorageFeatures Source # 
type FieldOptional "storageBuffer16BitAccess" VkPhysicalDevice16BitStorageFeatures Source # 
type FieldOptional "storageBuffer16BitAccess" VkPhysicalDevice16BitStorageFeatures = False
type FieldOptional "storageInputOutput16" VkPhysicalDevice16BitStorageFeatures Source # 
type FieldOptional "storagePushConstant16" VkPhysicalDevice16BitStorageFeatures Source # 
type FieldOptional "uniformAndStorageBuffer16BitAccess" VkPhysicalDevice16BitStorageFeatures Source # 
type FieldOptional "uniformAndStorageBuffer16BitAccess" VkPhysicalDevice16BitStorageFeatures = False
type FieldOffset "pNext" VkPhysicalDevice16BitStorageFeatures Source # 
type FieldOffset "sType" VkPhysicalDevice16BitStorageFeatures Source # 
type FieldOffset "storageBuffer16BitAccess" VkPhysicalDevice16BitStorageFeatures Source # 
type FieldOffset "storageBuffer16BitAccess" VkPhysicalDevice16BitStorageFeatures = 16
type FieldOffset "storageInputOutput16" VkPhysicalDevice16BitStorageFeatures Source # 
type FieldOffset "storageInputOutput16" VkPhysicalDevice16BitStorageFeatures = 28
type FieldOffset "storagePushConstant16" VkPhysicalDevice16BitStorageFeatures Source # 
type FieldOffset "storagePushConstant16" VkPhysicalDevice16BitStorageFeatures = 24
type FieldOffset "uniformAndStorageBuffer16BitAccess" VkPhysicalDevice16BitStorageFeatures Source # 
type FieldOffset "uniformAndStorageBuffer16BitAccess" VkPhysicalDevice16BitStorageFeatures = 20
type FieldIsArray "pNext" VkPhysicalDevice16BitStorageFeatures Source # 
type FieldIsArray "sType" VkPhysicalDevice16BitStorageFeatures Source # 
type FieldIsArray "storageBuffer16BitAccess" VkPhysicalDevice16BitStorageFeatures Source # 
type FieldIsArray "storageBuffer16BitAccess" VkPhysicalDevice16BitStorageFeatures = False
type FieldIsArray "storageInputOutput16" VkPhysicalDevice16BitStorageFeatures Source # 
type FieldIsArray "storagePushConstant16" VkPhysicalDevice16BitStorageFeatures Source # 
type FieldIsArray "uniformAndStorageBuffer16BitAccess" VkPhysicalDevice16BitStorageFeatures Source # 
type FieldIsArray "uniformAndStorageBuffer16BitAccess" VkPhysicalDevice16BitStorageFeatures = False

data VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source #

typedef struct VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT {
    VkStructureType sType;
    void*                            pNext;
    VkBool32                         advancedBlendCoherentOperations;
} VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT;

VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT registry at www.khronos.org

Instances

Eq VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
Ord VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
Show VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
Storable VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
VulkanMarshalPrim VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
VulkanMarshal VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
CanWriteField "advancedBlendCoherentOperations" VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
CanWriteField "pNext" VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
CanWriteField "sType" VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
CanReadField "advancedBlendCoherentOperations" VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
CanReadField "pNext" VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
CanReadField "sType" VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
HasField "advancedBlendCoherentOperations" VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 

Associated Types

type FieldType ("advancedBlendCoherentOperations" :: Symbol) VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT :: Type Source #

type FieldOptional ("advancedBlendCoherentOperations" :: Symbol) VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT :: Bool Source #

type FieldOffset ("advancedBlendCoherentOperations" :: Symbol) VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT :: Nat Source #

type FieldIsArray ("advancedBlendCoherentOperations" :: Symbol) VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT :: Bool Source #

HasField "pNext" VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
HasField "sType" VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
type StructFields VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
type StructFields VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "advancedBlendCoherentOperations" ([] Symbol)))
type CUnionType VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
type ReturnedOnly VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
type StructExtends VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
type FieldType "advancedBlendCoherentOperations" VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
type FieldType "pNext" VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
type FieldType "sType" VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
type FieldOptional "advancedBlendCoherentOperations" VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
type FieldOptional "pNext" VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
type FieldOptional "sType" VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
type FieldOffset "advancedBlendCoherentOperations" VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
type FieldOffset "advancedBlendCoherentOperations" VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT = 16
type FieldOffset "pNext" VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
type FieldOffset "sType" VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
type FieldIsArray "advancedBlendCoherentOperations" VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
type FieldIsArray "pNext" VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 
type FieldIsArray "sType" VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT Source # 

data VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source #

typedef struct VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT {
    VkStructureType sType;
    void*                            pNext;
    uint32_t                         advancedBlendMaxColorAttachments;
    VkBool32                         advancedBlendIndependentBlend;
    VkBool32                         advancedBlendNonPremultipliedSrcColor;
    VkBool32                         advancedBlendNonPremultipliedDstColor;
    VkBool32                         advancedBlendCorrelatedOverlap;
    VkBool32                         advancedBlendAllOperations;
} VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT;

VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT registry at www.khronos.org

Instances

Eq VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
Ord VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
Show VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
Storable VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
VulkanMarshalPrim VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
VulkanMarshal VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
CanWriteField "advancedBlendAllOperations" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
CanWriteField "advancedBlendCorrelatedOverlap" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
CanWriteField "advancedBlendIndependentBlend" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
CanWriteField "advancedBlendMaxColorAttachments" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
CanWriteField "advancedBlendNonPremultipliedDstColor" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
CanWriteField "advancedBlendNonPremultipliedSrcColor" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
CanWriteField "pNext" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
CanWriteField "sType" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
CanReadField "advancedBlendAllOperations" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
CanReadField "advancedBlendCorrelatedOverlap" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
CanReadField "advancedBlendIndependentBlend" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
CanReadField "advancedBlendMaxColorAttachments" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
CanReadField "advancedBlendNonPremultipliedDstColor" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
CanReadField "advancedBlendNonPremultipliedSrcColor" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
CanReadField "pNext" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
CanReadField "sType" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
HasField "advancedBlendAllOperations" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
HasField "advancedBlendCorrelatedOverlap" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
HasField "advancedBlendIndependentBlend" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
HasField "advancedBlendMaxColorAttachments" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 

Associated Types

type FieldType ("advancedBlendMaxColorAttachments" :: Symbol) VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT :: Type Source #

type FieldOptional ("advancedBlendMaxColorAttachments" :: Symbol) VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT :: Bool Source #

type FieldOffset ("advancedBlendMaxColorAttachments" :: Symbol) VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT :: Nat Source #

type FieldIsArray ("advancedBlendMaxColorAttachments" :: Symbol) VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT :: Bool Source #

HasField "advancedBlendNonPremultipliedDstColor" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 

Associated Types

type FieldType ("advancedBlendNonPremultipliedDstColor" :: Symbol) VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT :: Type Source #

type FieldOptional ("advancedBlendNonPremultipliedDstColor" :: Symbol) VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT :: Bool Source #

type FieldOffset ("advancedBlendNonPremultipliedDstColor" :: Symbol) VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT :: Nat Source #

type FieldIsArray ("advancedBlendNonPremultipliedDstColor" :: Symbol) VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT :: Bool Source #

HasField "advancedBlendNonPremultipliedSrcColor" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 

Associated Types

type FieldType ("advancedBlendNonPremultipliedSrcColor" :: Symbol) VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT :: Type Source #

type FieldOptional ("advancedBlendNonPremultipliedSrcColor" :: Symbol) VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT :: Bool Source #

type FieldOffset ("advancedBlendNonPremultipliedSrcColor" :: Symbol) VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT :: Nat Source #

type FieldIsArray ("advancedBlendNonPremultipliedSrcColor" :: Symbol) VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT :: Bool Source #

HasField "pNext" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
HasField "sType" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type StructFields VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type StructFields VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "advancedBlendMaxColorAttachments" ((:) Symbol "advancedBlendIndependentBlend" ((:) Symbol "advancedBlendNonPremultipliedSrcColor" ((:) Symbol "advancedBlendNonPremultipliedDstColor" ((:) Symbol "advancedBlendCorrelatedOverlap" ((:) Symbol "advancedBlendAllOperations" ([] Symbol))))))))
type CUnionType VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type ReturnedOnly VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type StructExtends VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldType "advancedBlendAllOperations" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldType "advancedBlendCorrelatedOverlap" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldType "advancedBlendIndependentBlend" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldType "advancedBlendMaxColorAttachments" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldType "advancedBlendMaxColorAttachments" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT = Word32
type FieldType "advancedBlendNonPremultipliedDstColor" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldType "advancedBlendNonPremultipliedDstColor" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT = VkBool32
type FieldType "advancedBlendNonPremultipliedSrcColor" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldType "advancedBlendNonPremultipliedSrcColor" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT = VkBool32
type FieldType "pNext" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldType "sType" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldOptional "advancedBlendAllOperations" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldOptional "advancedBlendCorrelatedOverlap" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldOptional "advancedBlendIndependentBlend" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldOptional "advancedBlendMaxColorAttachments" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldOptional "advancedBlendNonPremultipliedDstColor" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldOptional "advancedBlendNonPremultipliedDstColor" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT = False
type FieldOptional "advancedBlendNonPremultipliedSrcColor" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldOptional "advancedBlendNonPremultipliedSrcColor" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT = False
type FieldOptional "pNext" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldOptional "sType" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldOffset "advancedBlendAllOperations" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldOffset "advancedBlendCorrelatedOverlap" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldOffset "advancedBlendCorrelatedOverlap" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT = 32
type FieldOffset "advancedBlendIndependentBlend" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldOffset "advancedBlendIndependentBlend" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT = 20
type FieldOffset "advancedBlendMaxColorAttachments" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldOffset "advancedBlendMaxColorAttachments" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT = 16
type FieldOffset "advancedBlendNonPremultipliedDstColor" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldOffset "advancedBlendNonPremultipliedDstColor" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT = 28
type FieldOffset "advancedBlendNonPremultipliedSrcColor" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldOffset "advancedBlendNonPremultipliedSrcColor" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT = 24
type FieldOffset "pNext" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldOffset "sType" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldIsArray "advancedBlendAllOperations" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldIsArray "advancedBlendCorrelatedOverlap" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldIsArray "advancedBlendIndependentBlend" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldIsArray "advancedBlendMaxColorAttachments" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldIsArray "advancedBlendNonPremultipliedDstColor" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldIsArray "advancedBlendNonPremultipliedDstColor" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT = False
type FieldIsArray "advancedBlendNonPremultipliedSrcColor" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldIsArray "advancedBlendNonPremultipliedSrcColor" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT = False
type FieldIsArray "pNext" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 
type FieldIsArray "sType" VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT Source # 

data VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source #

typedef struct VkPhysicalDeviceConservativeRasterizationPropertiesEXT {
    VkStructureType sType;
    void*                  pNext;
    float                  primitiveOverestimationSize;
    float                  maxExtraPrimitiveOverestimationSize;
    float                  extraPrimitiveOverestimationSizeGranularity;
    VkBool32               primitiveUnderestimation;
    VkBool32               conservativePointAndLineRasterization;
    VkBool32               degenerateTrianglesRasterized;
    VkBool32               degenerateLinesRasterized;
    VkBool32               fullyCoveredFragmentShaderInputVariable;
    VkBool32               conservativeRasterizationPostDepthCoverage;
} VkPhysicalDeviceConservativeRasterizationPropertiesEXT;

VkPhysicalDeviceConservativeRasterizationPropertiesEXT registry at www.khronos.org

Instances

Eq VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
Ord VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
Show VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
Storable VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
VulkanMarshalPrim VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
VulkanMarshal VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
CanWriteField "conservativePointAndLineRasterization" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
CanWriteField "conservativeRasterizationPostDepthCoverage" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
CanWriteField "degenerateLinesRasterized" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
CanWriteField "degenerateTrianglesRasterized" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
CanWriteField "extraPrimitiveOverestimationSizeGranularity" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
CanWriteField "fullyCoveredFragmentShaderInputVariable" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
CanWriteField "maxExtraPrimitiveOverestimationSize" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
CanWriteField "pNext" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
CanWriteField "primitiveOverestimationSize" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
CanWriteField "primitiveUnderestimation" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
CanWriteField "sType" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
CanReadField "conservativePointAndLineRasterization" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
CanReadField "conservativeRasterizationPostDepthCoverage" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
CanReadField "degenerateLinesRasterized" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
CanReadField "degenerateTrianglesRasterized" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
CanReadField "extraPrimitiveOverestimationSizeGranularity" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
CanReadField "fullyCoveredFragmentShaderInputVariable" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
CanReadField "maxExtraPrimitiveOverestimationSize" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
CanReadField "pNext" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
CanReadField "primitiveOverestimationSize" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
CanReadField "primitiveUnderestimation" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
CanReadField "sType" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
HasField "conservativePointAndLineRasterization" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 

Associated Types

type FieldType ("conservativePointAndLineRasterization" :: Symbol) VkPhysicalDeviceConservativeRasterizationPropertiesEXT :: Type Source #

type FieldOptional ("conservativePointAndLineRasterization" :: Symbol) VkPhysicalDeviceConservativeRasterizationPropertiesEXT :: Bool Source #

type FieldOffset ("conservativePointAndLineRasterization" :: Symbol) VkPhysicalDeviceConservativeRasterizationPropertiesEXT :: Nat Source #

type FieldIsArray ("conservativePointAndLineRasterization" :: Symbol) VkPhysicalDeviceConservativeRasterizationPropertiesEXT :: Bool Source #

HasField "conservativeRasterizationPostDepthCoverage" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 

Associated Types

type FieldType ("conservativeRasterizationPostDepthCoverage" :: Symbol) VkPhysicalDeviceConservativeRasterizationPropertiesEXT :: Type Source #

type FieldOptional ("conservativeRasterizationPostDepthCoverage" :: Symbol) VkPhysicalDeviceConservativeRasterizationPropertiesEXT :: Bool Source #

type FieldOffset ("conservativeRasterizationPostDepthCoverage" :: Symbol) VkPhysicalDeviceConservativeRasterizationPropertiesEXT :: Nat Source #

type FieldIsArray ("conservativeRasterizationPostDepthCoverage" :: Symbol) VkPhysicalDeviceConservativeRasterizationPropertiesEXT :: Bool Source #

HasField "degenerateLinesRasterized" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
HasField "degenerateTrianglesRasterized" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
HasField "extraPrimitiveOverestimationSizeGranularity" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 

Associated Types

type FieldType ("extraPrimitiveOverestimationSizeGranularity" :: Symbol) VkPhysicalDeviceConservativeRasterizationPropertiesEXT :: Type Source #

type FieldOptional ("extraPrimitiveOverestimationSizeGranularity" :: Symbol) VkPhysicalDeviceConservativeRasterizationPropertiesEXT :: Bool Source #

type FieldOffset ("extraPrimitiveOverestimationSizeGranularity" :: Symbol) VkPhysicalDeviceConservativeRasterizationPropertiesEXT :: Nat Source #

type FieldIsArray ("extraPrimitiveOverestimationSizeGranularity" :: Symbol) VkPhysicalDeviceConservativeRasterizationPropertiesEXT :: Bool Source #

HasField "fullyCoveredFragmentShaderInputVariable" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 

Associated Types

type FieldType ("fullyCoveredFragmentShaderInputVariable" :: Symbol) VkPhysicalDeviceConservativeRasterizationPropertiesEXT :: Type Source #

type FieldOptional ("fullyCoveredFragmentShaderInputVariable" :: Symbol) VkPhysicalDeviceConservativeRasterizationPropertiesEXT :: Bool Source #

type FieldOffset ("fullyCoveredFragmentShaderInputVariable" :: Symbol) VkPhysicalDeviceConservativeRasterizationPropertiesEXT :: Nat Source #

type FieldIsArray ("fullyCoveredFragmentShaderInputVariable" :: Symbol) VkPhysicalDeviceConservativeRasterizationPropertiesEXT :: Bool Source #

HasField "maxExtraPrimitiveOverestimationSize" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 

Associated Types

type FieldType ("maxExtraPrimitiveOverestimationSize" :: Symbol) VkPhysicalDeviceConservativeRasterizationPropertiesEXT :: Type Source #

type FieldOptional ("maxExtraPrimitiveOverestimationSize" :: Symbol) VkPhysicalDeviceConservativeRasterizationPropertiesEXT :: Bool Source #

type FieldOffset ("maxExtraPrimitiveOverestimationSize" :: Symbol) VkPhysicalDeviceConservativeRasterizationPropertiesEXT :: Nat Source #

type FieldIsArray ("maxExtraPrimitiveOverestimationSize" :: Symbol) VkPhysicalDeviceConservativeRasterizationPropertiesEXT :: Bool Source #

HasField "pNext" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
HasField "primitiveOverestimationSize" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
HasField "primitiveUnderestimation" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
HasField "sType" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type StructFields VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type StructFields VkPhysicalDeviceConservativeRasterizationPropertiesEXT = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "primitiveOverestimationSize" ((:) Symbol "maxExtraPrimitiveOverestimationSize" ((:) Symbol "extraPrimitiveOverestimationSizeGranularity" ((:) Symbol "primitiveUnderestimation" ((:) Symbol "conservativePointAndLineRasterization" ((:) Symbol "degenerateTrianglesRasterized" ((:) Symbol "degenerateLinesRasterized" ((:) Symbol "fullyCoveredFragmentShaderInputVariable" ((:) Symbol "conservativeRasterizationPostDepthCoverage" ([] Symbol)))))))))))
type CUnionType VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type ReturnedOnly VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type StructExtends VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldType "conservativePointAndLineRasterization" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldType "conservativePointAndLineRasterization" VkPhysicalDeviceConservativeRasterizationPropertiesEXT = VkBool32
type FieldType "conservativeRasterizationPostDepthCoverage" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldType "conservativeRasterizationPostDepthCoverage" VkPhysicalDeviceConservativeRasterizationPropertiesEXT = VkBool32
type FieldType "degenerateLinesRasterized" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldType "degenerateTrianglesRasterized" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldType "extraPrimitiveOverestimationSizeGranularity" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldType "extraPrimitiveOverestimationSizeGranularity" VkPhysicalDeviceConservativeRasterizationPropertiesEXT = Float
type FieldType "fullyCoveredFragmentShaderInputVariable" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldType "fullyCoveredFragmentShaderInputVariable" VkPhysicalDeviceConservativeRasterizationPropertiesEXT = VkBool32
type FieldType "maxExtraPrimitiveOverestimationSize" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldType "maxExtraPrimitiveOverestimationSize" VkPhysicalDeviceConservativeRasterizationPropertiesEXT = Float
type FieldType "pNext" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldType "primitiveOverestimationSize" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldType "primitiveUnderestimation" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldType "sType" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldOptional "conservativePointAndLineRasterization" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldOptional "conservativePointAndLineRasterization" VkPhysicalDeviceConservativeRasterizationPropertiesEXT = False
type FieldOptional "conservativeRasterizationPostDepthCoverage" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldOptional "conservativeRasterizationPostDepthCoverage" VkPhysicalDeviceConservativeRasterizationPropertiesEXT = False
type FieldOptional "degenerateLinesRasterized" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldOptional "degenerateTrianglesRasterized" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldOptional "extraPrimitiveOverestimationSizeGranularity" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldOptional "extraPrimitiveOverestimationSizeGranularity" VkPhysicalDeviceConservativeRasterizationPropertiesEXT = False
type FieldOptional "fullyCoveredFragmentShaderInputVariable" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldOptional "fullyCoveredFragmentShaderInputVariable" VkPhysicalDeviceConservativeRasterizationPropertiesEXT = False
type FieldOptional "maxExtraPrimitiveOverestimationSize" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldOptional "pNext" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldOptional "primitiveOverestimationSize" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldOptional "primitiveUnderestimation" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldOptional "sType" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldOffset "conservativePointAndLineRasterization" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldOffset "conservativePointAndLineRasterization" VkPhysicalDeviceConservativeRasterizationPropertiesEXT = 32
type FieldOffset "conservativeRasterizationPostDepthCoverage" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldOffset "conservativeRasterizationPostDepthCoverage" VkPhysicalDeviceConservativeRasterizationPropertiesEXT = 48
type FieldOffset "degenerateLinesRasterized" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldOffset "degenerateTrianglesRasterized" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldOffset "extraPrimitiveOverestimationSizeGranularity" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldOffset "extraPrimitiveOverestimationSizeGranularity" VkPhysicalDeviceConservativeRasterizationPropertiesEXT = 24
type FieldOffset "fullyCoveredFragmentShaderInputVariable" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldOffset "fullyCoveredFragmentShaderInputVariable" VkPhysicalDeviceConservativeRasterizationPropertiesEXT = 44
type FieldOffset "maxExtraPrimitiveOverestimationSize" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldOffset "maxExtraPrimitiveOverestimationSize" VkPhysicalDeviceConservativeRasterizationPropertiesEXT = 20
type FieldOffset "pNext" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldOffset "primitiveOverestimationSize" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldOffset "primitiveUnderestimation" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldOffset "sType" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldIsArray "conservativePointAndLineRasterization" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldIsArray "conservativePointAndLineRasterization" VkPhysicalDeviceConservativeRasterizationPropertiesEXT = False
type FieldIsArray "conservativeRasterizationPostDepthCoverage" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldIsArray "conservativeRasterizationPostDepthCoverage" VkPhysicalDeviceConservativeRasterizationPropertiesEXT = False
type FieldIsArray "degenerateLinesRasterized" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldIsArray "degenerateTrianglesRasterized" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldIsArray "extraPrimitiveOverestimationSizeGranularity" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldIsArray "extraPrimitiveOverestimationSizeGranularity" VkPhysicalDeviceConservativeRasterizationPropertiesEXT = False
type FieldIsArray "fullyCoveredFragmentShaderInputVariable" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldIsArray "fullyCoveredFragmentShaderInputVariable" VkPhysicalDeviceConservativeRasterizationPropertiesEXT = False
type FieldIsArray "maxExtraPrimitiveOverestimationSize" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldIsArray "pNext" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldIsArray "primitiveOverestimationSize" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldIsArray "primitiveUnderestimation" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 
type FieldIsArray "sType" VkPhysicalDeviceConservativeRasterizationPropertiesEXT Source # 

data VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source #

typedef struct VkPhysicalDeviceDescriptorIndexingFeaturesEXT {
    VkStructureType sType;
    void*                            pNext;
    VkBool32               shaderInputAttachmentArrayDynamicIndexing;
    VkBool32               shaderUniformTexelBufferArrayDynamicIndexing;
    VkBool32               shaderStorageTexelBufferArrayDynamicIndexing;
    VkBool32               shaderUniformBufferArrayNonUniformIndexing;
    VkBool32               shaderSampledImageArrayNonUniformIndexing;
    VkBool32               shaderStorageBufferArrayNonUniformIndexing;
    VkBool32               shaderStorageImageArrayNonUniformIndexing;
    VkBool32               shaderInputAttachmentArrayNonUniformIndexing;
    VkBool32               shaderUniformTexelBufferArrayNonUniformIndexing;
    VkBool32               shaderStorageTexelBufferArrayNonUniformIndexing;
    VkBool32               descriptorBindingUniformBufferUpdateAfterBind;
    VkBool32               descriptorBindingSampledImageUpdateAfterBind;
    VkBool32               descriptorBindingStorageImageUpdateAfterBind;
    VkBool32               descriptorBindingStorageBufferUpdateAfterBind;
    VkBool32               descriptorBindingUniformTexelBufferUpdateAfterBind;
    VkBool32               descriptorBindingStorageTexelBufferUpdateAfterBind;
    VkBool32               descriptorBindingUpdateUnusedWhilePending;
    VkBool32               descriptorBindingPartiallyBound;
    VkBool32               descriptorBindingVariableDescriptorCount;
    VkBool32               runtimeDescriptorArray;
} VkPhysicalDeviceDescriptorIndexingFeaturesEXT;

VkPhysicalDeviceDescriptorIndexingFeaturesEXT registry at www.khronos.org

Instances

Eq VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
Ord VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
Show VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
Storable VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
VulkanMarshalPrim VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
VulkanMarshal VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanWriteField "descriptorBindingPartiallyBound" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanWriteField "descriptorBindingSampledImageUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanWriteField "descriptorBindingStorageBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanWriteField "descriptorBindingStorageImageUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanWriteField "descriptorBindingStorageTexelBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanWriteField "descriptorBindingUniformBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanWriteField "descriptorBindingUniformTexelBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanWriteField "descriptorBindingUpdateUnusedWhilePending" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanWriteField "descriptorBindingVariableDescriptorCount" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanWriteField "pNext" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanWriteField "runtimeDescriptorArray" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanWriteField "sType" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanWriteField "shaderInputAttachmentArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanWriteField "shaderInputAttachmentArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanWriteField "shaderSampledImageArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanWriteField "shaderStorageBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanWriteField "shaderStorageImageArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanWriteField "shaderStorageTexelBufferArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanWriteField "shaderStorageTexelBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanWriteField "shaderUniformBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanWriteField "shaderUniformTexelBufferArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanWriteField "shaderUniformTexelBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanReadField "descriptorBindingPartiallyBound" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanReadField "descriptorBindingSampledImageUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanReadField "descriptorBindingStorageBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanReadField "descriptorBindingStorageImageUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanReadField "descriptorBindingStorageTexelBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanReadField "descriptorBindingUniformBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanReadField "descriptorBindingUniformTexelBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanReadField "descriptorBindingUpdateUnusedWhilePending" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanReadField "descriptorBindingVariableDescriptorCount" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanReadField "pNext" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanReadField "runtimeDescriptorArray" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanReadField "sType" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanReadField "shaderInputAttachmentArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanReadField "shaderInputAttachmentArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanReadField "shaderSampledImageArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanReadField "shaderStorageBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanReadField "shaderStorageImageArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanReadField "shaderStorageTexelBufferArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanReadField "shaderStorageTexelBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanReadField "shaderUniformBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanReadField "shaderUniformTexelBufferArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
CanReadField "shaderUniformTexelBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
HasField "descriptorBindingPartiallyBound" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 

Associated Types

type FieldType ("descriptorBindingPartiallyBound" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Type Source #

type FieldOptional ("descriptorBindingPartiallyBound" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

type FieldOffset ("descriptorBindingPartiallyBound" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Nat Source #

type FieldIsArray ("descriptorBindingPartiallyBound" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

HasField "descriptorBindingSampledImageUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 

Associated Types

type FieldType ("descriptorBindingSampledImageUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Type Source #

type FieldOptional ("descriptorBindingSampledImageUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

type FieldOffset ("descriptorBindingSampledImageUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Nat Source #

type FieldIsArray ("descriptorBindingSampledImageUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

HasField "descriptorBindingStorageBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 

Associated Types

type FieldType ("descriptorBindingStorageBufferUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Type Source #

type FieldOptional ("descriptorBindingStorageBufferUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

type FieldOffset ("descriptorBindingStorageBufferUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Nat Source #

type FieldIsArray ("descriptorBindingStorageBufferUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

HasField "descriptorBindingStorageImageUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 

Associated Types

type FieldType ("descriptorBindingStorageImageUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Type Source #

type FieldOptional ("descriptorBindingStorageImageUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

type FieldOffset ("descriptorBindingStorageImageUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Nat Source #

type FieldIsArray ("descriptorBindingStorageImageUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

HasField "descriptorBindingStorageTexelBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 

Associated Types

type FieldType ("descriptorBindingStorageTexelBufferUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Type Source #

type FieldOptional ("descriptorBindingStorageTexelBufferUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

type FieldOffset ("descriptorBindingStorageTexelBufferUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Nat Source #

type FieldIsArray ("descriptorBindingStorageTexelBufferUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

HasField "descriptorBindingUniformBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 

Associated Types

type FieldType ("descriptorBindingUniformBufferUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Type Source #

type FieldOptional ("descriptorBindingUniformBufferUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

type FieldOffset ("descriptorBindingUniformBufferUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Nat Source #

type FieldIsArray ("descriptorBindingUniformBufferUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

HasField "descriptorBindingUniformTexelBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 

Associated Types

type FieldType ("descriptorBindingUniformTexelBufferUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Type Source #

type FieldOptional ("descriptorBindingUniformTexelBufferUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

type FieldOffset ("descriptorBindingUniformTexelBufferUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Nat Source #

type FieldIsArray ("descriptorBindingUniformTexelBufferUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

HasField "descriptorBindingUpdateUnusedWhilePending" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 

Associated Types

type FieldType ("descriptorBindingUpdateUnusedWhilePending" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Type Source #

type FieldOptional ("descriptorBindingUpdateUnusedWhilePending" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

type FieldOffset ("descriptorBindingUpdateUnusedWhilePending" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Nat Source #

type FieldIsArray ("descriptorBindingUpdateUnusedWhilePending" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

HasField "descriptorBindingVariableDescriptorCount" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 

Associated Types

type FieldType ("descriptorBindingVariableDescriptorCount" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Type Source #

type FieldOptional ("descriptorBindingVariableDescriptorCount" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

type FieldOffset ("descriptorBindingVariableDescriptorCount" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Nat Source #

type FieldIsArray ("descriptorBindingVariableDescriptorCount" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

HasField "pNext" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
HasField "runtimeDescriptorArray" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
HasField "sType" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
HasField "shaderInputAttachmentArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 

Associated Types

type FieldType ("shaderInputAttachmentArrayDynamicIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Type Source #

type FieldOptional ("shaderInputAttachmentArrayDynamicIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

type FieldOffset ("shaderInputAttachmentArrayDynamicIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Nat Source #

type FieldIsArray ("shaderInputAttachmentArrayDynamicIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

HasField "shaderInputAttachmentArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 

Associated Types

type FieldType ("shaderInputAttachmentArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Type Source #

type FieldOptional ("shaderInputAttachmentArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

type FieldOffset ("shaderInputAttachmentArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Nat Source #

type FieldIsArray ("shaderInputAttachmentArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

HasField "shaderSampledImageArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 

Associated Types

type FieldType ("shaderSampledImageArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Type Source #

type FieldOptional ("shaderSampledImageArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

type FieldOffset ("shaderSampledImageArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Nat Source #

type FieldIsArray ("shaderSampledImageArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

HasField "shaderStorageBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 

Associated Types

type FieldType ("shaderStorageBufferArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Type Source #

type FieldOptional ("shaderStorageBufferArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

type FieldOffset ("shaderStorageBufferArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Nat Source #

type FieldIsArray ("shaderStorageBufferArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

HasField "shaderStorageImageArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 

Associated Types

type FieldType ("shaderStorageImageArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Type Source #

type FieldOptional ("shaderStorageImageArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

type FieldOffset ("shaderStorageImageArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Nat Source #

type FieldIsArray ("shaderStorageImageArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

HasField "shaderStorageTexelBufferArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 

Associated Types

type FieldType ("shaderStorageTexelBufferArrayDynamicIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Type Source #

type FieldOptional ("shaderStorageTexelBufferArrayDynamicIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

type FieldOffset ("shaderStorageTexelBufferArrayDynamicIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Nat Source #

type FieldIsArray ("shaderStorageTexelBufferArrayDynamicIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

HasField "shaderStorageTexelBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 

Associated Types

type FieldType ("shaderStorageTexelBufferArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Type Source #

type FieldOptional ("shaderStorageTexelBufferArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

type FieldOffset ("shaderStorageTexelBufferArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Nat Source #

type FieldIsArray ("shaderStorageTexelBufferArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

HasField "shaderUniformBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 

Associated Types

type FieldType ("shaderUniformBufferArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Type Source #

type FieldOptional ("shaderUniformBufferArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

type FieldOffset ("shaderUniformBufferArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Nat Source #

type FieldIsArray ("shaderUniformBufferArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

HasField "shaderUniformTexelBufferArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 

Associated Types

type FieldType ("shaderUniformTexelBufferArrayDynamicIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Type Source #

type FieldOptional ("shaderUniformTexelBufferArrayDynamicIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

type FieldOffset ("shaderUniformTexelBufferArrayDynamicIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Nat Source #

type FieldIsArray ("shaderUniformTexelBufferArrayDynamicIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

HasField "shaderUniformTexelBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 

Associated Types

type FieldType ("shaderUniformTexelBufferArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Type Source #

type FieldOptional ("shaderUniformTexelBufferArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

type FieldOffset ("shaderUniformTexelBufferArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Nat Source #

type FieldIsArray ("shaderUniformTexelBufferArrayNonUniformIndexing" :: Symbol) VkPhysicalDeviceDescriptorIndexingFeaturesEXT :: Bool Source #

type StructFields VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type StructFields VkPhysicalDeviceDescriptorIndexingFeaturesEXT = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "shaderInputAttachmentArrayDynamicIndexing" ((:) Symbol "shaderUniformTexelBufferArrayDynamicIndexing" ((:) Symbol "shaderStorageTexelBufferArrayDynamicIndexing" ((:) Symbol "shaderUniformBufferArrayNonUniformIndexing" ((:) Symbol "shaderSampledImageArrayNonUniformIndexing" ((:) Symbol "shaderStorageBufferArrayNonUniformIndexing" ((:) Symbol "shaderStorageImageArrayNonUniformIndexing" ((:) Symbol "shaderInputAttachmentArrayNonUniformIndexing" ((:) Symbol "shaderUniformTexelBufferArrayNonUniformIndexing" ((:) Symbol "shaderStorageTexelBufferArrayNonUniformIndexing" ((:) Symbol "descriptorBindingUniformBufferUpdateAfterBind" ((:) Symbol "descriptorBindingSampledImageUpdateAfterBind" ((:) Symbol "descriptorBindingStorageImageUpdateAfterBind" ((:) Symbol "descriptorBindingStorageBufferUpdateAfterBind" ((:) Symbol "descriptorBindingUniformTexelBufferUpdateAfterBind" ((:) Symbol "descriptorBindingStorageTexelBufferUpdateAfterBind" ((:) Symbol "descriptorBindingUpdateUnusedWhilePending" ((:) Symbol "descriptorBindingPartiallyBound" ((:) Symbol "descriptorBindingVariableDescriptorCount" ((:) Symbol "runtimeDescriptorArray" ([] Symbol))))))))))))))))))))))
type CUnionType VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type ReturnedOnly VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type StructExtends VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldType "descriptorBindingPartiallyBound" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldType "descriptorBindingPartiallyBound" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = VkBool32
type FieldType "descriptorBindingSampledImageUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldType "descriptorBindingSampledImageUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = VkBool32
type FieldType "descriptorBindingStorageBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldType "descriptorBindingStorageBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = VkBool32
type FieldType "descriptorBindingStorageImageUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldType "descriptorBindingStorageImageUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = VkBool32
type FieldType "descriptorBindingStorageTexelBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldType "descriptorBindingStorageTexelBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = VkBool32
type FieldType "descriptorBindingUniformBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldType "descriptorBindingUniformBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = VkBool32
type FieldType "descriptorBindingUniformTexelBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldType "descriptorBindingUniformTexelBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = VkBool32
type FieldType "descriptorBindingUpdateUnusedWhilePending" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldType "descriptorBindingUpdateUnusedWhilePending" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = VkBool32
type FieldType "descriptorBindingVariableDescriptorCount" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldType "descriptorBindingVariableDescriptorCount" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = VkBool32
type FieldType "pNext" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldType "runtimeDescriptorArray" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldType "sType" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldType "shaderInputAttachmentArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldType "shaderInputAttachmentArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = VkBool32
type FieldType "shaderInputAttachmentArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldType "shaderInputAttachmentArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = VkBool32
type FieldType "shaderSampledImageArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldType "shaderSampledImageArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = VkBool32
type FieldType "shaderStorageBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldType "shaderStorageBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = VkBool32
type FieldType "shaderStorageImageArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldType "shaderStorageImageArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = VkBool32
type FieldType "shaderStorageTexelBufferArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldType "shaderStorageTexelBufferArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = VkBool32
type FieldType "shaderStorageTexelBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldType "shaderStorageTexelBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = VkBool32
type FieldType "shaderUniformBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldType "shaderUniformBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = VkBool32
type FieldType "shaderUniformTexelBufferArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldType "shaderUniformTexelBufferArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = VkBool32
type FieldType "shaderUniformTexelBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldType "shaderUniformTexelBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = VkBool32
type FieldOptional "descriptorBindingPartiallyBound" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOptional "descriptorBindingPartiallyBound" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldOptional "descriptorBindingSampledImageUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOptional "descriptorBindingSampledImageUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldOptional "descriptorBindingStorageBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOptional "descriptorBindingStorageBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldOptional "descriptorBindingStorageImageUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOptional "descriptorBindingStorageImageUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldOptional "descriptorBindingStorageTexelBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOptional "descriptorBindingStorageTexelBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldOptional "descriptorBindingUniformBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOptional "descriptorBindingUniformBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldOptional "descriptorBindingUniformTexelBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOptional "descriptorBindingUniformTexelBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldOptional "descriptorBindingUpdateUnusedWhilePending" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOptional "descriptorBindingUpdateUnusedWhilePending" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldOptional "descriptorBindingVariableDescriptorCount" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOptional "descriptorBindingVariableDescriptorCount" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldOptional "pNext" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOptional "runtimeDescriptorArray" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOptional "sType" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOptional "shaderInputAttachmentArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOptional "shaderInputAttachmentArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldOptional "shaderInputAttachmentArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOptional "shaderInputAttachmentArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldOptional "shaderSampledImageArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOptional "shaderSampledImageArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldOptional "shaderStorageBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOptional "shaderStorageBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldOptional "shaderStorageImageArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOptional "shaderStorageImageArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldOptional "shaderStorageTexelBufferArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOptional "shaderStorageTexelBufferArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldOptional "shaderStorageTexelBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOptional "shaderStorageTexelBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldOptional "shaderUniformBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOptional "shaderUniformBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldOptional "shaderUniformTexelBufferArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOptional "shaderUniformTexelBufferArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldOptional "shaderUniformTexelBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOptional "shaderUniformTexelBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldOffset "descriptorBindingPartiallyBound" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOffset "descriptorBindingPartiallyBound" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = 84
type FieldOffset "descriptorBindingSampledImageUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOffset "descriptorBindingSampledImageUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = 60
type FieldOffset "descriptorBindingStorageBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOffset "descriptorBindingStorageBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = 68
type FieldOffset "descriptorBindingStorageImageUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOffset "descriptorBindingStorageImageUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = 64
type FieldOffset "descriptorBindingStorageTexelBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOffset "descriptorBindingStorageTexelBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = 76
type FieldOffset "descriptorBindingUniformBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOffset "descriptorBindingUniformBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = 56
type FieldOffset "descriptorBindingUniformTexelBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOffset "descriptorBindingUniformTexelBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = 72
type FieldOffset "descriptorBindingUpdateUnusedWhilePending" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOffset "descriptorBindingUpdateUnusedWhilePending" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = 80
type FieldOffset "descriptorBindingVariableDescriptorCount" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOffset "descriptorBindingVariableDescriptorCount" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = 88
type FieldOffset "pNext" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOffset "runtimeDescriptorArray" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOffset "sType" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOffset "shaderInputAttachmentArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOffset "shaderInputAttachmentArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = 16
type FieldOffset "shaderInputAttachmentArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOffset "shaderInputAttachmentArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = 44
type FieldOffset "shaderSampledImageArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOffset "shaderSampledImageArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = 32
type FieldOffset "shaderStorageBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOffset "shaderStorageBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = 36
type FieldOffset "shaderStorageImageArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOffset "shaderStorageImageArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = 40
type FieldOffset "shaderStorageTexelBufferArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOffset "shaderStorageTexelBufferArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = 24
type FieldOffset "shaderStorageTexelBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOffset "shaderStorageTexelBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = 52
type FieldOffset "shaderUniformBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOffset "shaderUniformBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = 28
type FieldOffset "shaderUniformTexelBufferArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOffset "shaderUniformTexelBufferArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = 20
type FieldOffset "shaderUniformTexelBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldOffset "shaderUniformTexelBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = 48
type FieldIsArray "descriptorBindingPartiallyBound" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldIsArray "descriptorBindingPartiallyBound" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldIsArray "descriptorBindingSampledImageUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldIsArray "descriptorBindingSampledImageUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldIsArray "descriptorBindingStorageBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldIsArray "descriptorBindingStorageBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldIsArray "descriptorBindingStorageImageUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldIsArray "descriptorBindingStorageImageUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldIsArray "descriptorBindingStorageTexelBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldIsArray "descriptorBindingStorageTexelBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldIsArray "descriptorBindingUniformBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldIsArray "descriptorBindingUniformBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldIsArray "descriptorBindingUniformTexelBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldIsArray "descriptorBindingUniformTexelBufferUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldIsArray "descriptorBindingUpdateUnusedWhilePending" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldIsArray "descriptorBindingUpdateUnusedWhilePending" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldIsArray "descriptorBindingVariableDescriptorCount" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldIsArray "descriptorBindingVariableDescriptorCount" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldIsArray "pNext" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldIsArray "runtimeDescriptorArray" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldIsArray "sType" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldIsArray "shaderInputAttachmentArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldIsArray "shaderInputAttachmentArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldIsArray "shaderInputAttachmentArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldIsArray "shaderInputAttachmentArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldIsArray "shaderSampledImageArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldIsArray "shaderSampledImageArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldIsArray "shaderStorageBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldIsArray "shaderStorageBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldIsArray "shaderStorageImageArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldIsArray "shaderStorageImageArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldIsArray "shaderStorageTexelBufferArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldIsArray "shaderStorageTexelBufferArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldIsArray "shaderStorageTexelBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldIsArray "shaderStorageTexelBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldIsArray "shaderUniformBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldIsArray "shaderUniformBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldIsArray "shaderUniformTexelBufferArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldIsArray "shaderUniformTexelBufferArrayDynamicIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False
type FieldIsArray "shaderUniformTexelBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT Source # 
type FieldIsArray "shaderUniformTexelBufferArrayNonUniformIndexing" VkPhysicalDeviceDescriptorIndexingFeaturesEXT = False

data VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source #

typedef struct VkPhysicalDeviceDescriptorIndexingPropertiesEXT {
    VkStructureType sType;
    void*                            pNext;
    uint32_t               maxUpdateAfterBindDescriptorsInAllPools;
    VkBool32               shaderUniformBufferArrayNonUniformIndexingNative;
    VkBool32               shaderSampledImageArrayNonUniformIndexingNative;
    VkBool32               shaderStorageBufferArrayNonUniformIndexingNative;
    VkBool32               shaderStorageImageArrayNonUniformIndexingNative;
    VkBool32               shaderInputAttachmentArrayNonUniformIndexingNative;
    VkBool32               robustBufferAccessUpdateAfterBind;
    VkBool32               quadDivergentImplicitLod;
    uint32_t               maxPerStageDescriptorUpdateAfterBindSamplers;
    uint32_t               maxPerStageDescriptorUpdateAfterBindUniformBuffers;
    uint32_t               maxPerStageDescriptorUpdateAfterBindStorageBuffers;
    uint32_t               maxPerStageDescriptorUpdateAfterBindSampledImages;
    uint32_t               maxPerStageDescriptorUpdateAfterBindStorageImages;
    uint32_t               maxPerStageDescriptorUpdateAfterBindInputAttachments;
    uint32_t               maxPerStageUpdateAfterBindResources;
    uint32_t               maxDescriptorSetUpdateAfterBindSamplers;
    uint32_t               maxDescriptorSetUpdateAfterBindUniformBuffers;
    uint32_t               maxDescriptorSetUpdateAfterBindUniformBuffersDynamic;
    uint32_t               maxDescriptorSetUpdateAfterBindStorageBuffers;
    uint32_t               maxDescriptorSetUpdateAfterBindStorageBuffersDynamic;
    uint32_t               maxDescriptorSetUpdateAfterBindSampledImages;
    uint32_t               maxDescriptorSetUpdateAfterBindStorageImages;
    uint32_t               maxDescriptorSetUpdateAfterBindInputAttachments;
} VkPhysicalDeviceDescriptorIndexingPropertiesEXT;

VkPhysicalDeviceDescriptorIndexingPropertiesEXT registry at www.khronos.org

Instances

Eq VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
Ord VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
Show VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
Storable VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
VulkanMarshalPrim VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
VulkanMarshal VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanWriteField "maxDescriptorSetUpdateAfterBindInputAttachments" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanWriteField "maxDescriptorSetUpdateAfterBindSampledImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanWriteField "maxDescriptorSetUpdateAfterBindSamplers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanWriteField "maxDescriptorSetUpdateAfterBindStorageBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanWriteField "maxDescriptorSetUpdateAfterBindStorageBuffersDynamic" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanWriteField "maxDescriptorSetUpdateAfterBindStorageImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanWriteField "maxDescriptorSetUpdateAfterBindUniformBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanWriteField "maxDescriptorSetUpdateAfterBindUniformBuffersDynamic" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanWriteField "maxPerStageDescriptorUpdateAfterBindInputAttachments" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanWriteField "maxPerStageDescriptorUpdateAfterBindSampledImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanWriteField "maxPerStageDescriptorUpdateAfterBindSamplers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanWriteField "maxPerStageDescriptorUpdateAfterBindStorageBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanWriteField "maxPerStageDescriptorUpdateAfterBindStorageImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanWriteField "maxPerStageDescriptorUpdateAfterBindUniformBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanWriteField "maxPerStageUpdateAfterBindResources" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanWriteField "maxUpdateAfterBindDescriptorsInAllPools" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanWriteField "pNext" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanWriteField "quadDivergentImplicitLod" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanWriteField "robustBufferAccessUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanWriteField "sType" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanWriteField "shaderInputAttachmentArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanWriteField "shaderSampledImageArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanWriteField "shaderStorageBufferArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanWriteField "shaderStorageImageArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanWriteField "shaderUniformBufferArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanReadField "maxDescriptorSetUpdateAfterBindInputAttachments" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanReadField "maxDescriptorSetUpdateAfterBindSampledImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanReadField "maxDescriptorSetUpdateAfterBindSamplers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanReadField "maxDescriptorSetUpdateAfterBindStorageBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanReadField "maxDescriptorSetUpdateAfterBindStorageBuffersDynamic" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanReadField "maxDescriptorSetUpdateAfterBindStorageImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanReadField "maxDescriptorSetUpdateAfterBindUniformBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanReadField "maxDescriptorSetUpdateAfterBindUniformBuffersDynamic" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanReadField "maxPerStageDescriptorUpdateAfterBindInputAttachments" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanReadField "maxPerStageDescriptorUpdateAfterBindSampledImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanReadField "maxPerStageDescriptorUpdateAfterBindSamplers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanReadField "maxPerStageDescriptorUpdateAfterBindStorageBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanReadField "maxPerStageDescriptorUpdateAfterBindStorageImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanReadField "maxPerStageDescriptorUpdateAfterBindUniformBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanReadField "maxPerStageUpdateAfterBindResources" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanReadField "maxUpdateAfterBindDescriptorsInAllPools" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanReadField "pNext" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanReadField "quadDivergentImplicitLod" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanReadField "robustBufferAccessUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanReadField "sType" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanReadField "shaderInputAttachmentArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanReadField "shaderSampledImageArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanReadField "shaderStorageBufferArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanReadField "shaderStorageImageArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
CanReadField "shaderUniformBufferArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
HasField "maxDescriptorSetUpdateAfterBindInputAttachments" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 

Associated Types

type FieldType ("maxDescriptorSetUpdateAfterBindInputAttachments" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Type Source #

type FieldOptional ("maxDescriptorSetUpdateAfterBindInputAttachments" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

type FieldOffset ("maxDescriptorSetUpdateAfterBindInputAttachments" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Nat Source #

type FieldIsArray ("maxDescriptorSetUpdateAfterBindInputAttachments" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

HasField "maxDescriptorSetUpdateAfterBindSampledImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 

Associated Types

type FieldType ("maxDescriptorSetUpdateAfterBindSampledImages" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Type Source #

type FieldOptional ("maxDescriptorSetUpdateAfterBindSampledImages" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

type FieldOffset ("maxDescriptorSetUpdateAfterBindSampledImages" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Nat Source #

type FieldIsArray ("maxDescriptorSetUpdateAfterBindSampledImages" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

HasField "maxDescriptorSetUpdateAfterBindSamplers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 

Associated Types

type FieldType ("maxDescriptorSetUpdateAfterBindSamplers" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Type Source #

type FieldOptional ("maxDescriptorSetUpdateAfterBindSamplers" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

type FieldOffset ("maxDescriptorSetUpdateAfterBindSamplers" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Nat Source #

type FieldIsArray ("maxDescriptorSetUpdateAfterBindSamplers" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

HasField "maxDescriptorSetUpdateAfterBindStorageBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 

Associated Types

type FieldType ("maxDescriptorSetUpdateAfterBindStorageBuffers" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Type Source #

type FieldOptional ("maxDescriptorSetUpdateAfterBindStorageBuffers" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

type FieldOffset ("maxDescriptorSetUpdateAfterBindStorageBuffers" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Nat Source #

type FieldIsArray ("maxDescriptorSetUpdateAfterBindStorageBuffers" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

HasField "maxDescriptorSetUpdateAfterBindStorageBuffersDynamic" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 

Associated Types

type FieldType ("maxDescriptorSetUpdateAfterBindStorageBuffersDynamic" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Type Source #

type FieldOptional ("maxDescriptorSetUpdateAfterBindStorageBuffersDynamic" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

type FieldOffset ("maxDescriptorSetUpdateAfterBindStorageBuffersDynamic" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Nat Source #

type FieldIsArray ("maxDescriptorSetUpdateAfterBindStorageBuffersDynamic" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

HasField "maxDescriptorSetUpdateAfterBindStorageImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 

Associated Types

type FieldType ("maxDescriptorSetUpdateAfterBindStorageImages" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Type Source #

type FieldOptional ("maxDescriptorSetUpdateAfterBindStorageImages" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

type FieldOffset ("maxDescriptorSetUpdateAfterBindStorageImages" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Nat Source #

type FieldIsArray ("maxDescriptorSetUpdateAfterBindStorageImages" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

HasField "maxDescriptorSetUpdateAfterBindUniformBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 

Associated Types

type FieldType ("maxDescriptorSetUpdateAfterBindUniformBuffers" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Type Source #

type FieldOptional ("maxDescriptorSetUpdateAfterBindUniformBuffers" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

type FieldOffset ("maxDescriptorSetUpdateAfterBindUniformBuffers" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Nat Source #

type FieldIsArray ("maxDescriptorSetUpdateAfterBindUniformBuffers" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

HasField "maxDescriptorSetUpdateAfterBindUniformBuffersDynamic" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 

Associated Types

type FieldType ("maxDescriptorSetUpdateAfterBindUniformBuffersDynamic" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Type Source #

type FieldOptional ("maxDescriptorSetUpdateAfterBindUniformBuffersDynamic" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

type FieldOffset ("maxDescriptorSetUpdateAfterBindUniformBuffersDynamic" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Nat Source #

type FieldIsArray ("maxDescriptorSetUpdateAfterBindUniformBuffersDynamic" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

HasField "maxPerStageDescriptorUpdateAfterBindInputAttachments" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 

Associated Types

type FieldType ("maxPerStageDescriptorUpdateAfterBindInputAttachments" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Type Source #

type FieldOptional ("maxPerStageDescriptorUpdateAfterBindInputAttachments" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

type FieldOffset ("maxPerStageDescriptorUpdateAfterBindInputAttachments" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Nat Source #

type FieldIsArray ("maxPerStageDescriptorUpdateAfterBindInputAttachments" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

HasField "maxPerStageDescriptorUpdateAfterBindSampledImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 

Associated Types

type FieldType ("maxPerStageDescriptorUpdateAfterBindSampledImages" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Type Source #

type FieldOptional ("maxPerStageDescriptorUpdateAfterBindSampledImages" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

type FieldOffset ("maxPerStageDescriptorUpdateAfterBindSampledImages" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Nat Source #

type FieldIsArray ("maxPerStageDescriptorUpdateAfterBindSampledImages" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

HasField "maxPerStageDescriptorUpdateAfterBindSamplers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 

Associated Types

type FieldType ("maxPerStageDescriptorUpdateAfterBindSamplers" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Type Source #

type FieldOptional ("maxPerStageDescriptorUpdateAfterBindSamplers" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

type FieldOffset ("maxPerStageDescriptorUpdateAfterBindSamplers" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Nat Source #

type FieldIsArray ("maxPerStageDescriptorUpdateAfterBindSamplers" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

HasField "maxPerStageDescriptorUpdateAfterBindStorageBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 

Associated Types

type FieldType ("maxPerStageDescriptorUpdateAfterBindStorageBuffers" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Type Source #

type FieldOptional ("maxPerStageDescriptorUpdateAfterBindStorageBuffers" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

type FieldOffset ("maxPerStageDescriptorUpdateAfterBindStorageBuffers" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Nat Source #

type FieldIsArray ("maxPerStageDescriptorUpdateAfterBindStorageBuffers" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

HasField "maxPerStageDescriptorUpdateAfterBindStorageImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 

Associated Types

type FieldType ("maxPerStageDescriptorUpdateAfterBindStorageImages" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Type Source #

type FieldOptional ("maxPerStageDescriptorUpdateAfterBindStorageImages" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

type FieldOffset ("maxPerStageDescriptorUpdateAfterBindStorageImages" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Nat Source #

type FieldIsArray ("maxPerStageDescriptorUpdateAfterBindStorageImages" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

HasField "maxPerStageDescriptorUpdateAfterBindUniformBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 

Associated Types

type FieldType ("maxPerStageDescriptorUpdateAfterBindUniformBuffers" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Type Source #

type FieldOptional ("maxPerStageDescriptorUpdateAfterBindUniformBuffers" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

type FieldOffset ("maxPerStageDescriptorUpdateAfterBindUniformBuffers" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Nat Source #

type FieldIsArray ("maxPerStageDescriptorUpdateAfterBindUniformBuffers" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

HasField "maxPerStageUpdateAfterBindResources" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 

Associated Types

type FieldType ("maxPerStageUpdateAfterBindResources" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Type Source #

type FieldOptional ("maxPerStageUpdateAfterBindResources" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

type FieldOffset ("maxPerStageUpdateAfterBindResources" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Nat Source #

type FieldIsArray ("maxPerStageUpdateAfterBindResources" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

HasField "maxUpdateAfterBindDescriptorsInAllPools" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 

Associated Types

type FieldType ("maxUpdateAfterBindDescriptorsInAllPools" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Type Source #

type FieldOptional ("maxUpdateAfterBindDescriptorsInAllPools" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

type FieldOffset ("maxUpdateAfterBindDescriptorsInAllPools" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Nat Source #

type FieldIsArray ("maxUpdateAfterBindDescriptorsInAllPools" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

HasField "pNext" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
HasField "quadDivergentImplicitLod" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
HasField "robustBufferAccessUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 

Associated Types

type FieldType ("robustBufferAccessUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Type Source #

type FieldOptional ("robustBufferAccessUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

type FieldOffset ("robustBufferAccessUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Nat Source #

type FieldIsArray ("robustBufferAccessUpdateAfterBind" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

HasField "sType" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
HasField "shaderInputAttachmentArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 

Associated Types

type FieldType ("shaderInputAttachmentArrayNonUniformIndexingNative" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Type Source #

type FieldOptional ("shaderInputAttachmentArrayNonUniformIndexingNative" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

type FieldOffset ("shaderInputAttachmentArrayNonUniformIndexingNative" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Nat Source #

type FieldIsArray ("shaderInputAttachmentArrayNonUniformIndexingNative" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

HasField "shaderSampledImageArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 

Associated Types

type FieldType ("shaderSampledImageArrayNonUniformIndexingNative" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Type Source #

type FieldOptional ("shaderSampledImageArrayNonUniformIndexingNative" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

type FieldOffset ("shaderSampledImageArrayNonUniformIndexingNative" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Nat Source #

type FieldIsArray ("shaderSampledImageArrayNonUniformIndexingNative" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

HasField "shaderStorageBufferArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 

Associated Types

type FieldType ("shaderStorageBufferArrayNonUniformIndexingNative" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Type Source #

type FieldOptional ("shaderStorageBufferArrayNonUniformIndexingNative" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

type FieldOffset ("shaderStorageBufferArrayNonUniformIndexingNative" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Nat Source #

type FieldIsArray ("shaderStorageBufferArrayNonUniformIndexingNative" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

HasField "shaderStorageImageArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 

Associated Types

type FieldType ("shaderStorageImageArrayNonUniformIndexingNative" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Type Source #

type FieldOptional ("shaderStorageImageArrayNonUniformIndexingNative" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

type FieldOffset ("shaderStorageImageArrayNonUniformIndexingNative" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Nat Source #

type FieldIsArray ("shaderStorageImageArrayNonUniformIndexingNative" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

HasField "shaderUniformBufferArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 

Associated Types

type FieldType ("shaderUniformBufferArrayNonUniformIndexingNative" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Type Source #

type FieldOptional ("shaderUniformBufferArrayNonUniformIndexingNative" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

type FieldOffset ("shaderUniformBufferArrayNonUniformIndexingNative" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Nat Source #

type FieldIsArray ("shaderUniformBufferArrayNonUniformIndexingNative" :: Symbol) VkPhysicalDeviceDescriptorIndexingPropertiesEXT :: Bool Source #

type StructFields VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type StructFields VkPhysicalDeviceDescriptorIndexingPropertiesEXT = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "maxUpdateAfterBindDescriptorsInAllPools" ((:) Symbol "shaderUniformBufferArrayNonUniformIndexingNative" ((:) Symbol "shaderSampledImageArrayNonUniformIndexingNative" ((:) Symbol "shaderStorageBufferArrayNonUniformIndexingNative" ((:) Symbol "shaderStorageImageArrayNonUniformIndexingNative" ((:) Symbol "shaderInputAttachmentArrayNonUniformIndexingNative" ((:) Symbol "robustBufferAccessUpdateAfterBind" ((:) Symbol "quadDivergentImplicitLod" ((:) Symbol "maxPerStageDescriptorUpdateAfterBindSamplers" ((:) Symbol "maxPerStageDescriptorUpdateAfterBindUniformBuffers" ((:) Symbol "maxPerStageDescriptorUpdateAfterBindStorageBuffers" ((:) Symbol "maxPerStageDescriptorUpdateAfterBindSampledImages" ((:) Symbol "maxPerStageDescriptorUpdateAfterBindStorageImages" ((:) Symbol "maxPerStageDescriptorUpdateAfterBindInputAttachments" ((:) Symbol "maxPerStageUpdateAfterBindResources" ((:) Symbol "maxDescriptorSetUpdateAfterBindSamplers" ((:) Symbol "maxDescriptorSetUpdateAfterBindUniformBuffers" ((:) Symbol "maxDescriptorSetUpdateAfterBindUniformBuffersDynamic" ((:) Symbol "maxDescriptorSetUpdateAfterBindStorageBuffers" ((:) Symbol "maxDescriptorSetUpdateAfterBindStorageBuffersDynamic" ((:) Symbol "maxDescriptorSetUpdateAfterBindSampledImages" ((:) Symbol "maxDescriptorSetUpdateAfterBindStorageImages" ((:) Symbol "maxDescriptorSetUpdateAfterBindInputAttachments" ([] Symbol)))))))))))))))))))))))))
type CUnionType VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type ReturnedOnly VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type StructExtends VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldType "maxDescriptorSetUpdateAfterBindInputAttachments" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldType "maxDescriptorSetUpdateAfterBindInputAttachments" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = Word32
type FieldType "maxDescriptorSetUpdateAfterBindSampledImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldType "maxDescriptorSetUpdateAfterBindSampledImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = Word32
type FieldType "maxDescriptorSetUpdateAfterBindSamplers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldType "maxDescriptorSetUpdateAfterBindSamplers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = Word32
type FieldType "maxDescriptorSetUpdateAfterBindStorageBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldType "maxDescriptorSetUpdateAfterBindStorageBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = Word32
type FieldType "maxDescriptorSetUpdateAfterBindStorageBuffersDynamic" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldType "maxDescriptorSetUpdateAfterBindStorageBuffersDynamic" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = Word32
type FieldType "maxDescriptorSetUpdateAfterBindStorageImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldType "maxDescriptorSetUpdateAfterBindStorageImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = Word32
type FieldType "maxDescriptorSetUpdateAfterBindUniformBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldType "maxDescriptorSetUpdateAfterBindUniformBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = Word32
type FieldType "maxDescriptorSetUpdateAfterBindUniformBuffersDynamic" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldType "maxDescriptorSetUpdateAfterBindUniformBuffersDynamic" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = Word32
type FieldType "maxPerStageDescriptorUpdateAfterBindInputAttachments" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldType "maxPerStageDescriptorUpdateAfterBindInputAttachments" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = Word32
type FieldType "maxPerStageDescriptorUpdateAfterBindSampledImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldType "maxPerStageDescriptorUpdateAfterBindSampledImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = Word32
type FieldType "maxPerStageDescriptorUpdateAfterBindSamplers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldType "maxPerStageDescriptorUpdateAfterBindSamplers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = Word32
type FieldType "maxPerStageDescriptorUpdateAfterBindStorageBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldType "maxPerStageDescriptorUpdateAfterBindStorageBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = Word32
type FieldType "maxPerStageDescriptorUpdateAfterBindStorageImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldType "maxPerStageDescriptorUpdateAfterBindStorageImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = Word32
type FieldType "maxPerStageDescriptorUpdateAfterBindUniformBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldType "maxPerStageDescriptorUpdateAfterBindUniformBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = Word32
type FieldType "maxPerStageUpdateAfterBindResources" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldType "maxPerStageUpdateAfterBindResources" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = Word32
type FieldType "maxUpdateAfterBindDescriptorsInAllPools" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldType "maxUpdateAfterBindDescriptorsInAllPools" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = Word32
type FieldType "pNext" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldType "quadDivergentImplicitLod" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldType "robustBufferAccessUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldType "robustBufferAccessUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = VkBool32
type FieldType "sType" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldType "shaderInputAttachmentArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldType "shaderInputAttachmentArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = VkBool32
type FieldType "shaderSampledImageArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldType "shaderSampledImageArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = VkBool32
type FieldType "shaderStorageBufferArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldType "shaderStorageBufferArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = VkBool32
type FieldType "shaderStorageImageArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldType "shaderStorageImageArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = VkBool32
type FieldType "shaderUniformBufferArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldType "shaderUniformBufferArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = VkBool32
type FieldOptional "maxDescriptorSetUpdateAfterBindInputAttachments" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOptional "maxDescriptorSetUpdateAfterBindInputAttachments" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldOptional "maxDescriptorSetUpdateAfterBindSampledImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOptional "maxDescriptorSetUpdateAfterBindSampledImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldOptional "maxDescriptorSetUpdateAfterBindSamplers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOptional "maxDescriptorSetUpdateAfterBindSamplers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldOptional "maxDescriptorSetUpdateAfterBindStorageBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOptional "maxDescriptorSetUpdateAfterBindStorageBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldOptional "maxDescriptorSetUpdateAfterBindStorageBuffersDynamic" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOptional "maxDescriptorSetUpdateAfterBindStorageBuffersDynamic" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldOptional "maxDescriptorSetUpdateAfterBindStorageImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOptional "maxDescriptorSetUpdateAfterBindStorageImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldOptional "maxDescriptorSetUpdateAfterBindUniformBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOptional "maxDescriptorSetUpdateAfterBindUniformBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldOptional "maxDescriptorSetUpdateAfterBindUniformBuffersDynamic" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOptional "maxDescriptorSetUpdateAfterBindUniformBuffersDynamic" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldOptional "maxPerStageDescriptorUpdateAfterBindInputAttachments" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOptional "maxPerStageDescriptorUpdateAfterBindInputAttachments" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldOptional "maxPerStageDescriptorUpdateAfterBindSampledImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOptional "maxPerStageDescriptorUpdateAfterBindSampledImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldOptional "maxPerStageDescriptorUpdateAfterBindSamplers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOptional "maxPerStageDescriptorUpdateAfterBindSamplers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldOptional "maxPerStageDescriptorUpdateAfterBindStorageBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOptional "maxPerStageDescriptorUpdateAfterBindStorageBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldOptional "maxPerStageDescriptorUpdateAfterBindStorageImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOptional "maxPerStageDescriptorUpdateAfterBindStorageImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldOptional "maxPerStageDescriptorUpdateAfterBindUniformBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOptional "maxPerStageDescriptorUpdateAfterBindUniformBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldOptional "maxPerStageUpdateAfterBindResources" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOptional "maxPerStageUpdateAfterBindResources" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldOptional "maxUpdateAfterBindDescriptorsInAllPools" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOptional "maxUpdateAfterBindDescriptorsInAllPools" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldOptional "pNext" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOptional "quadDivergentImplicitLod" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOptional "robustBufferAccessUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOptional "robustBufferAccessUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldOptional "sType" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOptional "shaderInputAttachmentArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOptional "shaderInputAttachmentArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldOptional "shaderSampledImageArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOptional "shaderSampledImageArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldOptional "shaderStorageBufferArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOptional "shaderStorageBufferArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldOptional "shaderStorageImageArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOptional "shaderStorageImageArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldOptional "shaderUniformBufferArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOptional "shaderUniformBufferArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldOffset "maxDescriptorSetUpdateAfterBindInputAttachments" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOffset "maxDescriptorSetUpdateAfterBindInputAttachments" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = 104
type FieldOffset "maxDescriptorSetUpdateAfterBindSampledImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOffset "maxDescriptorSetUpdateAfterBindSampledImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = 96
type FieldOffset "maxDescriptorSetUpdateAfterBindSamplers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOffset "maxDescriptorSetUpdateAfterBindSamplers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = 76
type FieldOffset "maxDescriptorSetUpdateAfterBindStorageBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOffset "maxDescriptorSetUpdateAfterBindStorageBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = 88
type FieldOffset "maxDescriptorSetUpdateAfterBindStorageBuffersDynamic" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOffset "maxDescriptorSetUpdateAfterBindStorageBuffersDynamic" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = 92
type FieldOffset "maxDescriptorSetUpdateAfterBindStorageImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOffset "maxDescriptorSetUpdateAfterBindStorageImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = 100
type FieldOffset "maxDescriptorSetUpdateAfterBindUniformBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOffset "maxDescriptorSetUpdateAfterBindUniformBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = 80
type FieldOffset "maxDescriptorSetUpdateAfterBindUniformBuffersDynamic" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOffset "maxDescriptorSetUpdateAfterBindUniformBuffersDynamic" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = 84
type FieldOffset "maxPerStageDescriptorUpdateAfterBindInputAttachments" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOffset "maxPerStageDescriptorUpdateAfterBindInputAttachments" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = 68
type FieldOffset "maxPerStageDescriptorUpdateAfterBindSampledImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOffset "maxPerStageDescriptorUpdateAfterBindSampledImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = 60
type FieldOffset "maxPerStageDescriptorUpdateAfterBindSamplers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOffset "maxPerStageDescriptorUpdateAfterBindSamplers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = 48
type FieldOffset "maxPerStageDescriptorUpdateAfterBindStorageBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOffset "maxPerStageDescriptorUpdateAfterBindStorageBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = 56
type FieldOffset "maxPerStageDescriptorUpdateAfterBindStorageImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOffset "maxPerStageDescriptorUpdateAfterBindStorageImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = 64
type FieldOffset "maxPerStageDescriptorUpdateAfterBindUniformBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOffset "maxPerStageDescriptorUpdateAfterBindUniformBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = 52
type FieldOffset "maxPerStageUpdateAfterBindResources" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOffset "maxPerStageUpdateAfterBindResources" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = 72
type FieldOffset "maxUpdateAfterBindDescriptorsInAllPools" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOffset "maxUpdateAfterBindDescriptorsInAllPools" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = 16
type FieldOffset "pNext" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOffset "quadDivergentImplicitLod" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOffset "robustBufferAccessUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOffset "robustBufferAccessUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = 40
type FieldOffset "sType" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOffset "shaderInputAttachmentArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOffset "shaderInputAttachmentArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = 36
type FieldOffset "shaderSampledImageArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOffset "shaderSampledImageArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = 24
type FieldOffset "shaderStorageBufferArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOffset "shaderStorageBufferArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = 28
type FieldOffset "shaderStorageImageArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOffset "shaderStorageImageArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = 32
type FieldOffset "shaderUniformBufferArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldOffset "shaderUniformBufferArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = 20
type FieldIsArray "maxDescriptorSetUpdateAfterBindInputAttachments" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldIsArray "maxDescriptorSetUpdateAfterBindInputAttachments" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldIsArray "maxDescriptorSetUpdateAfterBindSampledImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldIsArray "maxDescriptorSetUpdateAfterBindSampledImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldIsArray "maxDescriptorSetUpdateAfterBindSamplers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldIsArray "maxDescriptorSetUpdateAfterBindSamplers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldIsArray "maxDescriptorSetUpdateAfterBindStorageBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldIsArray "maxDescriptorSetUpdateAfterBindStorageBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldIsArray "maxDescriptorSetUpdateAfterBindStorageBuffersDynamic" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldIsArray "maxDescriptorSetUpdateAfterBindStorageBuffersDynamic" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldIsArray "maxDescriptorSetUpdateAfterBindStorageImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldIsArray "maxDescriptorSetUpdateAfterBindStorageImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldIsArray "maxDescriptorSetUpdateAfterBindUniformBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldIsArray "maxDescriptorSetUpdateAfterBindUniformBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldIsArray "maxDescriptorSetUpdateAfterBindUniformBuffersDynamic" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldIsArray "maxDescriptorSetUpdateAfterBindUniformBuffersDynamic" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldIsArray "maxPerStageDescriptorUpdateAfterBindInputAttachments" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldIsArray "maxPerStageDescriptorUpdateAfterBindInputAttachments" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldIsArray "maxPerStageDescriptorUpdateAfterBindSampledImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldIsArray "maxPerStageDescriptorUpdateAfterBindSampledImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldIsArray "maxPerStageDescriptorUpdateAfterBindSamplers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldIsArray "maxPerStageDescriptorUpdateAfterBindSamplers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldIsArray "maxPerStageDescriptorUpdateAfterBindStorageBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldIsArray "maxPerStageDescriptorUpdateAfterBindStorageBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldIsArray "maxPerStageDescriptorUpdateAfterBindStorageImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldIsArray "maxPerStageDescriptorUpdateAfterBindStorageImages" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldIsArray "maxPerStageDescriptorUpdateAfterBindUniformBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldIsArray "maxPerStageDescriptorUpdateAfterBindUniformBuffers" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldIsArray "maxPerStageUpdateAfterBindResources" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldIsArray "maxPerStageUpdateAfterBindResources" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldIsArray "maxUpdateAfterBindDescriptorsInAllPools" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldIsArray "maxUpdateAfterBindDescriptorsInAllPools" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldIsArray "pNext" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldIsArray "quadDivergentImplicitLod" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldIsArray "robustBufferAccessUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldIsArray "robustBufferAccessUpdateAfterBind" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldIsArray "sType" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldIsArray "shaderInputAttachmentArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldIsArray "shaderInputAttachmentArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldIsArray "shaderSampledImageArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldIsArray "shaderSampledImageArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldIsArray "shaderStorageBufferArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldIsArray "shaderStorageBufferArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldIsArray "shaderStorageImageArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldIsArray "shaderStorageImageArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False
type FieldIsArray "shaderUniformBufferArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT Source # 
type FieldIsArray "shaderUniformBufferArrayNonUniformIndexingNative" VkPhysicalDeviceDescriptorIndexingPropertiesEXT = False

data VkPhysicalDeviceDiscardRectanglePropertiesEXT Source #

typedef struct VkPhysicalDeviceDiscardRectanglePropertiesEXT {
    VkStructureType sType;
    void*                  pNext;
    uint32_t               maxDiscardRectangles;
} VkPhysicalDeviceDiscardRectanglePropertiesEXT;

VkPhysicalDeviceDiscardRectanglePropertiesEXT registry at www.khronos.org

Instances

Eq VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
Ord VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
Show VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
Storable VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
VulkanMarshalPrim VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
VulkanMarshal VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
CanWriteField "maxDiscardRectangles" VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
CanWriteField "pNext" VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
CanWriteField "sType" VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
CanReadField "maxDiscardRectangles" VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
CanReadField "pNext" VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
CanReadField "sType" VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
HasField "maxDiscardRectangles" VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
HasField "pNext" VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
HasField "sType" VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
type StructFields VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
type StructFields VkPhysicalDeviceDiscardRectanglePropertiesEXT = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "maxDiscardRectangles" ([] Symbol)))
type CUnionType VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
type ReturnedOnly VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
type StructExtends VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
type FieldType "maxDiscardRectangles" VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
type FieldType "pNext" VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
type FieldType "sType" VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
type FieldOptional "maxDiscardRectangles" VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
type FieldOptional "pNext" VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
type FieldOptional "sType" VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
type FieldOffset "maxDiscardRectangles" VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
type FieldOffset "pNext" VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
type FieldOffset "sType" VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
type FieldIsArray "maxDiscardRectangles" VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
type FieldIsArray "pNext" VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 
type FieldIsArray "sType" VkPhysicalDeviceDiscardRectanglePropertiesEXT Source # 

data VkPhysicalDeviceExternalBufferInfo Source #

typedef struct VkPhysicalDeviceExternalBufferInfo {
    VkStructureType sType;
    const void*                      pNext;
    VkBufferCreateFlags flags;
    VkBufferUsageFlags               usage;
    VkExternalMemoryHandleTypeFlagBits handleType;
} VkPhysicalDeviceExternalBufferInfo;

VkPhysicalDeviceExternalBufferInfo registry at www.khronos.org

Instances

Eq VkPhysicalDeviceExternalBufferInfo Source # 
Ord VkPhysicalDeviceExternalBufferInfo Source # 
Show VkPhysicalDeviceExternalBufferInfo Source # 
Storable VkPhysicalDeviceExternalBufferInfo Source # 
VulkanMarshalPrim VkPhysicalDeviceExternalBufferInfo Source # 
VulkanMarshal VkPhysicalDeviceExternalBufferInfo Source # 
CanWriteField "flags" VkPhysicalDeviceExternalBufferInfo Source # 
CanWriteField "handleType" VkPhysicalDeviceExternalBufferInfo Source # 
CanWriteField "pNext" VkPhysicalDeviceExternalBufferInfo Source # 
CanWriteField "sType" VkPhysicalDeviceExternalBufferInfo Source # 
CanWriteField "usage" VkPhysicalDeviceExternalBufferInfo Source # 
CanReadField "flags" VkPhysicalDeviceExternalBufferInfo Source # 
CanReadField "handleType" VkPhysicalDeviceExternalBufferInfo Source # 
CanReadField "pNext" VkPhysicalDeviceExternalBufferInfo Source # 
CanReadField "sType" VkPhysicalDeviceExternalBufferInfo Source # 
CanReadField "usage" VkPhysicalDeviceExternalBufferInfo Source # 
HasField "flags" VkPhysicalDeviceExternalBufferInfo Source # 
HasField "handleType" VkPhysicalDeviceExternalBufferInfo Source # 
HasField "pNext" VkPhysicalDeviceExternalBufferInfo Source # 
HasField "sType" VkPhysicalDeviceExternalBufferInfo Source # 
HasField "usage" VkPhysicalDeviceExternalBufferInfo Source # 
type StructFields VkPhysicalDeviceExternalBufferInfo Source # 
type StructFields VkPhysicalDeviceExternalBufferInfo = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "flags" ((:) Symbol "usage" ((:) Symbol "handleType" ([] Symbol)))))
type CUnionType VkPhysicalDeviceExternalBufferInfo Source # 
type ReturnedOnly VkPhysicalDeviceExternalBufferInfo Source # 
type StructExtends VkPhysicalDeviceExternalBufferInfo Source # 
type FieldType "flags" VkPhysicalDeviceExternalBufferInfo Source # 
type FieldType "handleType" VkPhysicalDeviceExternalBufferInfo Source # 
type FieldType "pNext" VkPhysicalDeviceExternalBufferInfo Source # 
type FieldType "sType" VkPhysicalDeviceExternalBufferInfo Source # 
type FieldType "usage" VkPhysicalDeviceExternalBufferInfo Source # 
type FieldOptional "flags" VkPhysicalDeviceExternalBufferInfo Source # 
type FieldOptional "handleType" VkPhysicalDeviceExternalBufferInfo Source # 
type FieldOptional "pNext" VkPhysicalDeviceExternalBufferInfo Source # 
type FieldOptional "sType" VkPhysicalDeviceExternalBufferInfo Source # 
type FieldOptional "usage" VkPhysicalDeviceExternalBufferInfo Source # 
type FieldOffset "flags" VkPhysicalDeviceExternalBufferInfo Source # 
type FieldOffset "handleType" VkPhysicalDeviceExternalBufferInfo Source # 
type FieldOffset "pNext" VkPhysicalDeviceExternalBufferInfo Source # 
type FieldOffset "sType" VkPhysicalDeviceExternalBufferInfo Source # 
type FieldOffset "usage" VkPhysicalDeviceExternalBufferInfo Source # 
type FieldIsArray "flags" VkPhysicalDeviceExternalBufferInfo Source # 
type FieldIsArray "handleType" VkPhysicalDeviceExternalBufferInfo Source # 
type FieldIsArray "pNext" VkPhysicalDeviceExternalBufferInfo Source # 
type FieldIsArray "sType" VkPhysicalDeviceExternalBufferInfo Source # 
type FieldIsArray "usage" VkPhysicalDeviceExternalBufferInfo Source # 

data VkPhysicalDeviceExternalFenceInfo Source #

typedef struct VkPhysicalDeviceExternalFenceInfo {
    VkStructureType sType;
    const void*                      pNext;
    VkExternalFenceHandleTypeFlagBits handleType;
} VkPhysicalDeviceExternalFenceInfo;

VkPhysicalDeviceExternalFenceInfo registry at www.khronos.org

Instances

Eq VkPhysicalDeviceExternalFenceInfo Source # 
Ord VkPhysicalDeviceExternalFenceInfo Source # 
Show VkPhysicalDeviceExternalFenceInfo Source # 
Storable VkPhysicalDeviceExternalFenceInfo Source # 
VulkanMarshalPrim VkPhysicalDeviceExternalFenceInfo Source # 
VulkanMarshal VkPhysicalDeviceExternalFenceInfo Source # 
CanWriteField "handleType" VkPhysicalDeviceExternalFenceInfo Source # 
CanWriteField "pNext" VkPhysicalDeviceExternalFenceInfo Source # 
CanWriteField "sType" VkPhysicalDeviceExternalFenceInfo Source # 
CanReadField "handleType" VkPhysicalDeviceExternalFenceInfo Source # 
CanReadField "pNext" VkPhysicalDeviceExternalFenceInfo Source # 
CanReadField "sType" VkPhysicalDeviceExternalFenceInfo Source # 
HasField "handleType" VkPhysicalDeviceExternalFenceInfo Source # 
HasField "pNext" VkPhysicalDeviceExternalFenceInfo Source # 
HasField "sType" VkPhysicalDeviceExternalFenceInfo Source # 
type StructFields VkPhysicalDeviceExternalFenceInfo Source # 
type StructFields VkPhysicalDeviceExternalFenceInfo = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "handleType" ([] Symbol)))
type CUnionType VkPhysicalDeviceExternalFenceInfo Source # 
type ReturnedOnly VkPhysicalDeviceExternalFenceInfo Source # 
type StructExtends VkPhysicalDeviceExternalFenceInfo Source # 
type FieldType "handleType" VkPhysicalDeviceExternalFenceInfo Source # 
type FieldType "pNext" VkPhysicalDeviceExternalFenceInfo Source # 
type FieldType "sType" VkPhysicalDeviceExternalFenceInfo Source # 
type FieldOptional "handleType" VkPhysicalDeviceExternalFenceInfo Source # 
type FieldOptional "pNext" VkPhysicalDeviceExternalFenceInfo Source # 
type FieldOptional "sType" VkPhysicalDeviceExternalFenceInfo Source # 
type FieldOffset "handleType" VkPhysicalDeviceExternalFenceInfo Source # 
type FieldOffset "pNext" VkPhysicalDeviceExternalFenceInfo Source # 
type FieldOffset "sType" VkPhysicalDeviceExternalFenceInfo Source # 
type FieldIsArray "handleType" VkPhysicalDeviceExternalFenceInfo Source # 
type FieldIsArray "pNext" VkPhysicalDeviceExternalFenceInfo Source # 
type FieldIsArray "sType" VkPhysicalDeviceExternalFenceInfo Source # 

data VkPhysicalDeviceExternalImageFormatInfo Source #

typedef struct VkPhysicalDeviceExternalImageFormatInfo {
    VkStructureType sType;
    const void*                      pNext;
    VkExternalMemoryHandleTypeFlagBits handleType;
} VkPhysicalDeviceExternalImageFormatInfo;

VkPhysicalDeviceExternalImageFormatInfo registry at www.khronos.org

Instances

Eq VkPhysicalDeviceExternalImageFormatInfo Source # 
Ord VkPhysicalDeviceExternalImageFormatInfo Source # 
Show VkPhysicalDeviceExternalImageFormatInfo Source # 
Storable VkPhysicalDeviceExternalImageFormatInfo Source # 
VulkanMarshalPrim VkPhysicalDeviceExternalImageFormatInfo Source # 
VulkanMarshal VkPhysicalDeviceExternalImageFormatInfo Source # 
CanWriteField "handleType" VkPhysicalDeviceExternalImageFormatInfo Source # 
CanWriteField "pNext" VkPhysicalDeviceExternalImageFormatInfo Source # 
CanWriteField "sType" VkPhysicalDeviceExternalImageFormatInfo Source # 
CanReadField "handleType" VkPhysicalDeviceExternalImageFormatInfo Source # 
CanReadField "pNext" VkPhysicalDeviceExternalImageFormatInfo Source # 
CanReadField "sType" VkPhysicalDeviceExternalImageFormatInfo Source # 
HasField "handleType" VkPhysicalDeviceExternalImageFormatInfo Source # 
HasField "pNext" VkPhysicalDeviceExternalImageFormatInfo Source # 
HasField "sType" VkPhysicalDeviceExternalImageFormatInfo Source # 
type StructFields VkPhysicalDeviceExternalImageFormatInfo Source # 
type StructFields VkPhysicalDeviceExternalImageFormatInfo = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "handleType" ([] Symbol)))
type CUnionType VkPhysicalDeviceExternalImageFormatInfo Source # 
type ReturnedOnly VkPhysicalDeviceExternalImageFormatInfo Source # 
type StructExtends VkPhysicalDeviceExternalImageFormatInfo Source # 
type FieldType "handleType" VkPhysicalDeviceExternalImageFormatInfo Source # 
type FieldType "pNext" VkPhysicalDeviceExternalImageFormatInfo Source # 
type FieldType "sType" VkPhysicalDeviceExternalImageFormatInfo Source # 
type FieldOptional "handleType" VkPhysicalDeviceExternalImageFormatInfo Source # 
type FieldOptional "pNext" VkPhysicalDeviceExternalImageFormatInfo Source # 
type FieldOptional "sType" VkPhysicalDeviceExternalImageFormatInfo Source # 
type FieldOffset "handleType" VkPhysicalDeviceExternalImageFormatInfo Source # 
type FieldOffset "pNext" VkPhysicalDeviceExternalImageFormatInfo Source # 
type FieldOffset "sType" VkPhysicalDeviceExternalImageFormatInfo Source # 
type FieldIsArray "handleType" VkPhysicalDeviceExternalImageFormatInfo Source # 
type FieldIsArray "pNext" VkPhysicalDeviceExternalImageFormatInfo Source # 
type FieldIsArray "sType" VkPhysicalDeviceExternalImageFormatInfo Source # 

data VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source #

typedef struct VkPhysicalDeviceExternalMemoryHostPropertiesEXT {
    VkStructureType sType;
    void* pNext;
    VkDeviceSize minImportedHostPointerAlignment;
} VkPhysicalDeviceExternalMemoryHostPropertiesEXT;

VkPhysicalDeviceExternalMemoryHostPropertiesEXT registry at www.khronos.org

Instances

Eq VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
Ord VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
Show VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
Storable VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
VulkanMarshalPrim VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
VulkanMarshal VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
CanWriteField "minImportedHostPointerAlignment" VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
CanWriteField "pNext" VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
CanWriteField "sType" VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
CanReadField "minImportedHostPointerAlignment" VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
CanReadField "pNext" VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
CanReadField "sType" VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
HasField "minImportedHostPointerAlignment" VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 

Associated Types

type FieldType ("minImportedHostPointerAlignment" :: Symbol) VkPhysicalDeviceExternalMemoryHostPropertiesEXT :: Type Source #

type FieldOptional ("minImportedHostPointerAlignment" :: Symbol) VkPhysicalDeviceExternalMemoryHostPropertiesEXT :: Bool Source #

type FieldOffset ("minImportedHostPointerAlignment" :: Symbol) VkPhysicalDeviceExternalMemoryHostPropertiesEXT :: Nat Source #

type FieldIsArray ("minImportedHostPointerAlignment" :: Symbol) VkPhysicalDeviceExternalMemoryHostPropertiesEXT :: Bool Source #

HasField "pNext" VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
HasField "sType" VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
type StructFields VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
type StructFields VkPhysicalDeviceExternalMemoryHostPropertiesEXT = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "minImportedHostPointerAlignment" ([] Symbol)))
type CUnionType VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
type ReturnedOnly VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
type StructExtends VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
type FieldType "minImportedHostPointerAlignment" VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
type FieldType "pNext" VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
type FieldType "sType" VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
type FieldOptional "minImportedHostPointerAlignment" VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
type FieldOptional "pNext" VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
type FieldOptional "sType" VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
type FieldOffset "minImportedHostPointerAlignment" VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
type FieldOffset "minImportedHostPointerAlignment" VkPhysicalDeviceExternalMemoryHostPropertiesEXT = 16
type FieldOffset "pNext" VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
type FieldOffset "sType" VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
type FieldIsArray "minImportedHostPointerAlignment" VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
type FieldIsArray "minImportedHostPointerAlignment" VkPhysicalDeviceExternalMemoryHostPropertiesEXT = False
type FieldIsArray "pNext" VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 
type FieldIsArray "sType" VkPhysicalDeviceExternalMemoryHostPropertiesEXT Source # 

data VkPhysicalDeviceExternalSemaphoreInfo Source #

typedef struct VkPhysicalDeviceExternalSemaphoreInfo {
    VkStructureType sType;
    const void*                      pNext;
    VkExternalSemaphoreHandleTypeFlagBits handleType;
} VkPhysicalDeviceExternalSemaphoreInfo;

VkPhysicalDeviceExternalSemaphoreInfo registry at www.khronos.org

Instances

Eq VkPhysicalDeviceExternalSemaphoreInfo Source # 
Ord VkPhysicalDeviceExternalSemaphoreInfo Source # 
Show VkPhysicalDeviceExternalSemaphoreInfo Source # 
Storable VkPhysicalDeviceExternalSemaphoreInfo Source # 
VulkanMarshalPrim VkPhysicalDeviceExternalSemaphoreInfo Source # 
VulkanMarshal VkPhysicalDeviceExternalSemaphoreInfo Source # 
CanWriteField "handleType" VkPhysicalDeviceExternalSemaphoreInfo Source # 
CanWriteField "pNext" VkPhysicalDeviceExternalSemaphoreInfo Source # 
CanWriteField "sType" VkPhysicalDeviceExternalSemaphoreInfo Source # 
CanReadField "handleType" VkPhysicalDeviceExternalSemaphoreInfo Source # 
CanReadField "pNext" VkPhysicalDeviceExternalSemaphoreInfo Source # 
CanReadField "sType" VkPhysicalDeviceExternalSemaphoreInfo Source # 
HasField "handleType" VkPhysicalDeviceExternalSemaphoreInfo Source # 
HasField "pNext" VkPhysicalDeviceExternalSemaphoreInfo Source # 
HasField "sType" VkPhysicalDeviceExternalSemaphoreInfo Source # 
type StructFields VkPhysicalDeviceExternalSemaphoreInfo Source # 
type StructFields VkPhysicalDeviceExternalSemaphoreInfo = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "handleType" ([] Symbol)))
type CUnionType VkPhysicalDeviceExternalSemaphoreInfo Source # 
type ReturnedOnly VkPhysicalDeviceExternalSemaphoreInfo Source # 
type StructExtends VkPhysicalDeviceExternalSemaphoreInfo Source # 
type FieldType "handleType" VkPhysicalDeviceExternalSemaphoreInfo Source # 
type FieldType "pNext" VkPhysicalDeviceExternalSemaphoreInfo Source # 
type FieldType "sType" VkPhysicalDeviceExternalSemaphoreInfo Source # 
type FieldOptional "handleType" VkPhysicalDeviceExternalSemaphoreInfo Source # 
type FieldOptional "pNext" VkPhysicalDeviceExternalSemaphoreInfo Source # 
type FieldOptional "sType" VkPhysicalDeviceExternalSemaphoreInfo Source # 
type FieldOffset "handleType" VkPhysicalDeviceExternalSemaphoreInfo Source # 
type FieldOffset "pNext" VkPhysicalDeviceExternalSemaphoreInfo Source # 
type FieldOffset "sType" VkPhysicalDeviceExternalSemaphoreInfo Source # 
type FieldIsArray "handleType" VkPhysicalDeviceExternalSemaphoreInfo Source # 
type FieldIsArray "pNext" VkPhysicalDeviceExternalSemaphoreInfo Source # 
type FieldIsArray "sType" VkPhysicalDeviceExternalSemaphoreInfo Source # 

data VkPhysicalDeviceFeatures2 Source #

typedef struct VkPhysicalDeviceFeatures2 {
    VkStructureType sType;
    void*                            pNext;
    VkPhysicalDeviceFeatures         features;
} VkPhysicalDeviceFeatures2;

VkPhysicalDeviceFeatures2 registry at www.khronos.org

Instances

Eq VkPhysicalDeviceFeatures2 Source # 
Ord VkPhysicalDeviceFeatures2 Source # 
Show VkPhysicalDeviceFeatures2 Source # 
Storable VkPhysicalDeviceFeatures2 Source # 
VulkanMarshalPrim VkPhysicalDeviceFeatures2 Source # 
VulkanMarshal VkPhysicalDeviceFeatures2 Source # 
CanWriteField "features" VkPhysicalDeviceFeatures2 Source # 
CanWriteField "pNext" VkPhysicalDeviceFeatures2 Source # 
CanWriteField "sType" VkPhysicalDeviceFeatures2 Source # 
CanReadField "features" VkPhysicalDeviceFeatures2 Source # 
CanReadField "pNext" VkPhysicalDeviceFeatures2 Source # 
CanReadField "sType" VkPhysicalDeviceFeatures2 Source # 
HasField "features" VkPhysicalDeviceFeatures2 Source # 
HasField "pNext" VkPhysicalDeviceFeatures2 Source # 
HasField "sType" VkPhysicalDeviceFeatures2 Source # 
type StructFields VkPhysicalDeviceFeatures2 Source # 
type StructFields VkPhysicalDeviceFeatures2 = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "features" ([] Symbol)))
type CUnionType VkPhysicalDeviceFeatures2 Source # 
type ReturnedOnly VkPhysicalDeviceFeatures2 Source # 
type StructExtends VkPhysicalDeviceFeatures2 Source # 
type FieldType "features" VkPhysicalDeviceFeatures2 Source # 
type FieldType "pNext" VkPhysicalDeviceFeatures2 Source # 
type FieldType "sType" VkPhysicalDeviceFeatures2 Source # 
type FieldOptional "features" VkPhysicalDeviceFeatures2 Source # 
type FieldOptional "pNext" VkPhysicalDeviceFeatures2 Source # 
type FieldOptional "sType" VkPhysicalDeviceFeatures2 Source # 
type FieldOffset "features" VkPhysicalDeviceFeatures2 Source # 
type FieldOffset "pNext" VkPhysicalDeviceFeatures2 Source # 
type FieldOffset "sType" VkPhysicalDeviceFeatures2 Source # 
type FieldIsArray "features" VkPhysicalDeviceFeatures2 Source # 
type FieldIsArray "pNext" VkPhysicalDeviceFeatures2 Source # 
type FieldIsArray "sType" VkPhysicalDeviceFeatures2 Source # 

data VkPhysicalDeviceGroupProperties Source #

typedef struct VkPhysicalDeviceGroupProperties {
    VkStructureType sType;
    void*                            pNext;
    uint32_t                         physicalDeviceCount;
    VkPhysicalDevice                 physicalDevices[VK_MAX_DEVICE_GROUP_SIZE];
    VkBool32                         subsetAllocation;
} VkPhysicalDeviceGroupProperties;

VkPhysicalDeviceGroupProperties registry at www.khronos.org

Instances

Eq VkPhysicalDeviceGroupProperties Source # 
Ord VkPhysicalDeviceGroupProperties Source # 
Show VkPhysicalDeviceGroupProperties Source # 
Storable VkPhysicalDeviceGroupProperties Source # 
VulkanMarshalPrim VkPhysicalDeviceGroupProperties Source # 
VulkanMarshal VkPhysicalDeviceGroupProperties Source # 
CanWriteField "pNext" VkPhysicalDeviceGroupProperties Source # 
CanWriteField "physicalDeviceCount" VkPhysicalDeviceGroupProperties Source # 
CanWriteField "sType" VkPhysicalDeviceGroupProperties Source # 
CanWriteField "subsetAllocation" VkPhysicalDeviceGroupProperties Source # 
CanReadField "pNext" VkPhysicalDeviceGroupProperties Source # 
CanReadField "physicalDeviceCount" VkPhysicalDeviceGroupProperties Source # 
CanReadField "sType" VkPhysicalDeviceGroupProperties Source # 
CanReadField "subsetAllocation" VkPhysicalDeviceGroupProperties Source # 
HasField "pNext" VkPhysicalDeviceGroupProperties Source # 
HasField "physicalDeviceCount" VkPhysicalDeviceGroupProperties Source # 

Associated Types

type FieldType ("physicalDeviceCount" :: Symbol) VkPhysicalDeviceGroupProperties :: Type Source #

type FieldOptional ("physicalDeviceCount" :: Symbol) VkPhysicalDeviceGroupProperties :: Bool Source #

type FieldOffset ("physicalDeviceCount" :: Symbol) VkPhysicalDeviceGroupProperties :: Nat Source #

type FieldIsArray ("physicalDeviceCount" :: Symbol) VkPhysicalDeviceGroupProperties :: Bool Source #

HasField "physicalDevices" VkPhysicalDeviceGroupProperties Source # 
HasField "sType" VkPhysicalDeviceGroupProperties Source # 
HasField "subsetAllocation" VkPhysicalDeviceGroupProperties Source # 
(KnownNat idx, IndexInBounds "physicalDevices" idx VkPhysicalDeviceGroupProperties) => CanWriteFieldArray "physicalDevices" idx VkPhysicalDeviceGroupProperties Source # 
(KnownNat idx, IndexInBounds "physicalDevices" idx VkPhysicalDeviceGroupProperties) => CanReadFieldArray "physicalDevices" idx VkPhysicalDeviceGroupProperties Source # 
type StructFields VkPhysicalDeviceGroupProperties Source # 
type StructFields VkPhysicalDeviceGroupProperties = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "physicalDeviceCount" ((:) Symbol "physicalDevices" ((:) Symbol "subsetAllocation" ([] Symbol)))))
type CUnionType VkPhysicalDeviceGroupProperties Source # 
type ReturnedOnly VkPhysicalDeviceGroupProperties Source # 
type StructExtends VkPhysicalDeviceGroupProperties Source # 
type FieldArrayLength "physicalDevices" VkPhysicalDeviceGroupProperties Source # 
type FieldType "pNext" VkPhysicalDeviceGroupProperties Source # 
type FieldType "physicalDeviceCount" VkPhysicalDeviceGroupProperties Source # 
type FieldType "physicalDeviceCount" VkPhysicalDeviceGroupProperties = Word32
type FieldType "physicalDevices" VkPhysicalDeviceGroupProperties Source # 
type FieldType "sType" VkPhysicalDeviceGroupProperties Source # 
type FieldType "subsetAllocation" VkPhysicalDeviceGroupProperties Source # 
type FieldOptional "pNext" VkPhysicalDeviceGroupProperties Source # 
type FieldOptional "physicalDeviceCount" VkPhysicalDeviceGroupProperties Source # 
type FieldOptional "physicalDevices" VkPhysicalDeviceGroupProperties Source # 
type FieldOptional "sType" VkPhysicalDeviceGroupProperties Source # 
type FieldOptional "subsetAllocation" VkPhysicalDeviceGroupProperties Source # 
type FieldOffset "pNext" VkPhysicalDeviceGroupProperties Source # 
type FieldOffset "physicalDeviceCount" VkPhysicalDeviceGroupProperties Source # 
type FieldOffset "physicalDeviceCount" VkPhysicalDeviceGroupProperties = 16
type FieldOffset "physicalDevices" VkPhysicalDeviceGroupProperties Source # 
type FieldOffset "physicalDevices" VkPhysicalDeviceGroupProperties = 24
type FieldOffset "sType" VkPhysicalDeviceGroupProperties Source # 
type FieldOffset "subsetAllocation" VkPhysicalDeviceGroupProperties Source # 
type FieldOffset "subsetAllocation" VkPhysicalDeviceGroupProperties = 280
type FieldIsArray "pNext" VkPhysicalDeviceGroupProperties Source # 
type FieldIsArray "physicalDeviceCount" VkPhysicalDeviceGroupProperties Source # 
type FieldIsArray "physicalDevices" VkPhysicalDeviceGroupProperties Source # 
type FieldIsArray "sType" VkPhysicalDeviceGroupProperties Source # 
type FieldIsArray "subsetAllocation" VkPhysicalDeviceGroupProperties Source # 

data VkPhysicalDeviceIDProperties Source #

typedef struct VkPhysicalDeviceIDProperties {
    VkStructureType sType;
    void*                            pNext;
    uint8_t                          deviceUUID[VK_UUID_SIZE];
    uint8_t                          driverUUID[VK_UUID_SIZE];
    uint8_t                          deviceLUID[VK_LUID_SIZE];
    uint32_t                         deviceNodeMask;
    VkBool32                         deviceLUIDValid;
} VkPhysicalDeviceIDProperties;

VkPhysicalDeviceIDProperties registry at www.khronos.org

Instances

Eq VkPhysicalDeviceIDProperties Source # 
Ord VkPhysicalDeviceIDProperties Source # 
Show VkPhysicalDeviceIDProperties Source # 
Storable VkPhysicalDeviceIDProperties Source # 
VulkanMarshalPrim VkPhysicalDeviceIDProperties Source # 
VulkanMarshal VkPhysicalDeviceIDProperties Source # 
CanWriteField "deviceLUIDValid" VkPhysicalDeviceIDProperties Source # 
CanWriteField "deviceNodeMask" VkPhysicalDeviceIDProperties Source # 
CanWriteField "pNext" VkPhysicalDeviceIDProperties Source # 
CanWriteField "sType" VkPhysicalDeviceIDProperties Source # 
CanReadField "deviceLUIDValid" VkPhysicalDeviceIDProperties Source # 
CanReadField "deviceNodeMask" VkPhysicalDeviceIDProperties Source # 
CanReadField "pNext" VkPhysicalDeviceIDProperties Source # 
CanReadField "sType" VkPhysicalDeviceIDProperties Source # 
HasField "deviceLUID" VkPhysicalDeviceIDProperties Source # 
HasField "deviceLUIDValid" VkPhysicalDeviceIDProperties Source # 

Associated Types

type FieldType ("deviceLUIDValid" :: Symbol) VkPhysicalDeviceIDProperties :: Type Source #

type FieldOptional ("deviceLUIDValid" :: Symbol) VkPhysicalDeviceIDProperties :: Bool Source #

type FieldOffset ("deviceLUIDValid" :: Symbol) VkPhysicalDeviceIDProperties :: Nat Source #

type FieldIsArray ("deviceLUIDValid" :: Symbol) VkPhysicalDeviceIDProperties :: Bool Source #

HasField "deviceNodeMask" VkPhysicalDeviceIDProperties Source # 
HasField "deviceUUID" VkPhysicalDeviceIDProperties Source # 
HasField "driverUUID" VkPhysicalDeviceIDProperties Source # 
HasField "pNext" VkPhysicalDeviceIDProperties Source # 
HasField "sType" VkPhysicalDeviceIDProperties Source # 
(KnownNat idx, IndexInBounds "deviceLUID" idx VkPhysicalDeviceIDProperties) => CanWriteFieldArray "deviceLUID" idx VkPhysicalDeviceIDProperties Source # 
(KnownNat idx, IndexInBounds "deviceUUID" idx VkPhysicalDeviceIDProperties) => CanWriteFieldArray "deviceUUID" idx VkPhysicalDeviceIDProperties Source # 
(KnownNat idx, IndexInBounds "driverUUID" idx VkPhysicalDeviceIDProperties) => CanWriteFieldArray "driverUUID" idx VkPhysicalDeviceIDProperties Source # 
(KnownNat idx, IndexInBounds "deviceLUID" idx VkPhysicalDeviceIDProperties) => CanReadFieldArray "deviceLUID" idx VkPhysicalDeviceIDProperties Source # 
(KnownNat idx, IndexInBounds "deviceUUID" idx VkPhysicalDeviceIDProperties) => CanReadFieldArray "deviceUUID" idx VkPhysicalDeviceIDProperties Source # 
(KnownNat idx, IndexInBounds "driverUUID" idx VkPhysicalDeviceIDProperties) => CanReadFieldArray "driverUUID" idx VkPhysicalDeviceIDProperties Source # 
type StructFields VkPhysicalDeviceIDProperties Source # 
type StructFields VkPhysicalDeviceIDProperties = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "deviceUUID" ((:) Symbol "driverUUID" ((:) Symbol "deviceLUID" ((:) Symbol "deviceNodeMask" ((:) Symbol "deviceLUIDValid" ([] Symbol)))))))
type CUnionType VkPhysicalDeviceIDProperties Source # 
type ReturnedOnly VkPhysicalDeviceIDProperties Source # 
type StructExtends VkPhysicalDeviceIDProperties Source # 
type FieldArrayLength "deviceLUID" VkPhysicalDeviceIDProperties Source # 
type FieldArrayLength "deviceUUID" VkPhysicalDeviceIDProperties Source # 
type FieldArrayLength "driverUUID" VkPhysicalDeviceIDProperties Source # 
type FieldType "deviceLUID" VkPhysicalDeviceIDProperties Source # 
type FieldType "deviceLUIDValid" VkPhysicalDeviceIDProperties Source # 
type FieldType "deviceNodeMask" VkPhysicalDeviceIDProperties Source # 
type FieldType "deviceUUID" VkPhysicalDeviceIDProperties Source # 
type FieldType "driverUUID" VkPhysicalDeviceIDProperties Source # 
type FieldType "pNext" VkPhysicalDeviceIDProperties Source # 
type FieldType "sType" VkPhysicalDeviceIDProperties Source # 
type FieldOptional "deviceLUID" VkPhysicalDeviceIDProperties Source # 
type FieldOptional "deviceLUIDValid" VkPhysicalDeviceIDProperties Source # 
type FieldOptional "deviceNodeMask" VkPhysicalDeviceIDProperties Source # 
type FieldOptional "deviceUUID" VkPhysicalDeviceIDProperties Source # 
type FieldOptional "driverUUID" VkPhysicalDeviceIDProperties Source # 
type FieldOptional "pNext" VkPhysicalDeviceIDProperties Source # 
type FieldOptional "sType" VkPhysicalDeviceIDProperties Source # 
type FieldOffset "deviceLUID" VkPhysicalDeviceIDProperties Source # 
type FieldOffset "deviceLUIDValid" VkPhysicalDeviceIDProperties Source # 
type FieldOffset "deviceLUIDValid" VkPhysicalDeviceIDProperties = 60
type FieldOffset "deviceNodeMask" VkPhysicalDeviceIDProperties Source # 
type FieldOffset "deviceNodeMask" VkPhysicalDeviceIDProperties = 56
type FieldOffset "deviceUUID" VkPhysicalDeviceIDProperties Source # 
type FieldOffset "driverUUID" VkPhysicalDeviceIDProperties Source # 
type FieldOffset "pNext" VkPhysicalDeviceIDProperties Source # 
type FieldOffset "sType" VkPhysicalDeviceIDProperties Source # 
type FieldIsArray "deviceLUID" VkPhysicalDeviceIDProperties Source # 
type FieldIsArray "deviceLUIDValid" VkPhysicalDeviceIDProperties Source # 
type FieldIsArray "deviceNodeMask" VkPhysicalDeviceIDProperties Source # 
type FieldIsArray "deviceUUID" VkPhysicalDeviceIDProperties Source # 
type FieldIsArray "driverUUID" VkPhysicalDeviceIDProperties Source # 
type FieldIsArray "pNext" VkPhysicalDeviceIDProperties Source # 
type FieldIsArray "sType" VkPhysicalDeviceIDProperties Source # 

data VkPhysicalDeviceImageFormatInfo2 Source #

typedef struct VkPhysicalDeviceImageFormatInfo2 {
    VkStructureType sType;
    const void* pNext;
    VkFormat                         format;
    VkImageType                      type;
    VkImageTiling                    tiling;
    VkImageUsageFlags                usage;
    VkImageCreateFlags flags;
} VkPhysicalDeviceImageFormatInfo2;

VkPhysicalDeviceImageFormatInfo2 registry at www.khronos.org

Instances

Eq VkPhysicalDeviceImageFormatInfo2 Source # 
Ord VkPhysicalDeviceImageFormatInfo2 Source # 
Show VkPhysicalDeviceImageFormatInfo2 Source # 
Storable VkPhysicalDeviceImageFormatInfo2 Source # 
VulkanMarshalPrim VkPhysicalDeviceImageFormatInfo2 Source # 
VulkanMarshal VkPhysicalDeviceImageFormatInfo2 Source # 
CanWriteField "flags" VkPhysicalDeviceImageFormatInfo2 Source # 
CanWriteField "format" VkPhysicalDeviceImageFormatInfo2 Source # 
CanWriteField "pNext" VkPhysicalDeviceImageFormatInfo2 Source # 
CanWriteField "sType" VkPhysicalDeviceImageFormatInfo2 Source # 
CanWriteField "tiling" VkPhysicalDeviceImageFormatInfo2 Source # 
CanWriteField "type" VkPhysicalDeviceImageFormatInfo2 Source # 
CanWriteField "usage" VkPhysicalDeviceImageFormatInfo2 Source # 
CanReadField "flags" VkPhysicalDeviceImageFormatInfo2 Source # 
CanReadField "format" VkPhysicalDeviceImageFormatInfo2 Source # 
CanReadField "pNext" VkPhysicalDeviceImageFormatInfo2 Source # 
CanReadField "sType" VkPhysicalDeviceImageFormatInfo2 Source # 
CanReadField "tiling" VkPhysicalDeviceImageFormatInfo2 Source # 
CanReadField "type" VkPhysicalDeviceImageFormatInfo2 Source # 
CanReadField "usage" VkPhysicalDeviceImageFormatInfo2 Source # 
HasField "flags" VkPhysicalDeviceImageFormatInfo2 Source # 
HasField "format" VkPhysicalDeviceImageFormatInfo2 Source # 
HasField "pNext" VkPhysicalDeviceImageFormatInfo2 Source # 
HasField "sType" VkPhysicalDeviceImageFormatInfo2 Source # 
HasField "tiling" VkPhysicalDeviceImageFormatInfo2 Source # 
HasField "type" VkPhysicalDeviceImageFormatInfo2 Source # 
HasField "usage" VkPhysicalDeviceImageFormatInfo2 Source # 
type StructFields VkPhysicalDeviceImageFormatInfo2 Source # 
type StructFields VkPhysicalDeviceImageFormatInfo2 = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "format" ((:) Symbol "type" ((:) Symbol "tiling" ((:) Symbol "usage" ((:) Symbol "flags" ([] Symbol)))))))
type CUnionType VkPhysicalDeviceImageFormatInfo2 Source # 
type ReturnedOnly VkPhysicalDeviceImageFormatInfo2 Source # 
type StructExtends VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldType "flags" VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldType "format" VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldType "pNext" VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldType "sType" VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldType "tiling" VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldType "type" VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldType "usage" VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldOptional "flags" VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldOptional "format" VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldOptional "pNext" VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldOptional "sType" VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldOptional "tiling" VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldOptional "type" VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldOptional "usage" VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldOffset "flags" VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldOffset "format" VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldOffset "pNext" VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldOffset "sType" VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldOffset "tiling" VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldOffset "type" VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldOffset "usage" VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldIsArray "flags" VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldIsArray "format" VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldIsArray "pNext" VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldIsArray "sType" VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldIsArray "tiling" VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldIsArray "type" VkPhysicalDeviceImageFormatInfo2 Source # 
type FieldIsArray "usage" VkPhysicalDeviceImageFormatInfo2 Source # 

data VkPhysicalDeviceLimits Source #

typedef struct VkPhysicalDeviceLimits {
    uint32_t               maxImageDimension1D;
    uint32_t               maxImageDimension2D;
    uint32_t               maxImageDimension3D;
    uint32_t               maxImageDimensionCube;
    uint32_t               maxImageArrayLayers;
    uint32_t               maxTexelBufferElements;
    uint32_t               maxUniformBufferRange;
    uint32_t               maxStorageBufferRange;
    uint32_t               maxPushConstantsSize;
    uint32_t               maxMemoryAllocationCount;
    uint32_t               maxSamplerAllocationCount;
    VkDeviceSize           bufferImageGranularity;
    VkDeviceSize           sparseAddressSpaceSize;
    uint32_t               maxBoundDescriptorSets;
    uint32_t               maxPerStageDescriptorSamplers;
    uint32_t               maxPerStageDescriptorUniformBuffers;
    uint32_t               maxPerStageDescriptorStorageBuffers;
    uint32_t               maxPerStageDescriptorSampledImages;
    uint32_t               maxPerStageDescriptorStorageImages;
    uint32_t               maxPerStageDescriptorInputAttachments;
    uint32_t               maxPerStageResources;
    uint32_t               maxDescriptorSetSamplers;
    uint32_t               maxDescriptorSetUniformBuffers;
    uint32_t               maxDescriptorSetUniformBuffersDynamic;
    uint32_t               maxDescriptorSetStorageBuffers;
    uint32_t               maxDescriptorSetStorageBuffersDynamic;
    uint32_t               maxDescriptorSetSampledImages;
    uint32_t               maxDescriptorSetStorageImages;
    uint32_t               maxDescriptorSetInputAttachments;
    uint32_t               maxVertexInputAttributes;
    uint32_t               maxVertexInputBindings;
    uint32_t               maxVertexInputAttributeOffset;
    uint32_t               maxVertexInputBindingStride;
    uint32_t               maxVertexOutputComponents;
    uint32_t               maxTessellationGenerationLevel;
    uint32_t               maxTessellationPatchSize;
    uint32_t               maxTessellationControlPerVertexInputComponents;
    uint32_t               maxTessellationControlPerVertexOutputComponents;
    uint32_t               maxTessellationControlPerPatchOutputComponents;
    uint32_t               maxTessellationControlTotalOutputComponents;
    uint32_t               maxTessellationEvaluationInputComponents;
    uint32_t               maxTessellationEvaluationOutputComponents;
    uint32_t               maxGeometryShaderInvocations;
    uint32_t               maxGeometryInputComponents;
    uint32_t               maxGeometryOutputComponents;
    uint32_t               maxGeometryOutputVertices;
    uint32_t               maxGeometryTotalOutputComponents;
    uint32_t               maxFragmentInputComponents;
    uint32_t               maxFragmentOutputAttachments;
    uint32_t               maxFragmentDualSrcAttachments;
    uint32_t               maxFragmentCombinedOutputResources;
    uint32_t               maxComputeSharedMemorySize;
    uint32_t               maxComputeWorkGroupCount[3];
    uint32_t               maxComputeWorkGroupInvocations;
    uint32_t               maxComputeWorkGroupSize[3];
    uint32_t               subPixelPrecisionBits;
    uint32_t               subTexelPrecisionBits;
    uint32_t               mipmapPrecisionBits;
    uint32_t               maxDrawIndexedIndexValue;
    uint32_t               maxDrawIndirectCount;
    float                  maxSamplerLodBias;
    float                  maxSamplerAnisotropy;
    uint32_t               maxViewports;
    uint32_t               maxViewportDimensions[2];
    float                  viewportBoundsRange[2];
    uint32_t               viewportSubPixelBits;
    size_t                 minMemoryMapAlignment;
    VkDeviceSize           minTexelBufferOffsetAlignment;
    VkDeviceSize           minUniformBufferOffsetAlignment;
    VkDeviceSize           minStorageBufferOffsetAlignment;
    int32_t                minTexelOffset;
    uint32_t               maxTexelOffset;
    int32_t                minTexelGatherOffset;
    uint32_t               maxTexelGatherOffset;
    float                  minInterpolationOffset;
    float                  maxInterpolationOffset;
    uint32_t               subPixelInterpolationOffsetBits;
    uint32_t               maxFramebufferWidth;
    uint32_t               maxFramebufferHeight;
    uint32_t               maxFramebufferLayers;
    VkSampleCountFlags     framebufferColorSampleCounts;
    VkSampleCountFlags     framebufferDepthSampleCounts;
    VkSampleCountFlags     framebufferStencilSampleCounts;
    VkSampleCountFlags     framebufferNoAttachmentsSampleCounts;
    uint32_t               maxColorAttachments;
    VkSampleCountFlags     sampledImageColorSampleCounts;
    VkSampleCountFlags     sampledImageIntegerSampleCounts;
    VkSampleCountFlags     sampledImageDepthSampleCounts;
    VkSampleCountFlags     sampledImageStencilSampleCounts;
    VkSampleCountFlags     storageImageSampleCounts;
    uint32_t               maxSampleMaskWords;
    VkBool32               timestampComputeAndGraphics;
    float                  timestampPeriod;
    uint32_t               maxClipDistances;
    uint32_t               maxCullDistances;
    uint32_t               maxCombinedClipAndCullDistances;
    uint32_t               discreteQueuePriorities;
    float                  pointSizeRange[2];
    float                  lineWidthRange[2];
    float                  pointSizeGranularity;
    float                  lineWidthGranularity;
    VkBool32               strictLines;
    VkBool32               standardSampleLocations;
    VkDeviceSize           optimalBufferCopyOffsetAlignment;
    VkDeviceSize           optimalBufferCopyRowPitchAlignment;
    VkDeviceSize           nonCoherentAtomSize;
} VkPhysicalDeviceLimits;

VkPhysicalDeviceLimits registry at www.khronos.org

Instances

Eq VkPhysicalDeviceLimits Source # 
Ord VkPhysicalDeviceLimits Source # 
Show VkPhysicalDeviceLimits Source # 
Storable VkPhysicalDeviceLimits Source # 
VulkanMarshalPrim VkPhysicalDeviceLimits Source # 
VulkanMarshal VkPhysicalDeviceLimits Source # 
CanWriteField "bufferImageGranularity" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "bufferImageGranularity" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "discreteQueuePriorities" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "discreteQueuePriorities" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "framebufferColorSampleCounts" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "framebufferColorSampleCounts" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "framebufferDepthSampleCounts" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "framebufferDepthSampleCounts" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "framebufferNoAttachmentsSampleCounts" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "framebufferNoAttachmentsSampleCounts" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "framebufferStencilSampleCounts" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "framebufferStencilSampleCounts" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "lineWidthGranularity" VkPhysicalDeviceLimits Source # 
CanWriteField "maxBoundDescriptorSets" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxBoundDescriptorSets" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxClipDistances" VkPhysicalDeviceLimits Source # 
CanWriteField "maxColorAttachments" VkPhysicalDeviceLimits Source # 
CanWriteField "maxCombinedClipAndCullDistances" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxCombinedClipAndCullDistances" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxComputeSharedMemorySize" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxComputeSharedMemorySize" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxComputeWorkGroupInvocations" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxComputeWorkGroupInvocations" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxCullDistances" VkPhysicalDeviceLimits Source # 
CanWriteField "maxDescriptorSetInputAttachments" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxDescriptorSetInputAttachments" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxDescriptorSetSampledImages" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxDescriptorSetSampledImages" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxDescriptorSetSamplers" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxDescriptorSetSamplers" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxDescriptorSetStorageBuffers" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxDescriptorSetStorageBuffers" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxDescriptorSetStorageBuffersDynamic" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxDescriptorSetStorageBuffersDynamic" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxDescriptorSetStorageImages" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxDescriptorSetStorageImages" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxDescriptorSetUniformBuffers" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxDescriptorSetUniformBuffers" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxDescriptorSetUniformBuffersDynamic" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxDescriptorSetUniformBuffersDynamic" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxDrawIndexedIndexValue" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxDrawIndexedIndexValue" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxDrawIndirectCount" VkPhysicalDeviceLimits Source # 
CanWriteField "maxFragmentCombinedOutputResources" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxFragmentCombinedOutputResources" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxFragmentDualSrcAttachments" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxFragmentDualSrcAttachments" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxFragmentInputComponents" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxFragmentInputComponents" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxFragmentOutputAttachments" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxFragmentOutputAttachments" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxFramebufferHeight" VkPhysicalDeviceLimits Source # 
CanWriteField "maxFramebufferLayers" VkPhysicalDeviceLimits Source # 
CanWriteField "maxFramebufferWidth" VkPhysicalDeviceLimits Source # 
CanWriteField "maxGeometryInputComponents" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxGeometryInputComponents" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxGeometryOutputComponents" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxGeometryOutputComponents" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxGeometryOutputVertices" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxGeometryOutputVertices" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxGeometryShaderInvocations" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxGeometryShaderInvocations" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxGeometryTotalOutputComponents" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxGeometryTotalOutputComponents" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxImageArrayLayers" VkPhysicalDeviceLimits Source # 
CanWriteField "maxImageDimension1D" VkPhysicalDeviceLimits Source # 
CanWriteField "maxImageDimension2D" VkPhysicalDeviceLimits Source # 
CanWriteField "maxImageDimension3D" VkPhysicalDeviceLimits Source # 
CanWriteField "maxImageDimensionCube" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxImageDimensionCube" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxInterpolationOffset" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxInterpolationOffset" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxMemoryAllocationCount" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxMemoryAllocationCount" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxPerStageDescriptorInputAttachments" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxPerStageDescriptorInputAttachments" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxPerStageDescriptorSampledImages" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxPerStageDescriptorSampledImages" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxPerStageDescriptorSamplers" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxPerStageDescriptorSamplers" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxPerStageDescriptorStorageBuffers" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxPerStageDescriptorStorageBuffers" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxPerStageDescriptorStorageImages" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxPerStageDescriptorStorageImages" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxPerStageDescriptorUniformBuffers" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxPerStageDescriptorUniformBuffers" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxPerStageResources" VkPhysicalDeviceLimits Source # 
CanWriteField "maxPushConstantsSize" VkPhysicalDeviceLimits Source # 
CanWriteField "maxSampleMaskWords" VkPhysicalDeviceLimits Source # 
CanWriteField "maxSamplerAllocationCount" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxSamplerAllocationCount" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxSamplerAnisotropy" VkPhysicalDeviceLimits Source # 
CanWriteField "maxSamplerLodBias" VkPhysicalDeviceLimits Source # 
CanWriteField "maxStorageBufferRange" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxStorageBufferRange" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxTessellationControlPerPatchOutputComponents" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxTessellationControlPerPatchOutputComponents" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxTessellationControlPerVertexInputComponents" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxTessellationControlPerVertexInputComponents" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxTessellationControlPerVertexOutputComponents" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxTessellationControlPerVertexOutputComponents" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxTessellationControlTotalOutputComponents" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxTessellationControlTotalOutputComponents" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxTessellationEvaluationInputComponents" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxTessellationEvaluationInputComponents" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxTessellationEvaluationOutputComponents" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxTessellationEvaluationOutputComponents" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxTessellationGenerationLevel" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxTessellationGenerationLevel" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxTessellationPatchSize" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxTessellationPatchSize" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxTexelBufferElements" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxTexelBufferElements" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxTexelGatherOffset" VkPhysicalDeviceLimits Source # 
CanWriteField "maxTexelOffset" VkPhysicalDeviceLimits Source # 
CanWriteField "maxUniformBufferRange" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxUniformBufferRange" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxVertexInputAttributeOffset" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxVertexInputAttributeOffset" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxVertexInputAttributes" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxVertexInputAttributes" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxVertexInputBindingStride" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxVertexInputBindingStride" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxVertexInputBindings" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxVertexInputBindings" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxVertexOutputComponents" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "maxVertexOutputComponents" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "maxViewports" VkPhysicalDeviceLimits Source # 
CanWriteField "minInterpolationOffset" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "minInterpolationOffset" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "minMemoryMapAlignment" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "minMemoryMapAlignment" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "minStorageBufferOffsetAlignment" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "minStorageBufferOffsetAlignment" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "minTexelBufferOffsetAlignment" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "minTexelBufferOffsetAlignment" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "minTexelGatherOffset" VkPhysicalDeviceLimits Source # 
CanWriteField "minTexelOffset" VkPhysicalDeviceLimits Source # 
CanWriteField "minUniformBufferOffsetAlignment" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "minUniformBufferOffsetAlignment" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "mipmapPrecisionBits" VkPhysicalDeviceLimits Source # 
CanWriteField "nonCoherentAtomSize" VkPhysicalDeviceLimits Source # 
CanWriteField "optimalBufferCopyOffsetAlignment" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "optimalBufferCopyOffsetAlignment" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "optimalBufferCopyRowPitchAlignment" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "optimalBufferCopyRowPitchAlignment" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "pointSizeGranularity" VkPhysicalDeviceLimits Source # 
CanWriteField "sampledImageColorSampleCounts" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "sampledImageColorSampleCounts" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "sampledImageDepthSampleCounts" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "sampledImageDepthSampleCounts" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "sampledImageIntegerSampleCounts" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "sampledImageIntegerSampleCounts" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "sampledImageStencilSampleCounts" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "sampledImageStencilSampleCounts" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "sparseAddressSpaceSize" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "sparseAddressSpaceSize" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "standardSampleLocations" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "standardSampleLocations" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "storageImageSampleCounts" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "storageImageSampleCounts" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "strictLines" VkPhysicalDeviceLimits Source # 
CanWriteField "subPixelInterpolationOffsetBits" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "subPixelInterpolationOffsetBits" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "subPixelPrecisionBits" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "subPixelPrecisionBits" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "subTexelPrecisionBits" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "subTexelPrecisionBits" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "timestampComputeAndGraphics" VkPhysicalDeviceLimits Source # 

Methods

writeField :: Ptr VkPhysicalDeviceLimits -> FieldType "timestampComputeAndGraphics" VkPhysicalDeviceLimits -> IO () Source #

CanWriteField "timestampPeriod" VkPhysicalDeviceLimits Source # 
CanWriteField "viewportSubPixelBits" VkPhysicalDeviceLimits Source # 
CanReadField "bufferImageGranularity" VkPhysicalDeviceLimits Source # 
CanReadField "discreteQueuePriorities" VkPhysicalDeviceLimits Source # 
CanReadField "framebufferColorSampleCounts" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "framebufferColorSampleCounts" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "framebufferColorSampleCounts" VkPhysicalDeviceLimits) Source #

CanReadField "framebufferDepthSampleCounts" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "framebufferDepthSampleCounts" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "framebufferDepthSampleCounts" VkPhysicalDeviceLimits) Source #

CanReadField "framebufferNoAttachmentsSampleCounts" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "framebufferNoAttachmentsSampleCounts" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "framebufferNoAttachmentsSampleCounts" VkPhysicalDeviceLimits) Source #

CanReadField "framebufferStencilSampleCounts" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "framebufferStencilSampleCounts" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "framebufferStencilSampleCounts" VkPhysicalDeviceLimits) Source #

CanReadField "lineWidthGranularity" VkPhysicalDeviceLimits Source # 
CanReadField "maxBoundDescriptorSets" VkPhysicalDeviceLimits Source # 
CanReadField "maxClipDistances" VkPhysicalDeviceLimits Source # 
CanReadField "maxColorAttachments" VkPhysicalDeviceLimits Source # 
CanReadField "maxCombinedClipAndCullDistances" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxCombinedClipAndCullDistances" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxCombinedClipAndCullDistances" VkPhysicalDeviceLimits) Source #

CanReadField "maxComputeSharedMemorySize" VkPhysicalDeviceLimits Source # 
CanReadField "maxComputeWorkGroupInvocations" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxComputeWorkGroupInvocations" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxComputeWorkGroupInvocations" VkPhysicalDeviceLimits) Source #

CanReadField "maxCullDistances" VkPhysicalDeviceLimits Source # 
CanReadField "maxDescriptorSetInputAttachments" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxDescriptorSetInputAttachments" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxDescriptorSetInputAttachments" VkPhysicalDeviceLimits) Source #

CanReadField "maxDescriptorSetSampledImages" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxDescriptorSetSampledImages" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxDescriptorSetSampledImages" VkPhysicalDeviceLimits) Source #

CanReadField "maxDescriptorSetSamplers" VkPhysicalDeviceLimits Source # 
CanReadField "maxDescriptorSetStorageBuffers" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxDescriptorSetStorageBuffers" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxDescriptorSetStorageBuffers" VkPhysicalDeviceLimits) Source #

CanReadField "maxDescriptorSetStorageBuffersDynamic" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxDescriptorSetStorageBuffersDynamic" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxDescriptorSetStorageBuffersDynamic" VkPhysicalDeviceLimits) Source #

CanReadField "maxDescriptorSetStorageImages" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxDescriptorSetStorageImages" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxDescriptorSetStorageImages" VkPhysicalDeviceLimits) Source #

CanReadField "maxDescriptorSetUniformBuffers" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxDescriptorSetUniformBuffers" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxDescriptorSetUniformBuffers" VkPhysicalDeviceLimits) Source #

CanReadField "maxDescriptorSetUniformBuffersDynamic" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxDescriptorSetUniformBuffersDynamic" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxDescriptorSetUniformBuffersDynamic" VkPhysicalDeviceLimits) Source #

CanReadField "maxDrawIndexedIndexValue" VkPhysicalDeviceLimits Source # 
CanReadField "maxDrawIndirectCount" VkPhysicalDeviceLimits Source # 
CanReadField "maxFragmentCombinedOutputResources" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxFragmentCombinedOutputResources" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxFragmentCombinedOutputResources" VkPhysicalDeviceLimits) Source #

CanReadField "maxFragmentDualSrcAttachments" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxFragmentDualSrcAttachments" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxFragmentDualSrcAttachments" VkPhysicalDeviceLimits) Source #

CanReadField "maxFragmentInputComponents" VkPhysicalDeviceLimits Source # 
CanReadField "maxFragmentOutputAttachments" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxFragmentOutputAttachments" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxFragmentOutputAttachments" VkPhysicalDeviceLimits) Source #

CanReadField "maxFramebufferHeight" VkPhysicalDeviceLimits Source # 
CanReadField "maxFramebufferLayers" VkPhysicalDeviceLimits Source # 
CanReadField "maxFramebufferWidth" VkPhysicalDeviceLimits Source # 
CanReadField "maxGeometryInputComponents" VkPhysicalDeviceLimits Source # 
CanReadField "maxGeometryOutputComponents" VkPhysicalDeviceLimits Source # 
CanReadField "maxGeometryOutputVertices" VkPhysicalDeviceLimits Source # 
CanReadField "maxGeometryShaderInvocations" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxGeometryShaderInvocations" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxGeometryShaderInvocations" VkPhysicalDeviceLimits) Source #

CanReadField "maxGeometryTotalOutputComponents" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxGeometryTotalOutputComponents" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxGeometryTotalOutputComponents" VkPhysicalDeviceLimits) Source #

CanReadField "maxImageArrayLayers" VkPhysicalDeviceLimits Source # 
CanReadField "maxImageDimension1D" VkPhysicalDeviceLimits Source # 
CanReadField "maxImageDimension2D" VkPhysicalDeviceLimits Source # 
CanReadField "maxImageDimension3D" VkPhysicalDeviceLimits Source # 
CanReadField "maxImageDimensionCube" VkPhysicalDeviceLimits Source # 
CanReadField "maxInterpolationOffset" VkPhysicalDeviceLimits Source # 
CanReadField "maxMemoryAllocationCount" VkPhysicalDeviceLimits Source # 
CanReadField "maxPerStageDescriptorInputAttachments" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxPerStageDescriptorInputAttachments" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxPerStageDescriptorInputAttachments" VkPhysicalDeviceLimits) Source #

CanReadField "maxPerStageDescriptorSampledImages" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxPerStageDescriptorSampledImages" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxPerStageDescriptorSampledImages" VkPhysicalDeviceLimits) Source #

CanReadField "maxPerStageDescriptorSamplers" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxPerStageDescriptorSamplers" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxPerStageDescriptorSamplers" VkPhysicalDeviceLimits) Source #

CanReadField "maxPerStageDescriptorStorageBuffers" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxPerStageDescriptorStorageBuffers" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxPerStageDescriptorStorageBuffers" VkPhysicalDeviceLimits) Source #

CanReadField "maxPerStageDescriptorStorageImages" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxPerStageDescriptorStorageImages" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxPerStageDescriptorStorageImages" VkPhysicalDeviceLimits) Source #

CanReadField "maxPerStageDescriptorUniformBuffers" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxPerStageDescriptorUniformBuffers" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxPerStageDescriptorUniformBuffers" VkPhysicalDeviceLimits) Source #

CanReadField "maxPerStageResources" VkPhysicalDeviceLimits Source # 
CanReadField "maxPushConstantsSize" VkPhysicalDeviceLimits Source # 
CanReadField "maxSampleMaskWords" VkPhysicalDeviceLimits Source # 
CanReadField "maxSamplerAllocationCount" VkPhysicalDeviceLimits Source # 
CanReadField "maxSamplerAnisotropy" VkPhysicalDeviceLimits Source # 
CanReadField "maxSamplerLodBias" VkPhysicalDeviceLimits Source # 
CanReadField "maxStorageBufferRange" VkPhysicalDeviceLimits Source # 
CanReadField "maxTessellationControlPerPatchOutputComponents" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxTessellationControlPerPatchOutputComponents" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxTessellationControlPerPatchOutputComponents" VkPhysicalDeviceLimits) Source #

CanReadField "maxTessellationControlPerVertexInputComponents" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxTessellationControlPerVertexInputComponents" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxTessellationControlPerVertexInputComponents" VkPhysicalDeviceLimits) Source #

CanReadField "maxTessellationControlPerVertexOutputComponents" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxTessellationControlPerVertexOutputComponents" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxTessellationControlPerVertexOutputComponents" VkPhysicalDeviceLimits) Source #

CanReadField "maxTessellationControlTotalOutputComponents" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxTessellationControlTotalOutputComponents" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxTessellationControlTotalOutputComponents" VkPhysicalDeviceLimits) Source #

CanReadField "maxTessellationEvaluationInputComponents" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxTessellationEvaluationInputComponents" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxTessellationEvaluationInputComponents" VkPhysicalDeviceLimits) Source #

CanReadField "maxTessellationEvaluationOutputComponents" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxTessellationEvaluationOutputComponents" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxTessellationEvaluationOutputComponents" VkPhysicalDeviceLimits) Source #

CanReadField "maxTessellationGenerationLevel" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxTessellationGenerationLevel" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxTessellationGenerationLevel" VkPhysicalDeviceLimits) Source #

CanReadField "maxTessellationPatchSize" VkPhysicalDeviceLimits Source # 
CanReadField "maxTexelBufferElements" VkPhysicalDeviceLimits Source # 
CanReadField "maxTexelGatherOffset" VkPhysicalDeviceLimits Source # 
CanReadField "maxTexelOffset" VkPhysicalDeviceLimits Source # 
CanReadField "maxUniformBufferRange" VkPhysicalDeviceLimits Source # 
CanReadField "maxVertexInputAttributeOffset" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "maxVertexInputAttributeOffset" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "maxVertexInputAttributeOffset" VkPhysicalDeviceLimits) Source #

CanReadField "maxVertexInputAttributes" VkPhysicalDeviceLimits Source # 
CanReadField "maxVertexInputBindingStride" VkPhysicalDeviceLimits Source # 
CanReadField "maxVertexInputBindings" VkPhysicalDeviceLimits Source # 
CanReadField "maxVertexOutputComponents" VkPhysicalDeviceLimits Source # 
CanReadField "maxViewports" VkPhysicalDeviceLimits Source # 
CanReadField "minInterpolationOffset" VkPhysicalDeviceLimits Source # 
CanReadField "minMemoryMapAlignment" VkPhysicalDeviceLimits Source # 
CanReadField "minStorageBufferOffsetAlignment" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "minStorageBufferOffsetAlignment" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "minStorageBufferOffsetAlignment" VkPhysicalDeviceLimits) Source #

CanReadField "minTexelBufferOffsetAlignment" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "minTexelBufferOffsetAlignment" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "minTexelBufferOffsetAlignment" VkPhysicalDeviceLimits) Source #

CanReadField "minTexelGatherOffset" VkPhysicalDeviceLimits Source # 
CanReadField "minTexelOffset" VkPhysicalDeviceLimits Source # 
CanReadField "minUniformBufferOffsetAlignment" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "minUniformBufferOffsetAlignment" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "minUniformBufferOffsetAlignment" VkPhysicalDeviceLimits) Source #

CanReadField "mipmapPrecisionBits" VkPhysicalDeviceLimits Source # 
CanReadField "nonCoherentAtomSize" VkPhysicalDeviceLimits Source # 
CanReadField "optimalBufferCopyOffsetAlignment" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "optimalBufferCopyOffsetAlignment" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "optimalBufferCopyOffsetAlignment" VkPhysicalDeviceLimits) Source #

CanReadField "optimalBufferCopyRowPitchAlignment" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "optimalBufferCopyRowPitchAlignment" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "optimalBufferCopyRowPitchAlignment" VkPhysicalDeviceLimits) Source #

CanReadField "pointSizeGranularity" VkPhysicalDeviceLimits Source # 
CanReadField "sampledImageColorSampleCounts" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "sampledImageColorSampleCounts" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "sampledImageColorSampleCounts" VkPhysicalDeviceLimits) Source #

CanReadField "sampledImageDepthSampleCounts" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "sampledImageDepthSampleCounts" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "sampledImageDepthSampleCounts" VkPhysicalDeviceLimits) Source #

CanReadField "sampledImageIntegerSampleCounts" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "sampledImageIntegerSampleCounts" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "sampledImageIntegerSampleCounts" VkPhysicalDeviceLimits) Source #

CanReadField "sampledImageStencilSampleCounts" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "sampledImageStencilSampleCounts" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "sampledImageStencilSampleCounts" VkPhysicalDeviceLimits) Source #

CanReadField "sparseAddressSpaceSize" VkPhysicalDeviceLimits Source # 
CanReadField "standardSampleLocations" VkPhysicalDeviceLimits Source # 
CanReadField "storageImageSampleCounts" VkPhysicalDeviceLimits Source # 
CanReadField "strictLines" VkPhysicalDeviceLimits Source # 
CanReadField "subPixelInterpolationOffsetBits" VkPhysicalDeviceLimits Source # 

Methods

getField :: VkPhysicalDeviceLimits -> FieldType "subPixelInterpolationOffsetBits" VkPhysicalDeviceLimits Source #

readField :: Ptr VkPhysicalDeviceLimits -> IO (FieldType "subPixelInterpolationOffsetBits" VkPhysicalDeviceLimits) Source #

CanReadField "subPixelPrecisionBits" VkPhysicalDeviceLimits Source # 
CanReadField "subTexelPrecisionBits" VkPhysicalDeviceLimits Source # 
CanReadField "timestampComputeAndGraphics" VkPhysicalDeviceLimits Source # 
CanReadField "timestampPeriod" VkPhysicalDeviceLimits Source # 
CanReadField "viewportSubPixelBits" VkPhysicalDeviceLimits Source # 
HasField "bufferImageGranularity" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("bufferImageGranularity" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("bufferImageGranularity" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("bufferImageGranularity" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("bufferImageGranularity" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "discreteQueuePriorities" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("discreteQueuePriorities" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("discreteQueuePriorities" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("discreteQueuePriorities" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("discreteQueuePriorities" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "framebufferColorSampleCounts" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("framebufferColorSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("framebufferColorSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("framebufferColorSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("framebufferColorSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "framebufferDepthSampleCounts" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("framebufferDepthSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("framebufferDepthSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("framebufferDepthSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("framebufferDepthSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "framebufferNoAttachmentsSampleCounts" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("framebufferNoAttachmentsSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("framebufferNoAttachmentsSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("framebufferNoAttachmentsSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("framebufferNoAttachmentsSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "framebufferStencilSampleCounts" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("framebufferStencilSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("framebufferStencilSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("framebufferStencilSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("framebufferStencilSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "lineWidthGranularity" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("lineWidthGranularity" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("lineWidthGranularity" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("lineWidthGranularity" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("lineWidthGranularity" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "lineWidthRange" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("lineWidthRange" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("lineWidthRange" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("lineWidthRange" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("lineWidthRange" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxBoundDescriptorSets" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxBoundDescriptorSets" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxBoundDescriptorSets" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxBoundDescriptorSets" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxBoundDescriptorSets" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxClipDistances" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxClipDistances" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxClipDistances" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxClipDistances" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxClipDistances" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxColorAttachments" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxColorAttachments" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxColorAttachments" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxColorAttachments" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxColorAttachments" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxCombinedClipAndCullDistances" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxCombinedClipAndCullDistances" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxCombinedClipAndCullDistances" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxCombinedClipAndCullDistances" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxCombinedClipAndCullDistances" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxComputeSharedMemorySize" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxComputeSharedMemorySize" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxComputeSharedMemorySize" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxComputeSharedMemorySize" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxComputeSharedMemorySize" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxComputeWorkGroupCount" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxComputeWorkGroupCount" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxComputeWorkGroupCount" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxComputeWorkGroupCount" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxComputeWorkGroupCount" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxComputeWorkGroupInvocations" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxComputeWorkGroupInvocations" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxComputeWorkGroupInvocations" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxComputeWorkGroupInvocations" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxComputeWorkGroupInvocations" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxComputeWorkGroupSize" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxComputeWorkGroupSize" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxComputeWorkGroupSize" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxComputeWorkGroupSize" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxComputeWorkGroupSize" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxCullDistances" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxCullDistances" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxCullDistances" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxCullDistances" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxCullDistances" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxDescriptorSetInputAttachments" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxDescriptorSetInputAttachments" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxDescriptorSetInputAttachments" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxDescriptorSetInputAttachments" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxDescriptorSetInputAttachments" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxDescriptorSetSampledImages" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxDescriptorSetSampledImages" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxDescriptorSetSampledImages" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxDescriptorSetSampledImages" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxDescriptorSetSampledImages" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxDescriptorSetSamplers" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxDescriptorSetSamplers" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxDescriptorSetSamplers" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxDescriptorSetSamplers" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxDescriptorSetSamplers" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxDescriptorSetStorageBuffers" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxDescriptorSetStorageBuffers" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxDescriptorSetStorageBuffers" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxDescriptorSetStorageBuffers" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxDescriptorSetStorageBuffers" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxDescriptorSetStorageBuffersDynamic" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxDescriptorSetStorageBuffersDynamic" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxDescriptorSetStorageBuffersDynamic" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxDescriptorSetStorageBuffersDynamic" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxDescriptorSetStorageBuffersDynamic" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxDescriptorSetStorageImages" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxDescriptorSetStorageImages" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxDescriptorSetStorageImages" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxDescriptorSetStorageImages" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxDescriptorSetStorageImages" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxDescriptorSetUniformBuffers" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxDescriptorSetUniformBuffers" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxDescriptorSetUniformBuffers" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxDescriptorSetUniformBuffers" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxDescriptorSetUniformBuffers" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxDescriptorSetUniformBuffersDynamic" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxDescriptorSetUniformBuffersDynamic" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxDescriptorSetUniformBuffersDynamic" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxDescriptorSetUniformBuffersDynamic" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxDescriptorSetUniformBuffersDynamic" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxDrawIndexedIndexValue" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxDrawIndexedIndexValue" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxDrawIndexedIndexValue" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxDrawIndexedIndexValue" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxDrawIndexedIndexValue" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxDrawIndirectCount" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxDrawIndirectCount" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxDrawIndirectCount" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxDrawIndirectCount" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxDrawIndirectCount" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxFragmentCombinedOutputResources" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxFragmentCombinedOutputResources" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxFragmentCombinedOutputResources" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxFragmentCombinedOutputResources" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxFragmentCombinedOutputResources" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxFragmentDualSrcAttachments" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxFragmentDualSrcAttachments" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxFragmentDualSrcAttachments" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxFragmentDualSrcAttachments" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxFragmentDualSrcAttachments" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxFragmentInputComponents" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxFragmentInputComponents" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxFragmentInputComponents" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxFragmentInputComponents" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxFragmentInputComponents" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxFragmentOutputAttachments" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxFragmentOutputAttachments" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxFragmentOutputAttachments" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxFragmentOutputAttachments" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxFragmentOutputAttachments" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxFramebufferHeight" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxFramebufferHeight" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxFramebufferHeight" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxFramebufferHeight" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxFramebufferHeight" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxFramebufferLayers" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxFramebufferLayers" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxFramebufferLayers" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxFramebufferLayers" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxFramebufferLayers" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxFramebufferWidth" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxFramebufferWidth" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxFramebufferWidth" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxFramebufferWidth" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxFramebufferWidth" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxGeometryInputComponents" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxGeometryInputComponents" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxGeometryInputComponents" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxGeometryInputComponents" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxGeometryInputComponents" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxGeometryOutputComponents" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxGeometryOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxGeometryOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxGeometryOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxGeometryOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxGeometryOutputVertices" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxGeometryOutputVertices" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxGeometryOutputVertices" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxGeometryOutputVertices" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxGeometryOutputVertices" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxGeometryShaderInvocations" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxGeometryShaderInvocations" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxGeometryShaderInvocations" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxGeometryShaderInvocations" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxGeometryShaderInvocations" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxGeometryTotalOutputComponents" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxGeometryTotalOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxGeometryTotalOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxGeometryTotalOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxGeometryTotalOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxImageArrayLayers" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxImageArrayLayers" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxImageArrayLayers" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxImageArrayLayers" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxImageArrayLayers" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxImageDimension1D" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxImageDimension1D" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxImageDimension1D" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxImageDimension1D" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxImageDimension1D" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxImageDimension2D" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxImageDimension2D" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxImageDimension2D" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxImageDimension2D" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxImageDimension2D" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxImageDimension3D" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxImageDimension3D" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxImageDimension3D" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxImageDimension3D" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxImageDimension3D" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxImageDimensionCube" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxImageDimensionCube" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxImageDimensionCube" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxImageDimensionCube" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxImageDimensionCube" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxInterpolationOffset" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxInterpolationOffset" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxInterpolationOffset" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxInterpolationOffset" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxInterpolationOffset" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxMemoryAllocationCount" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxMemoryAllocationCount" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxMemoryAllocationCount" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxMemoryAllocationCount" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxMemoryAllocationCount" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxPerStageDescriptorInputAttachments" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxPerStageDescriptorInputAttachments" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxPerStageDescriptorInputAttachments" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxPerStageDescriptorInputAttachments" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxPerStageDescriptorInputAttachments" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxPerStageDescriptorSampledImages" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxPerStageDescriptorSampledImages" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxPerStageDescriptorSampledImages" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxPerStageDescriptorSampledImages" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxPerStageDescriptorSampledImages" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxPerStageDescriptorSamplers" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxPerStageDescriptorSamplers" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxPerStageDescriptorSamplers" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxPerStageDescriptorSamplers" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxPerStageDescriptorSamplers" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxPerStageDescriptorStorageBuffers" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxPerStageDescriptorStorageBuffers" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxPerStageDescriptorStorageBuffers" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxPerStageDescriptorStorageBuffers" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxPerStageDescriptorStorageBuffers" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxPerStageDescriptorStorageImages" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxPerStageDescriptorStorageImages" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxPerStageDescriptorStorageImages" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxPerStageDescriptorStorageImages" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxPerStageDescriptorStorageImages" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxPerStageDescriptorUniformBuffers" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxPerStageDescriptorUniformBuffers" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxPerStageDescriptorUniformBuffers" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxPerStageDescriptorUniformBuffers" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxPerStageDescriptorUniformBuffers" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxPerStageResources" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxPerStageResources" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxPerStageResources" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxPerStageResources" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxPerStageResources" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxPushConstantsSize" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxPushConstantsSize" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxPushConstantsSize" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxPushConstantsSize" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxPushConstantsSize" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxSampleMaskWords" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxSampleMaskWords" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxSampleMaskWords" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxSampleMaskWords" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxSampleMaskWords" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxSamplerAllocationCount" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxSamplerAllocationCount" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxSamplerAllocationCount" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxSamplerAllocationCount" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxSamplerAllocationCount" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxSamplerAnisotropy" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxSamplerAnisotropy" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxSamplerAnisotropy" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxSamplerAnisotropy" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxSamplerAnisotropy" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxSamplerLodBias" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxSamplerLodBias" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxSamplerLodBias" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxSamplerLodBias" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxSamplerLodBias" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxStorageBufferRange" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxStorageBufferRange" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxStorageBufferRange" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxStorageBufferRange" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxStorageBufferRange" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxTessellationControlPerPatchOutputComponents" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxTessellationControlPerPatchOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxTessellationControlPerPatchOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxTessellationControlPerPatchOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxTessellationControlPerPatchOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxTessellationControlPerVertexInputComponents" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxTessellationControlPerVertexInputComponents" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxTessellationControlPerVertexInputComponents" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxTessellationControlPerVertexInputComponents" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxTessellationControlPerVertexInputComponents" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxTessellationControlPerVertexOutputComponents" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxTessellationControlPerVertexOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxTessellationControlPerVertexOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxTessellationControlPerVertexOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxTessellationControlPerVertexOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxTessellationControlTotalOutputComponents" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxTessellationControlTotalOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxTessellationControlTotalOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxTessellationControlTotalOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxTessellationControlTotalOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxTessellationEvaluationInputComponents" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxTessellationEvaluationInputComponents" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxTessellationEvaluationInputComponents" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxTessellationEvaluationInputComponents" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxTessellationEvaluationInputComponents" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxTessellationEvaluationOutputComponents" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxTessellationEvaluationOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxTessellationEvaluationOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxTessellationEvaluationOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxTessellationEvaluationOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxTessellationGenerationLevel" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxTessellationGenerationLevel" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxTessellationGenerationLevel" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxTessellationGenerationLevel" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxTessellationGenerationLevel" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxTessellationPatchSize" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxTessellationPatchSize" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxTessellationPatchSize" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxTessellationPatchSize" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxTessellationPatchSize" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxTexelBufferElements" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxTexelBufferElements" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxTexelBufferElements" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxTexelBufferElements" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxTexelBufferElements" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxTexelGatherOffset" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxTexelGatherOffset" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxTexelGatherOffset" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxTexelGatherOffset" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxTexelGatherOffset" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxTexelOffset" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxTexelOffset" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxTexelOffset" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxTexelOffset" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxTexelOffset" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxUniformBufferRange" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxUniformBufferRange" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxUniformBufferRange" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxUniformBufferRange" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxUniformBufferRange" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxVertexInputAttributeOffset" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxVertexInputAttributeOffset" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxVertexInputAttributeOffset" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxVertexInputAttributeOffset" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxVertexInputAttributeOffset" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxVertexInputAttributes" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxVertexInputAttributes" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxVertexInputAttributes" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxVertexInputAttributes" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxVertexInputAttributes" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxVertexInputBindingStride" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxVertexInputBindingStride" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxVertexInputBindingStride" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxVertexInputBindingStride" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxVertexInputBindingStride" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxVertexInputBindings" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxVertexInputBindings" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxVertexInputBindings" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxVertexInputBindings" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxVertexInputBindings" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxVertexOutputComponents" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxVertexOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxVertexOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxVertexOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxVertexOutputComponents" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxViewportDimensions" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxViewportDimensions" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxViewportDimensions" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxViewportDimensions" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxViewportDimensions" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "maxViewports" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("maxViewports" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("maxViewports" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("maxViewports" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("maxViewports" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "minInterpolationOffset" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("minInterpolationOffset" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("minInterpolationOffset" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("minInterpolationOffset" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("minInterpolationOffset" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "minMemoryMapAlignment" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("minMemoryMapAlignment" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("minMemoryMapAlignment" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("minMemoryMapAlignment" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("minMemoryMapAlignment" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "minStorageBufferOffsetAlignment" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("minStorageBufferOffsetAlignment" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("minStorageBufferOffsetAlignment" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("minStorageBufferOffsetAlignment" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("minStorageBufferOffsetAlignment" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "minTexelBufferOffsetAlignment" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("minTexelBufferOffsetAlignment" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("minTexelBufferOffsetAlignment" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("minTexelBufferOffsetAlignment" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("minTexelBufferOffsetAlignment" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "minTexelGatherOffset" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("minTexelGatherOffset" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("minTexelGatherOffset" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("minTexelGatherOffset" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("minTexelGatherOffset" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "minTexelOffset" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("minTexelOffset" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("minTexelOffset" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("minTexelOffset" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("minTexelOffset" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "minUniformBufferOffsetAlignment" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("minUniformBufferOffsetAlignment" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("minUniformBufferOffsetAlignment" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("minUniformBufferOffsetAlignment" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("minUniformBufferOffsetAlignment" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "mipmapPrecisionBits" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("mipmapPrecisionBits" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("mipmapPrecisionBits" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("mipmapPrecisionBits" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("mipmapPrecisionBits" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "nonCoherentAtomSize" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("nonCoherentAtomSize" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("nonCoherentAtomSize" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("nonCoherentAtomSize" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("nonCoherentAtomSize" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "optimalBufferCopyOffsetAlignment" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("optimalBufferCopyOffsetAlignment" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("optimalBufferCopyOffsetAlignment" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("optimalBufferCopyOffsetAlignment" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("optimalBufferCopyOffsetAlignment" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "optimalBufferCopyRowPitchAlignment" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("optimalBufferCopyRowPitchAlignment" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("optimalBufferCopyRowPitchAlignment" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("optimalBufferCopyRowPitchAlignment" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("optimalBufferCopyRowPitchAlignment" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "pointSizeGranularity" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("pointSizeGranularity" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("pointSizeGranularity" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("pointSizeGranularity" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("pointSizeGranularity" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "pointSizeRange" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("pointSizeRange" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("pointSizeRange" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("pointSizeRange" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("pointSizeRange" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "sampledImageColorSampleCounts" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("sampledImageColorSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("sampledImageColorSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("sampledImageColorSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("sampledImageColorSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "sampledImageDepthSampleCounts" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("sampledImageDepthSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("sampledImageDepthSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("sampledImageDepthSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("sampledImageDepthSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "sampledImageIntegerSampleCounts" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("sampledImageIntegerSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("sampledImageIntegerSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("sampledImageIntegerSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("sampledImageIntegerSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "sampledImageStencilSampleCounts" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("sampledImageStencilSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("sampledImageStencilSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("sampledImageStencilSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("sampledImageStencilSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "sparseAddressSpaceSize" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("sparseAddressSpaceSize" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("sparseAddressSpaceSize" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("sparseAddressSpaceSize" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("sparseAddressSpaceSize" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "standardSampleLocations" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("standardSampleLocations" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("standardSampleLocations" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("standardSampleLocations" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("standardSampleLocations" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "storageImageSampleCounts" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("storageImageSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("storageImageSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("storageImageSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("storageImageSampleCounts" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "strictLines" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("strictLines" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("strictLines" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("strictLines" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("strictLines" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "subPixelInterpolationOffsetBits" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("subPixelInterpolationOffsetBits" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("subPixelInterpolationOffsetBits" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("subPixelInterpolationOffsetBits" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("subPixelInterpolationOffsetBits" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "subPixelPrecisionBits" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("subPixelPrecisionBits" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("subPixelPrecisionBits" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("subPixelPrecisionBits" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("subPixelPrecisionBits" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "subTexelPrecisionBits" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("subTexelPrecisionBits" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("subTexelPrecisionBits" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("subTexelPrecisionBits" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("subTexelPrecisionBits" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "timestampComputeAndGraphics" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("timestampComputeAndGraphics" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("timestampComputeAndGraphics" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("timestampComputeAndGraphics" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("timestampComputeAndGraphics" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "timestampPeriod" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("timestampPeriod" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("timestampPeriod" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("timestampPeriod" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("timestampPeriod" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "viewportBoundsRange" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("viewportBoundsRange" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("viewportBoundsRange" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("viewportBoundsRange" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("viewportBoundsRange" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

HasField "viewportSubPixelBits" VkPhysicalDeviceLimits Source # 

Associated Types

type FieldType ("viewportSubPixelBits" :: Symbol) VkPhysicalDeviceLimits :: Type Source #

type FieldOptional ("viewportSubPixelBits" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

type FieldOffset ("viewportSubPixelBits" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

type FieldIsArray ("viewportSubPixelBits" :: Symbol) VkPhysicalDeviceLimits :: Bool Source #

(KnownNat idx, IndexInBounds "lineWidthRange" idx VkPhysicalDeviceLimits) => CanWriteFieldArray "lineWidthRange" idx VkPhysicalDeviceLimits Source # 
(KnownNat idx, IndexInBounds "maxComputeWorkGroupCount" idx VkPhysicalDeviceLimits) => CanWriteFieldArray "maxComputeWorkGroupCount" idx VkPhysicalDeviceLimits Source # 
(KnownNat idx, IndexInBounds "maxComputeWorkGroupSize" idx VkPhysicalDeviceLimits) => CanWriteFieldArray "maxComputeWorkGroupSize" idx VkPhysicalDeviceLimits Source # 
(KnownNat idx, IndexInBounds "maxViewportDimensions" idx VkPhysicalDeviceLimits) => CanWriteFieldArray "maxViewportDimensions" idx VkPhysicalDeviceLimits Source # 
(KnownNat idx, IndexInBounds "pointSizeRange" idx VkPhysicalDeviceLimits) => CanWriteFieldArray "pointSizeRange" idx VkPhysicalDeviceLimits Source # 
(KnownNat idx, IndexInBounds "viewportBoundsRange" idx VkPhysicalDeviceLimits) => CanWriteFieldArray "viewportBoundsRange" idx VkPhysicalDeviceLimits Source # 
(KnownNat idx, IndexInBounds "lineWidthRange" idx VkPhysicalDeviceLimits) => CanReadFieldArray "lineWidthRange" idx VkPhysicalDeviceLimits Source # 
(KnownNat idx, IndexInBounds "maxComputeWorkGroupCount" idx VkPhysicalDeviceLimits) => CanReadFieldArray "maxComputeWorkGroupCount" idx VkPhysicalDeviceLimits Source # 

Associated Types

type FieldArrayLength ("maxComputeWorkGroupCount" :: Symbol) VkPhysicalDeviceLimits :: Nat Source #

(KnownNat idx, IndexInBounds "maxComputeWorkGroupSize" idx VkPhysicalDeviceLimits) => CanReadFieldArray "maxComputeWorkGroupSize" idx VkPhysicalDeviceLimits Source # 
(KnownNat idx, IndexInBounds "maxViewportDimensions" idx VkPhysicalDeviceLimits) => CanReadFieldArray "maxViewportDimensions" idx VkPhysicalDeviceLimits Source # 
(KnownNat idx, IndexInBounds "pointSizeRange" idx VkPhysicalDeviceLimits) => CanReadFieldArray "pointSizeRange" idx VkPhysicalDeviceLimits Source # 
(KnownNat idx, IndexInBounds "viewportBoundsRange" idx VkPhysicalDeviceLimits) => CanReadFieldArray "viewportBoundsRange" idx VkPhysicalDeviceLimits Source # 
type StructFields VkPhysicalDeviceLimits Source # 
type StructFields VkPhysicalDeviceLimits = (:) Symbol "maxImageDimension1D" ((:) Symbol "maxImageDimension2D" ((:) Symbol "maxImageDimension3D" ((:) Symbol "maxImageDimensionCube" ((:) Symbol "maxImageArrayLayers" ((:) Symbol "maxTexelBufferElements" ((:) Symbol "maxUniformBufferRange" ((:) Symbol "maxStorageBufferRange" ((:) Symbol "maxPushConstantsSize" ((:) Symbol "maxMemoryAllocationCount" ((:) Symbol "maxSamplerAllocationCount" ((:) Symbol "bufferImageGranularity" ((:) Symbol "sparseAddressSpaceSize" ((:) Symbol "maxBoundDescriptorSets" ((:) Symbol "maxPerStageDescriptorSamplers" ((:) Symbol "maxPerStageDescriptorUniformBuffers" ((:) Symbol "maxPerStageDescriptorStorageBuffers" ((:) Symbol "maxPerStageDescriptorSampledImages" ((:) Symbol "maxPerStageDescriptorStorageImages" ((:) Symbol "maxPerStageDescriptorInputAttachments" ((:) Symbol "maxPerStageResources" ((:) Symbol "maxDescriptorSetSamplers" ((:) Symbol "maxDescriptorSetUniformBuffers" ((:) Symbol "maxDescriptorSetUniformBuffersDynamic" ((:) Symbol "maxDescriptorSetStorageBuffers" ((:) Symbol "maxDescriptorSetStorageBuffersDynamic" ((:) Symbol "maxDescriptorSetSampledImages" ((:) Symbol "maxDescriptorSetStorageImages" ((:) Symbol "maxDescriptorSetInputAttachments" ((:) Symbol "maxVertexInputAttributes" ((:) Symbol "maxVertexInputBindings" ((:) Symbol "maxVertexInputAttributeOffset" ((:) Symbol "maxVertexInputBindingStride" ((:) Symbol "maxVertexOutputComponents" ((:) Symbol "maxTessellationGenerationLevel" ((:) Symbol "maxTessellationPatchSize" ((:) Symbol "maxTessellationControlPerVertexInputComponents" ((:) Symbol "maxTessellationControlPerVertexOutputComponents" ((:) Symbol "maxTessellationControlPerPatchOutputComponents" ((:) Symbol "maxTessellationControlTotalOutputComponents" ((:) Symbol "maxTessellationEvaluationInputComponents" ((:) Symbol "maxTessellationEvaluationOutputComponents" ((:) Symbol "maxGeometryShaderInvocations" ((:) Symbol "maxGeometryInputComponents" ((:) Symbol "maxGeometryOutputComponents" ((:) Symbol "maxGeometryOutputVertices" ((:) Symbol "maxGeometryTotalOutputComponents" ((:) Symbol "maxFragmentInputComponents" ((:) Symbol "maxFragmentOutputAttachments" ((:) Symbol "maxFragmentDualSrcAttachments" ((:) Symbol "maxFragmentCombinedOutputResources" ((:) Symbol "maxComputeSharedMemorySize" ((:) Symbol "maxComputeWorkGroupCount" ((:) Symbol "maxComputeWorkGroupInvocations" ((:) Symbol "maxComputeWorkGroupSize" ((:) Symbol "subPixelPrecisionBits" ((:) Symbol "subTexelPrecisionBits" ((:) Symbol "mipmapPrecisionBits" ((:) Symbol "maxDrawIndexedIndexValue" ((:) Symbol "maxDrawIndirectCount" ((:) Symbol "maxSamplerLodBias" ((:) Symbol "maxSamplerAnisotropy" ((:) Symbol "maxViewports" ((:) Symbol "maxViewportDimensions" ((:) Symbol "viewportBoundsRange" ((:) Symbol "viewportSubPixelBits" ((:) Symbol "minMemoryMapAlignment" ((:) Symbol "minTexelBufferOffsetAlignment" ((:) Symbol "minUniformBufferOffsetAlignment" ((:) Symbol "minStorageBufferOffsetAlignment" ((:) Symbol "minTexelOffset" ((:) Symbol "maxTexelOffset" ((:) Symbol "minTexelGatherOffset" ((:) Symbol "maxTexelGatherOffset" ((:) Symbol "minInterpolationOffset" ((:) Symbol "maxInterpolationOffset" ((:) Symbol "subPixelInterpolationOffsetBits" ((:) Symbol "maxFramebufferWidth" ((:) Symbol "maxFramebufferHeight" ((:) Symbol "maxFramebufferLayers" ((:) Symbol "framebufferColorSampleCounts" ((:) Symbol "framebufferDepthSampleCounts" ((:) Symbol "framebufferStencilSampleCounts" ((:) Symbol "framebufferNoAttachmentsSampleCounts" ((:) Symbol "maxColorAttachments" ((:) Symbol "sampledImageColorSampleCounts" ((:) Symbol "sampledImageIntegerSampleCounts" ((:) Symbol "sampledImageDepthSampleCounts" ((:) Symbol "sampledImageStencilSampleCounts" ((:) Symbol "storageImageSampleCounts" ((:) Symbol "maxSampleMaskWords" ((:) Symbol "timestampComputeAndGraphics" ((:) Symbol "timestampPeriod" ((:) Symbol "maxClipDistances" ((:) Symbol "maxCullDistances" ((:) Symbol "maxCombinedClipAndCullDistances" ((:) Symbol "discreteQueuePriorities" ((:) Symbol "pointSizeRange" ((:) Symbol "lineWidthRange" ((:) Symbol "pointSizeGranularity" ((:) Symbol "lineWidthGranularity" ((:) Symbol "strictLines" ((:) Symbol "standardSampleLocations" ((:) Symbol "optimalBufferCopyOffsetAlignment" ((:) Symbol "optimalBufferCopyRowPitchAlignment" ((:) Symbol "nonCoherentAtomSize" ([] Symbol))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))
type CUnionType VkPhysicalDeviceLimits Source # 
type ReturnedOnly VkPhysicalDeviceLimits Source # 
type StructExtends VkPhysicalDeviceLimits Source # 
type FieldArrayLength "lineWidthRange" VkPhysicalDeviceLimits Source # 
type FieldArrayLength "lineWidthRange" VkPhysicalDeviceLimits = 2
type FieldArrayLength "maxComputeWorkGroupCount" VkPhysicalDeviceLimits Source # 
type FieldArrayLength "maxComputeWorkGroupCount" VkPhysicalDeviceLimits = 3
type FieldArrayLength "maxComputeWorkGroupSize" VkPhysicalDeviceLimits Source # 
type FieldArrayLength "maxComputeWorkGroupSize" VkPhysicalDeviceLimits = 3
type FieldArrayLength "maxViewportDimensions" VkPhysicalDeviceLimits Source # 
type FieldArrayLength "maxViewportDimensions" VkPhysicalDeviceLimits = 2
type FieldArrayLength "pointSizeRange" VkPhysicalDeviceLimits Source # 
type FieldArrayLength "pointSizeRange" VkPhysicalDeviceLimits = 2
type FieldArrayLength "viewportBoundsRange" VkPhysicalDeviceLimits Source # 
type FieldArrayLength "viewportBoundsRange" VkPhysicalDeviceLimits = 2
type FieldType "bufferImageGranularity" VkPhysicalDeviceLimits Source # 
type FieldType "bufferImageGranularity" VkPhysicalDeviceLimits = VkDeviceSize
type FieldType "discreteQueuePriorities" VkPhysicalDeviceLimits Source # 
type FieldType "discreteQueuePriorities" VkPhysicalDeviceLimits = Word32
type FieldType "framebufferColorSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldType "framebufferColorSampleCounts" VkPhysicalDeviceLimits = VkSampleCountFlags
type FieldType "framebufferDepthSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldType "framebufferDepthSampleCounts" VkPhysicalDeviceLimits = VkSampleCountFlags
type FieldType "framebufferNoAttachmentsSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldType "framebufferNoAttachmentsSampleCounts" VkPhysicalDeviceLimits = VkSampleCountFlags
type FieldType "framebufferStencilSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldType "framebufferStencilSampleCounts" VkPhysicalDeviceLimits = VkSampleCountFlags
type FieldType "lineWidthGranularity" VkPhysicalDeviceLimits Source # 
type FieldType "lineWidthGranularity" VkPhysicalDeviceLimits = Float
type FieldType "lineWidthRange" VkPhysicalDeviceLimits Source # 
type FieldType "lineWidthRange" VkPhysicalDeviceLimits = Float
type FieldType "maxBoundDescriptorSets" VkPhysicalDeviceLimits Source # 
type FieldType "maxBoundDescriptorSets" VkPhysicalDeviceLimits = Word32
type FieldType "maxClipDistances" VkPhysicalDeviceLimits Source # 
type FieldType "maxClipDistances" VkPhysicalDeviceLimits = Word32
type FieldType "maxColorAttachments" VkPhysicalDeviceLimits Source # 
type FieldType "maxColorAttachments" VkPhysicalDeviceLimits = Word32
type FieldType "maxCombinedClipAndCullDistances" VkPhysicalDeviceLimits Source # 
type FieldType "maxCombinedClipAndCullDistances" VkPhysicalDeviceLimits = Word32
type FieldType "maxComputeSharedMemorySize" VkPhysicalDeviceLimits Source # 
type FieldType "maxComputeSharedMemorySize" VkPhysicalDeviceLimits = Word32
type FieldType "maxComputeWorkGroupCount" VkPhysicalDeviceLimits Source # 
type FieldType "maxComputeWorkGroupCount" VkPhysicalDeviceLimits = Word32
type FieldType "maxComputeWorkGroupInvocations" VkPhysicalDeviceLimits Source # 
type FieldType "maxComputeWorkGroupInvocations" VkPhysicalDeviceLimits = Word32
type FieldType "maxComputeWorkGroupSize" VkPhysicalDeviceLimits Source # 
type FieldType "maxComputeWorkGroupSize" VkPhysicalDeviceLimits = Word32
type FieldType "maxCullDistances" VkPhysicalDeviceLimits Source # 
type FieldType "maxCullDistances" VkPhysicalDeviceLimits = Word32
type FieldType "maxDescriptorSetInputAttachments" VkPhysicalDeviceLimits Source # 
type FieldType "maxDescriptorSetInputAttachments" VkPhysicalDeviceLimits = Word32
type FieldType "maxDescriptorSetSampledImages" VkPhysicalDeviceLimits Source # 
type FieldType "maxDescriptorSetSampledImages" VkPhysicalDeviceLimits = Word32
type FieldType "maxDescriptorSetSamplers" VkPhysicalDeviceLimits Source # 
type FieldType "maxDescriptorSetSamplers" VkPhysicalDeviceLimits = Word32
type FieldType "maxDescriptorSetStorageBuffers" VkPhysicalDeviceLimits Source # 
type FieldType "maxDescriptorSetStorageBuffers" VkPhysicalDeviceLimits = Word32
type FieldType "maxDescriptorSetStorageBuffersDynamic" VkPhysicalDeviceLimits Source # 
type FieldType "maxDescriptorSetStorageBuffersDynamic" VkPhysicalDeviceLimits = Word32
type FieldType "maxDescriptorSetStorageImages" VkPhysicalDeviceLimits Source # 
type FieldType "maxDescriptorSetStorageImages" VkPhysicalDeviceLimits = Word32
type FieldType "maxDescriptorSetUniformBuffers" VkPhysicalDeviceLimits Source # 
type FieldType "maxDescriptorSetUniformBuffers" VkPhysicalDeviceLimits = Word32
type FieldType "maxDescriptorSetUniformBuffersDynamic" VkPhysicalDeviceLimits Source # 
type FieldType "maxDescriptorSetUniformBuffersDynamic" VkPhysicalDeviceLimits = Word32
type FieldType "maxDrawIndexedIndexValue" VkPhysicalDeviceLimits Source # 
type FieldType "maxDrawIndexedIndexValue" VkPhysicalDeviceLimits = Word32
type FieldType "maxDrawIndirectCount" VkPhysicalDeviceLimits Source # 
type FieldType "maxDrawIndirectCount" VkPhysicalDeviceLimits = Word32
type FieldType "maxFragmentCombinedOutputResources" VkPhysicalDeviceLimits Source # 
type FieldType "maxFragmentCombinedOutputResources" VkPhysicalDeviceLimits = Word32
type FieldType "maxFragmentDualSrcAttachments" VkPhysicalDeviceLimits Source # 
type FieldType "maxFragmentDualSrcAttachments" VkPhysicalDeviceLimits = Word32
type FieldType "maxFragmentInputComponents" VkPhysicalDeviceLimits Source # 
type FieldType "maxFragmentInputComponents" VkPhysicalDeviceLimits = Word32
type FieldType "maxFragmentOutputAttachments" VkPhysicalDeviceLimits Source # 
type FieldType "maxFragmentOutputAttachments" VkPhysicalDeviceLimits = Word32
type FieldType "maxFramebufferHeight" VkPhysicalDeviceLimits Source # 
type FieldType "maxFramebufferHeight" VkPhysicalDeviceLimits = Word32
type FieldType "maxFramebufferLayers" VkPhysicalDeviceLimits Source # 
type FieldType "maxFramebufferLayers" VkPhysicalDeviceLimits = Word32
type FieldType "maxFramebufferWidth" VkPhysicalDeviceLimits Source # 
type FieldType "maxFramebufferWidth" VkPhysicalDeviceLimits = Word32
type FieldType "maxGeometryInputComponents" VkPhysicalDeviceLimits Source # 
type FieldType "maxGeometryInputComponents" VkPhysicalDeviceLimits = Word32
type FieldType "maxGeometryOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldType "maxGeometryOutputComponents" VkPhysicalDeviceLimits = Word32
type FieldType "maxGeometryOutputVertices" VkPhysicalDeviceLimits Source # 
type FieldType "maxGeometryOutputVertices" VkPhysicalDeviceLimits = Word32
type FieldType "maxGeometryShaderInvocations" VkPhysicalDeviceLimits Source # 
type FieldType "maxGeometryShaderInvocations" VkPhysicalDeviceLimits = Word32
type FieldType "maxGeometryTotalOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldType "maxGeometryTotalOutputComponents" VkPhysicalDeviceLimits = Word32
type FieldType "maxImageArrayLayers" VkPhysicalDeviceLimits Source # 
type FieldType "maxImageArrayLayers" VkPhysicalDeviceLimits = Word32
type FieldType "maxImageDimension1D" VkPhysicalDeviceLimits Source # 
type FieldType "maxImageDimension1D" VkPhysicalDeviceLimits = Word32
type FieldType "maxImageDimension2D" VkPhysicalDeviceLimits Source # 
type FieldType "maxImageDimension2D" VkPhysicalDeviceLimits = Word32
type FieldType "maxImageDimension3D" VkPhysicalDeviceLimits Source # 
type FieldType "maxImageDimension3D" VkPhysicalDeviceLimits = Word32
type FieldType "maxImageDimensionCube" VkPhysicalDeviceLimits Source # 
type FieldType "maxImageDimensionCube" VkPhysicalDeviceLimits = Word32
type FieldType "maxInterpolationOffset" VkPhysicalDeviceLimits Source # 
type FieldType "maxInterpolationOffset" VkPhysicalDeviceLimits = Float
type FieldType "maxMemoryAllocationCount" VkPhysicalDeviceLimits Source # 
type FieldType "maxMemoryAllocationCount" VkPhysicalDeviceLimits = Word32
type FieldType "maxPerStageDescriptorInputAttachments" VkPhysicalDeviceLimits Source # 
type FieldType "maxPerStageDescriptorInputAttachments" VkPhysicalDeviceLimits = Word32
type FieldType "maxPerStageDescriptorSampledImages" VkPhysicalDeviceLimits Source # 
type FieldType "maxPerStageDescriptorSampledImages" VkPhysicalDeviceLimits = Word32
type FieldType "maxPerStageDescriptorSamplers" VkPhysicalDeviceLimits Source # 
type FieldType "maxPerStageDescriptorSamplers" VkPhysicalDeviceLimits = Word32
type FieldType "maxPerStageDescriptorStorageBuffers" VkPhysicalDeviceLimits Source # 
type FieldType "maxPerStageDescriptorStorageBuffers" VkPhysicalDeviceLimits = Word32
type FieldType "maxPerStageDescriptorStorageImages" VkPhysicalDeviceLimits Source # 
type FieldType "maxPerStageDescriptorStorageImages" VkPhysicalDeviceLimits = Word32
type FieldType "maxPerStageDescriptorUniformBuffers" VkPhysicalDeviceLimits Source # 
type FieldType "maxPerStageDescriptorUniformBuffers" VkPhysicalDeviceLimits = Word32
type FieldType "maxPerStageResources" VkPhysicalDeviceLimits Source # 
type FieldType "maxPerStageResources" VkPhysicalDeviceLimits = Word32
type FieldType "maxPushConstantsSize" VkPhysicalDeviceLimits Source # 
type FieldType "maxPushConstantsSize" VkPhysicalDeviceLimits = Word32
type FieldType "maxSampleMaskWords" VkPhysicalDeviceLimits Source # 
type FieldType "maxSampleMaskWords" VkPhysicalDeviceLimits = Word32
type FieldType "maxSamplerAllocationCount" VkPhysicalDeviceLimits Source # 
type FieldType "maxSamplerAllocationCount" VkPhysicalDeviceLimits = Word32
type FieldType "maxSamplerAnisotropy" VkPhysicalDeviceLimits Source # 
type FieldType "maxSamplerAnisotropy" VkPhysicalDeviceLimits = Float
type FieldType "maxSamplerLodBias" VkPhysicalDeviceLimits Source # 
type FieldType "maxSamplerLodBias" VkPhysicalDeviceLimits = Float
type FieldType "maxStorageBufferRange" VkPhysicalDeviceLimits Source # 
type FieldType "maxStorageBufferRange" VkPhysicalDeviceLimits = Word32
type FieldType "maxTessellationControlPerPatchOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldType "maxTessellationControlPerPatchOutputComponents" VkPhysicalDeviceLimits = Word32
type FieldType "maxTessellationControlPerVertexInputComponents" VkPhysicalDeviceLimits Source # 
type FieldType "maxTessellationControlPerVertexInputComponents" VkPhysicalDeviceLimits = Word32
type FieldType "maxTessellationControlPerVertexOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldType "maxTessellationControlPerVertexOutputComponents" VkPhysicalDeviceLimits = Word32
type FieldType "maxTessellationControlTotalOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldType "maxTessellationControlTotalOutputComponents" VkPhysicalDeviceLimits = Word32
type FieldType "maxTessellationEvaluationInputComponents" VkPhysicalDeviceLimits Source # 
type FieldType "maxTessellationEvaluationInputComponents" VkPhysicalDeviceLimits = Word32
type FieldType "maxTessellationEvaluationOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldType "maxTessellationEvaluationOutputComponents" VkPhysicalDeviceLimits = Word32
type FieldType "maxTessellationGenerationLevel" VkPhysicalDeviceLimits Source # 
type FieldType "maxTessellationGenerationLevel" VkPhysicalDeviceLimits = Word32
type FieldType "maxTessellationPatchSize" VkPhysicalDeviceLimits Source # 
type FieldType "maxTessellationPatchSize" VkPhysicalDeviceLimits = Word32
type FieldType "maxTexelBufferElements" VkPhysicalDeviceLimits Source # 
type FieldType "maxTexelBufferElements" VkPhysicalDeviceLimits = Word32
type FieldType "maxTexelGatherOffset" VkPhysicalDeviceLimits Source # 
type FieldType "maxTexelGatherOffset" VkPhysicalDeviceLimits = Word32
type FieldType "maxTexelOffset" VkPhysicalDeviceLimits Source # 
type FieldType "maxTexelOffset" VkPhysicalDeviceLimits = Word32
type FieldType "maxUniformBufferRange" VkPhysicalDeviceLimits Source # 
type FieldType "maxUniformBufferRange" VkPhysicalDeviceLimits = Word32
type FieldType "maxVertexInputAttributeOffset" VkPhysicalDeviceLimits Source # 
type FieldType "maxVertexInputAttributeOffset" VkPhysicalDeviceLimits = Word32
type FieldType "maxVertexInputAttributes" VkPhysicalDeviceLimits Source # 
type FieldType "maxVertexInputAttributes" VkPhysicalDeviceLimits = Word32
type FieldType "maxVertexInputBindingStride" VkPhysicalDeviceLimits Source # 
type FieldType "maxVertexInputBindingStride" VkPhysicalDeviceLimits = Word32
type FieldType "maxVertexInputBindings" VkPhysicalDeviceLimits Source # 
type FieldType "maxVertexInputBindings" VkPhysicalDeviceLimits = Word32
type FieldType "maxVertexOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldType "maxVertexOutputComponents" VkPhysicalDeviceLimits = Word32
type FieldType "maxViewportDimensions" VkPhysicalDeviceLimits Source # 
type FieldType "maxViewportDimensions" VkPhysicalDeviceLimits = Word32
type FieldType "maxViewports" VkPhysicalDeviceLimits Source # 
type FieldType "minInterpolationOffset" VkPhysicalDeviceLimits Source # 
type FieldType "minInterpolationOffset" VkPhysicalDeviceLimits = Float
type FieldType "minMemoryMapAlignment" VkPhysicalDeviceLimits Source # 
type FieldType "minMemoryMapAlignment" VkPhysicalDeviceLimits = CSize
type FieldType "minStorageBufferOffsetAlignment" VkPhysicalDeviceLimits Source # 
type FieldType "minStorageBufferOffsetAlignment" VkPhysicalDeviceLimits = VkDeviceSize
type FieldType "minTexelBufferOffsetAlignment" VkPhysicalDeviceLimits Source # 
type FieldType "minTexelBufferOffsetAlignment" VkPhysicalDeviceLimits = VkDeviceSize
type FieldType "minTexelGatherOffset" VkPhysicalDeviceLimits Source # 
type FieldType "minTexelGatherOffset" VkPhysicalDeviceLimits = Int32
type FieldType "minTexelOffset" VkPhysicalDeviceLimits Source # 
type FieldType "minTexelOffset" VkPhysicalDeviceLimits = Int32
type FieldType "minUniformBufferOffsetAlignment" VkPhysicalDeviceLimits Source # 
type FieldType "minUniformBufferOffsetAlignment" VkPhysicalDeviceLimits = VkDeviceSize
type FieldType "mipmapPrecisionBits" VkPhysicalDeviceLimits Source # 
type FieldType "mipmapPrecisionBits" VkPhysicalDeviceLimits = Word32
type FieldType "nonCoherentAtomSize" VkPhysicalDeviceLimits Source # 
type FieldType "nonCoherentAtomSize" VkPhysicalDeviceLimits = VkDeviceSize
type FieldType "optimalBufferCopyOffsetAlignment" VkPhysicalDeviceLimits Source # 
type FieldType "optimalBufferCopyOffsetAlignment" VkPhysicalDeviceLimits = VkDeviceSize
type FieldType "optimalBufferCopyRowPitchAlignment" VkPhysicalDeviceLimits Source # 
type FieldType "optimalBufferCopyRowPitchAlignment" VkPhysicalDeviceLimits = VkDeviceSize
type FieldType "pointSizeGranularity" VkPhysicalDeviceLimits Source # 
type FieldType "pointSizeGranularity" VkPhysicalDeviceLimits = Float
type FieldType "pointSizeRange" VkPhysicalDeviceLimits Source # 
type FieldType "pointSizeRange" VkPhysicalDeviceLimits = Float
type FieldType "sampledImageColorSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldType "sampledImageColorSampleCounts" VkPhysicalDeviceLimits = VkSampleCountFlags
type FieldType "sampledImageDepthSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldType "sampledImageDepthSampleCounts" VkPhysicalDeviceLimits = VkSampleCountFlags
type FieldType "sampledImageIntegerSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldType "sampledImageIntegerSampleCounts" VkPhysicalDeviceLimits = VkSampleCountFlags
type FieldType "sampledImageStencilSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldType "sampledImageStencilSampleCounts" VkPhysicalDeviceLimits = VkSampleCountFlags
type FieldType "sparseAddressSpaceSize" VkPhysicalDeviceLimits Source # 
type FieldType "sparseAddressSpaceSize" VkPhysicalDeviceLimits = VkDeviceSize
type FieldType "standardSampleLocations" VkPhysicalDeviceLimits Source # 
type FieldType "standardSampleLocations" VkPhysicalDeviceLimits = VkBool32
type FieldType "storageImageSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldType "storageImageSampleCounts" VkPhysicalDeviceLimits = VkSampleCountFlags
type FieldType "strictLines" VkPhysicalDeviceLimits Source # 
type FieldType "subPixelInterpolationOffsetBits" VkPhysicalDeviceLimits Source # 
type FieldType "subPixelInterpolationOffsetBits" VkPhysicalDeviceLimits = Word32
type FieldType "subPixelPrecisionBits" VkPhysicalDeviceLimits Source # 
type FieldType "subPixelPrecisionBits" VkPhysicalDeviceLimits = Word32
type FieldType "subTexelPrecisionBits" VkPhysicalDeviceLimits Source # 
type FieldType "subTexelPrecisionBits" VkPhysicalDeviceLimits = Word32
type FieldType "timestampComputeAndGraphics" VkPhysicalDeviceLimits Source # 
type FieldType "timestampComputeAndGraphics" VkPhysicalDeviceLimits = VkBool32
type FieldType "timestampPeriod" VkPhysicalDeviceLimits Source # 
type FieldType "timestampPeriod" VkPhysicalDeviceLimits = Float
type FieldType "viewportBoundsRange" VkPhysicalDeviceLimits Source # 
type FieldType "viewportBoundsRange" VkPhysicalDeviceLimits = Float
type FieldType "viewportSubPixelBits" VkPhysicalDeviceLimits Source # 
type FieldType "viewportSubPixelBits" VkPhysicalDeviceLimits = Word32
type FieldOptional "bufferImageGranularity" VkPhysicalDeviceLimits Source # 
type FieldOptional "bufferImageGranularity" VkPhysicalDeviceLimits = False
type FieldOptional "discreteQueuePriorities" VkPhysicalDeviceLimits Source # 
type FieldOptional "discreteQueuePriorities" VkPhysicalDeviceLimits = False
type FieldOptional "framebufferColorSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldOptional "framebufferColorSampleCounts" VkPhysicalDeviceLimits = True
type FieldOptional "framebufferDepthSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldOptional "framebufferDepthSampleCounts" VkPhysicalDeviceLimits = True
type FieldOptional "framebufferNoAttachmentsSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldOptional "framebufferNoAttachmentsSampleCounts" VkPhysicalDeviceLimits = True
type FieldOptional "framebufferStencilSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldOptional "framebufferStencilSampleCounts" VkPhysicalDeviceLimits = True
type FieldOptional "lineWidthGranularity" VkPhysicalDeviceLimits Source # 
type FieldOptional "lineWidthGranularity" VkPhysicalDeviceLimits = False
type FieldOptional "lineWidthRange" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxBoundDescriptorSets" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxBoundDescriptorSets" VkPhysicalDeviceLimits = False
type FieldOptional "maxClipDistances" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxClipDistances" VkPhysicalDeviceLimits = False
type FieldOptional "maxColorAttachments" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxColorAttachments" VkPhysicalDeviceLimits = False
type FieldOptional "maxCombinedClipAndCullDistances" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxCombinedClipAndCullDistances" VkPhysicalDeviceLimits = False
type FieldOptional "maxComputeSharedMemorySize" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxComputeSharedMemorySize" VkPhysicalDeviceLimits = False
type FieldOptional "maxComputeWorkGroupCount" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxComputeWorkGroupCount" VkPhysicalDeviceLimits = False
type FieldOptional "maxComputeWorkGroupInvocations" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxComputeWorkGroupInvocations" VkPhysicalDeviceLimits = False
type FieldOptional "maxComputeWorkGroupSize" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxComputeWorkGroupSize" VkPhysicalDeviceLimits = False
type FieldOptional "maxCullDistances" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxCullDistances" VkPhysicalDeviceLimits = False
type FieldOptional "maxDescriptorSetInputAttachments" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxDescriptorSetInputAttachments" VkPhysicalDeviceLimits = False
type FieldOptional "maxDescriptorSetSampledImages" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxDescriptorSetSampledImages" VkPhysicalDeviceLimits = False
type FieldOptional "maxDescriptorSetSamplers" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxDescriptorSetSamplers" VkPhysicalDeviceLimits = False
type FieldOptional "maxDescriptorSetStorageBuffers" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxDescriptorSetStorageBuffers" VkPhysicalDeviceLimits = False
type FieldOptional "maxDescriptorSetStorageBuffersDynamic" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxDescriptorSetStorageBuffersDynamic" VkPhysicalDeviceLimits = False
type FieldOptional "maxDescriptorSetStorageImages" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxDescriptorSetStorageImages" VkPhysicalDeviceLimits = False
type FieldOptional "maxDescriptorSetUniformBuffers" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxDescriptorSetUniformBuffers" VkPhysicalDeviceLimits = False
type FieldOptional "maxDescriptorSetUniformBuffersDynamic" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxDescriptorSetUniformBuffersDynamic" VkPhysicalDeviceLimits = False
type FieldOptional "maxDrawIndexedIndexValue" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxDrawIndexedIndexValue" VkPhysicalDeviceLimits = False
type FieldOptional "maxDrawIndirectCount" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxDrawIndirectCount" VkPhysicalDeviceLimits = False
type FieldOptional "maxFragmentCombinedOutputResources" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxFragmentCombinedOutputResources" VkPhysicalDeviceLimits = False
type FieldOptional "maxFragmentDualSrcAttachments" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxFragmentDualSrcAttachments" VkPhysicalDeviceLimits = False
type FieldOptional "maxFragmentInputComponents" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxFragmentInputComponents" VkPhysicalDeviceLimits = False
type FieldOptional "maxFragmentOutputAttachments" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxFragmentOutputAttachments" VkPhysicalDeviceLimits = False
type FieldOptional "maxFramebufferHeight" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxFramebufferHeight" VkPhysicalDeviceLimits = False
type FieldOptional "maxFramebufferLayers" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxFramebufferLayers" VkPhysicalDeviceLimits = False
type FieldOptional "maxFramebufferWidth" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxFramebufferWidth" VkPhysicalDeviceLimits = False
type FieldOptional "maxGeometryInputComponents" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxGeometryInputComponents" VkPhysicalDeviceLimits = False
type FieldOptional "maxGeometryOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxGeometryOutputComponents" VkPhysicalDeviceLimits = False
type FieldOptional "maxGeometryOutputVertices" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxGeometryOutputVertices" VkPhysicalDeviceLimits = False
type FieldOptional "maxGeometryShaderInvocations" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxGeometryShaderInvocations" VkPhysicalDeviceLimits = False
type FieldOptional "maxGeometryTotalOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxGeometryTotalOutputComponents" VkPhysicalDeviceLimits = False
type FieldOptional "maxImageArrayLayers" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxImageArrayLayers" VkPhysicalDeviceLimits = False
type FieldOptional "maxImageDimension1D" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxImageDimension1D" VkPhysicalDeviceLimits = False
type FieldOptional "maxImageDimension2D" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxImageDimension2D" VkPhysicalDeviceLimits = False
type FieldOptional "maxImageDimension3D" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxImageDimension3D" VkPhysicalDeviceLimits = False
type FieldOptional "maxImageDimensionCube" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxImageDimensionCube" VkPhysicalDeviceLimits = False
type FieldOptional "maxInterpolationOffset" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxInterpolationOffset" VkPhysicalDeviceLimits = False
type FieldOptional "maxMemoryAllocationCount" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxMemoryAllocationCount" VkPhysicalDeviceLimits = False
type FieldOptional "maxPerStageDescriptorInputAttachments" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxPerStageDescriptorInputAttachments" VkPhysicalDeviceLimits = False
type FieldOptional "maxPerStageDescriptorSampledImages" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxPerStageDescriptorSampledImages" VkPhysicalDeviceLimits = False
type FieldOptional "maxPerStageDescriptorSamplers" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxPerStageDescriptorSamplers" VkPhysicalDeviceLimits = False
type FieldOptional "maxPerStageDescriptorStorageBuffers" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxPerStageDescriptorStorageBuffers" VkPhysicalDeviceLimits = False
type FieldOptional "maxPerStageDescriptorStorageImages" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxPerStageDescriptorStorageImages" VkPhysicalDeviceLimits = False
type FieldOptional "maxPerStageDescriptorUniformBuffers" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxPerStageDescriptorUniformBuffers" VkPhysicalDeviceLimits = False
type FieldOptional "maxPerStageResources" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxPerStageResources" VkPhysicalDeviceLimits = False
type FieldOptional "maxPushConstantsSize" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxPushConstantsSize" VkPhysicalDeviceLimits = False
type FieldOptional "maxSampleMaskWords" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxSampleMaskWords" VkPhysicalDeviceLimits = False
type FieldOptional "maxSamplerAllocationCount" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxSamplerAllocationCount" VkPhysicalDeviceLimits = False
type FieldOptional "maxSamplerAnisotropy" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxSamplerAnisotropy" VkPhysicalDeviceLimits = False
type FieldOptional "maxSamplerLodBias" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxSamplerLodBias" VkPhysicalDeviceLimits = False
type FieldOptional "maxStorageBufferRange" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxStorageBufferRange" VkPhysicalDeviceLimits = False
type FieldOptional "maxTessellationControlPerPatchOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxTessellationControlPerPatchOutputComponents" VkPhysicalDeviceLimits = False
type FieldOptional "maxTessellationControlPerVertexInputComponents" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxTessellationControlPerVertexInputComponents" VkPhysicalDeviceLimits = False
type FieldOptional "maxTessellationControlPerVertexOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxTessellationControlPerVertexOutputComponents" VkPhysicalDeviceLimits = False
type FieldOptional "maxTessellationControlTotalOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxTessellationControlTotalOutputComponents" VkPhysicalDeviceLimits = False
type FieldOptional "maxTessellationEvaluationInputComponents" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxTessellationEvaluationInputComponents" VkPhysicalDeviceLimits = False
type FieldOptional "maxTessellationEvaluationOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxTessellationEvaluationOutputComponents" VkPhysicalDeviceLimits = False
type FieldOptional "maxTessellationGenerationLevel" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxTessellationGenerationLevel" VkPhysicalDeviceLimits = False
type FieldOptional "maxTessellationPatchSize" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxTessellationPatchSize" VkPhysicalDeviceLimits = False
type FieldOptional "maxTexelBufferElements" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxTexelBufferElements" VkPhysicalDeviceLimits = False
type FieldOptional "maxTexelGatherOffset" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxTexelGatherOffset" VkPhysicalDeviceLimits = False
type FieldOptional "maxTexelOffset" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxUniformBufferRange" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxUniformBufferRange" VkPhysicalDeviceLimits = False
type FieldOptional "maxVertexInputAttributeOffset" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxVertexInputAttributeOffset" VkPhysicalDeviceLimits = False
type FieldOptional "maxVertexInputAttributes" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxVertexInputAttributes" VkPhysicalDeviceLimits = False
type FieldOptional "maxVertexInputBindingStride" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxVertexInputBindingStride" VkPhysicalDeviceLimits = False
type FieldOptional "maxVertexInputBindings" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxVertexInputBindings" VkPhysicalDeviceLimits = False
type FieldOptional "maxVertexOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxVertexOutputComponents" VkPhysicalDeviceLimits = False
type FieldOptional "maxViewportDimensions" VkPhysicalDeviceLimits Source # 
type FieldOptional "maxViewportDimensions" VkPhysicalDeviceLimits = False
type FieldOptional "maxViewports" VkPhysicalDeviceLimits Source # 
type FieldOptional "minInterpolationOffset" VkPhysicalDeviceLimits Source # 
type FieldOptional "minInterpolationOffset" VkPhysicalDeviceLimits = False
type FieldOptional "minMemoryMapAlignment" VkPhysicalDeviceLimits Source # 
type FieldOptional "minMemoryMapAlignment" VkPhysicalDeviceLimits = False
type FieldOptional "minStorageBufferOffsetAlignment" VkPhysicalDeviceLimits Source # 
type FieldOptional "minStorageBufferOffsetAlignment" VkPhysicalDeviceLimits = False
type FieldOptional "minTexelBufferOffsetAlignment" VkPhysicalDeviceLimits Source # 
type FieldOptional "minTexelBufferOffsetAlignment" VkPhysicalDeviceLimits = False
type FieldOptional "minTexelGatherOffset" VkPhysicalDeviceLimits Source # 
type FieldOptional "minTexelGatherOffset" VkPhysicalDeviceLimits = False
type FieldOptional "minTexelOffset" VkPhysicalDeviceLimits Source # 
type FieldOptional "minUniformBufferOffsetAlignment" VkPhysicalDeviceLimits Source # 
type FieldOptional "minUniformBufferOffsetAlignment" VkPhysicalDeviceLimits = False
type FieldOptional "mipmapPrecisionBits" VkPhysicalDeviceLimits Source # 
type FieldOptional "mipmapPrecisionBits" VkPhysicalDeviceLimits = False
type FieldOptional "nonCoherentAtomSize" VkPhysicalDeviceLimits Source # 
type FieldOptional "nonCoherentAtomSize" VkPhysicalDeviceLimits = False
type FieldOptional "optimalBufferCopyOffsetAlignment" VkPhysicalDeviceLimits Source # 
type FieldOptional "optimalBufferCopyOffsetAlignment" VkPhysicalDeviceLimits = False
type FieldOptional "optimalBufferCopyRowPitchAlignment" VkPhysicalDeviceLimits Source # 
type FieldOptional "optimalBufferCopyRowPitchAlignment" VkPhysicalDeviceLimits = False
type FieldOptional "pointSizeGranularity" VkPhysicalDeviceLimits Source # 
type FieldOptional "pointSizeGranularity" VkPhysicalDeviceLimits = False
type FieldOptional "pointSizeRange" VkPhysicalDeviceLimits Source # 
type FieldOptional "sampledImageColorSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldOptional "sampledImageColorSampleCounts" VkPhysicalDeviceLimits = True
type FieldOptional "sampledImageDepthSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldOptional "sampledImageDepthSampleCounts" VkPhysicalDeviceLimits = True
type FieldOptional "sampledImageIntegerSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldOptional "sampledImageIntegerSampleCounts" VkPhysicalDeviceLimits = True
type FieldOptional "sampledImageStencilSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldOptional "sampledImageStencilSampleCounts" VkPhysicalDeviceLimits = True
type FieldOptional "sparseAddressSpaceSize" VkPhysicalDeviceLimits Source # 
type FieldOptional "sparseAddressSpaceSize" VkPhysicalDeviceLimits = False
type FieldOptional "standardSampleLocations" VkPhysicalDeviceLimits Source # 
type FieldOptional "standardSampleLocations" VkPhysicalDeviceLimits = False
type FieldOptional "storageImageSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldOptional "storageImageSampleCounts" VkPhysicalDeviceLimits = True
type FieldOptional "strictLines" VkPhysicalDeviceLimits Source # 
type FieldOptional "subPixelInterpolationOffsetBits" VkPhysicalDeviceLimits Source # 
type FieldOptional "subPixelInterpolationOffsetBits" VkPhysicalDeviceLimits = False
type FieldOptional "subPixelPrecisionBits" VkPhysicalDeviceLimits Source # 
type FieldOptional "subPixelPrecisionBits" VkPhysicalDeviceLimits = False
type FieldOptional "subTexelPrecisionBits" VkPhysicalDeviceLimits Source # 
type FieldOptional "subTexelPrecisionBits" VkPhysicalDeviceLimits = False
type FieldOptional "timestampComputeAndGraphics" VkPhysicalDeviceLimits Source # 
type FieldOptional "timestampComputeAndGraphics" VkPhysicalDeviceLimits = False
type FieldOptional "timestampPeriod" VkPhysicalDeviceLimits Source # 
type FieldOptional "timestampPeriod" VkPhysicalDeviceLimits = False
type FieldOptional "viewportBoundsRange" VkPhysicalDeviceLimits Source # 
type FieldOptional "viewportBoundsRange" VkPhysicalDeviceLimits = False
type FieldOptional "viewportSubPixelBits" VkPhysicalDeviceLimits Source # 
type FieldOptional "viewportSubPixelBits" VkPhysicalDeviceLimits = False
type FieldOffset "bufferImageGranularity" VkPhysicalDeviceLimits Source # 
type FieldOffset "bufferImageGranularity" VkPhysicalDeviceLimits = 48
type FieldOffset "discreteQueuePriorities" VkPhysicalDeviceLimits Source # 
type FieldOffset "discreteQueuePriorities" VkPhysicalDeviceLimits = 440
type FieldOffset "framebufferColorSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldOffset "framebufferColorSampleCounts" VkPhysicalDeviceLimits = 376
type FieldOffset "framebufferDepthSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldOffset "framebufferDepthSampleCounts" VkPhysicalDeviceLimits = 380
type FieldOffset "framebufferNoAttachmentsSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldOffset "framebufferNoAttachmentsSampleCounts" VkPhysicalDeviceLimits = 388
type FieldOffset "framebufferStencilSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldOffset "framebufferStencilSampleCounts" VkPhysicalDeviceLimits = 384
type FieldOffset "lineWidthGranularity" VkPhysicalDeviceLimits Source # 
type FieldOffset "lineWidthGranularity" VkPhysicalDeviceLimits = 464
type FieldOffset "lineWidthRange" VkPhysicalDeviceLimits Source # 
type FieldOffset "lineWidthRange" VkPhysicalDeviceLimits = 452
type FieldOffset "maxBoundDescriptorSets" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxBoundDescriptorSets" VkPhysicalDeviceLimits = 64
type FieldOffset "maxClipDistances" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxClipDistances" VkPhysicalDeviceLimits = 428
type FieldOffset "maxColorAttachments" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxColorAttachments" VkPhysicalDeviceLimits = 392
type FieldOffset "maxCombinedClipAndCullDistances" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxCombinedClipAndCullDistances" VkPhysicalDeviceLimits = 436
type FieldOffset "maxComputeSharedMemorySize" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxComputeSharedMemorySize" VkPhysicalDeviceLimits = 216
type FieldOffset "maxComputeWorkGroupCount" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxComputeWorkGroupCount" VkPhysicalDeviceLimits = 220
type FieldOffset "maxComputeWorkGroupInvocations" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxComputeWorkGroupInvocations" VkPhysicalDeviceLimits = 232
type FieldOffset "maxComputeWorkGroupSize" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxComputeWorkGroupSize" VkPhysicalDeviceLimits = 236
type FieldOffset "maxCullDistances" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxCullDistances" VkPhysicalDeviceLimits = 432
type FieldOffset "maxDescriptorSetInputAttachments" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxDescriptorSetInputAttachments" VkPhysicalDeviceLimits = 124
type FieldOffset "maxDescriptorSetSampledImages" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxDescriptorSetSampledImages" VkPhysicalDeviceLimits = 116
type FieldOffset "maxDescriptorSetSamplers" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxDescriptorSetSamplers" VkPhysicalDeviceLimits = 96
type FieldOffset "maxDescriptorSetStorageBuffers" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxDescriptorSetStorageBuffers" VkPhysicalDeviceLimits = 108
type FieldOffset "maxDescriptorSetStorageBuffersDynamic" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxDescriptorSetStorageBuffersDynamic" VkPhysicalDeviceLimits = 112
type FieldOffset "maxDescriptorSetStorageImages" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxDescriptorSetStorageImages" VkPhysicalDeviceLimits = 120
type FieldOffset "maxDescriptorSetUniformBuffers" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxDescriptorSetUniformBuffers" VkPhysicalDeviceLimits = 100
type FieldOffset "maxDescriptorSetUniformBuffersDynamic" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxDescriptorSetUniformBuffersDynamic" VkPhysicalDeviceLimits = 104
type FieldOffset "maxDrawIndexedIndexValue" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxDrawIndexedIndexValue" VkPhysicalDeviceLimits = 260
type FieldOffset "maxDrawIndirectCount" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxDrawIndirectCount" VkPhysicalDeviceLimits = 264
type FieldOffset "maxFragmentCombinedOutputResources" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxFragmentCombinedOutputResources" VkPhysicalDeviceLimits = 212
type FieldOffset "maxFragmentDualSrcAttachments" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxFragmentDualSrcAttachments" VkPhysicalDeviceLimits = 208
type FieldOffset "maxFragmentInputComponents" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxFragmentInputComponents" VkPhysicalDeviceLimits = 200
type FieldOffset "maxFragmentOutputAttachments" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxFragmentOutputAttachments" VkPhysicalDeviceLimits = 204
type FieldOffset "maxFramebufferHeight" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxFramebufferHeight" VkPhysicalDeviceLimits = 368
type FieldOffset "maxFramebufferLayers" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxFramebufferLayers" VkPhysicalDeviceLimits = 372
type FieldOffset "maxFramebufferWidth" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxFramebufferWidth" VkPhysicalDeviceLimits = 364
type FieldOffset "maxGeometryInputComponents" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxGeometryInputComponents" VkPhysicalDeviceLimits = 184
type FieldOffset "maxGeometryOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxGeometryOutputComponents" VkPhysicalDeviceLimits = 188
type FieldOffset "maxGeometryOutputVertices" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxGeometryOutputVertices" VkPhysicalDeviceLimits = 192
type FieldOffset "maxGeometryShaderInvocations" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxGeometryShaderInvocations" VkPhysicalDeviceLimits = 180
type FieldOffset "maxGeometryTotalOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxGeometryTotalOutputComponents" VkPhysicalDeviceLimits = 196
type FieldOffset "maxImageArrayLayers" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxImageArrayLayers" VkPhysicalDeviceLimits = 16
type FieldOffset "maxImageDimension1D" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxImageDimension1D" VkPhysicalDeviceLimits = 0
type FieldOffset "maxImageDimension2D" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxImageDimension2D" VkPhysicalDeviceLimits = 4
type FieldOffset "maxImageDimension3D" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxImageDimension3D" VkPhysicalDeviceLimits = 8
type FieldOffset "maxImageDimensionCube" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxImageDimensionCube" VkPhysicalDeviceLimits = 12
type FieldOffset "maxInterpolationOffset" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxInterpolationOffset" VkPhysicalDeviceLimits = 356
type FieldOffset "maxMemoryAllocationCount" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxMemoryAllocationCount" VkPhysicalDeviceLimits = 36
type FieldOffset "maxPerStageDescriptorInputAttachments" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxPerStageDescriptorInputAttachments" VkPhysicalDeviceLimits = 88
type FieldOffset "maxPerStageDescriptorSampledImages" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxPerStageDescriptorSampledImages" VkPhysicalDeviceLimits = 80
type FieldOffset "maxPerStageDescriptorSamplers" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxPerStageDescriptorSamplers" VkPhysicalDeviceLimits = 68
type FieldOffset "maxPerStageDescriptorStorageBuffers" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxPerStageDescriptorStorageBuffers" VkPhysicalDeviceLimits = 76
type FieldOffset "maxPerStageDescriptorStorageImages" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxPerStageDescriptorStorageImages" VkPhysicalDeviceLimits = 84
type FieldOffset "maxPerStageDescriptorUniformBuffers" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxPerStageDescriptorUniformBuffers" VkPhysicalDeviceLimits = 72
type FieldOffset "maxPerStageResources" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxPerStageResources" VkPhysicalDeviceLimits = 92
type FieldOffset "maxPushConstantsSize" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxPushConstantsSize" VkPhysicalDeviceLimits = 32
type FieldOffset "maxSampleMaskWords" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxSampleMaskWords" VkPhysicalDeviceLimits = 416
type FieldOffset "maxSamplerAllocationCount" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxSamplerAllocationCount" VkPhysicalDeviceLimits = 40
type FieldOffset "maxSamplerAnisotropy" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxSamplerAnisotropy" VkPhysicalDeviceLimits = 272
type FieldOffset "maxSamplerLodBias" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxSamplerLodBias" VkPhysicalDeviceLimits = 268
type FieldOffset "maxStorageBufferRange" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxStorageBufferRange" VkPhysicalDeviceLimits = 28
type FieldOffset "maxTessellationControlPerPatchOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxTessellationControlPerPatchOutputComponents" VkPhysicalDeviceLimits = 164
type FieldOffset "maxTessellationControlPerVertexInputComponents" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxTessellationControlPerVertexInputComponents" VkPhysicalDeviceLimits = 156
type FieldOffset "maxTessellationControlPerVertexOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxTessellationControlPerVertexOutputComponents" VkPhysicalDeviceLimits = 160
type FieldOffset "maxTessellationControlTotalOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxTessellationControlTotalOutputComponents" VkPhysicalDeviceLimits = 168
type FieldOffset "maxTessellationEvaluationInputComponents" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxTessellationEvaluationInputComponents" VkPhysicalDeviceLimits = 172
type FieldOffset "maxTessellationEvaluationOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxTessellationEvaluationOutputComponents" VkPhysicalDeviceLimits = 176
type FieldOffset "maxTessellationGenerationLevel" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxTessellationGenerationLevel" VkPhysicalDeviceLimits = 148
type FieldOffset "maxTessellationPatchSize" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxTessellationPatchSize" VkPhysicalDeviceLimits = 152
type FieldOffset "maxTexelBufferElements" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxTexelBufferElements" VkPhysicalDeviceLimits = 20
type FieldOffset "maxTexelGatherOffset" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxTexelGatherOffset" VkPhysicalDeviceLimits = 348
type FieldOffset "maxTexelOffset" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxTexelOffset" VkPhysicalDeviceLimits = 340
type FieldOffset "maxUniformBufferRange" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxUniformBufferRange" VkPhysicalDeviceLimits = 24
type FieldOffset "maxVertexInputAttributeOffset" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxVertexInputAttributeOffset" VkPhysicalDeviceLimits = 136
type FieldOffset "maxVertexInputAttributes" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxVertexInputAttributes" VkPhysicalDeviceLimits = 128
type FieldOffset "maxVertexInputBindingStride" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxVertexInputBindingStride" VkPhysicalDeviceLimits = 140
type FieldOffset "maxVertexInputBindings" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxVertexInputBindings" VkPhysicalDeviceLimits = 132
type FieldOffset "maxVertexOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxVertexOutputComponents" VkPhysicalDeviceLimits = 144
type FieldOffset "maxViewportDimensions" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxViewportDimensions" VkPhysicalDeviceLimits = 280
type FieldOffset "maxViewports" VkPhysicalDeviceLimits Source # 
type FieldOffset "maxViewports" VkPhysicalDeviceLimits = 276
type FieldOffset "minInterpolationOffset" VkPhysicalDeviceLimits Source # 
type FieldOffset "minInterpolationOffset" VkPhysicalDeviceLimits = 352
type FieldOffset "minMemoryMapAlignment" VkPhysicalDeviceLimits Source # 
type FieldOffset "minMemoryMapAlignment" VkPhysicalDeviceLimits = 304
type FieldOffset "minStorageBufferOffsetAlignment" VkPhysicalDeviceLimits Source # 
type FieldOffset "minStorageBufferOffsetAlignment" VkPhysicalDeviceLimits = 328
type FieldOffset "minTexelBufferOffsetAlignment" VkPhysicalDeviceLimits Source # 
type FieldOffset "minTexelBufferOffsetAlignment" VkPhysicalDeviceLimits = 312
type FieldOffset "minTexelGatherOffset" VkPhysicalDeviceLimits Source # 
type FieldOffset "minTexelGatherOffset" VkPhysicalDeviceLimits = 344
type FieldOffset "minTexelOffset" VkPhysicalDeviceLimits Source # 
type FieldOffset "minTexelOffset" VkPhysicalDeviceLimits = 336
type FieldOffset "minUniformBufferOffsetAlignment" VkPhysicalDeviceLimits Source # 
type FieldOffset "minUniformBufferOffsetAlignment" VkPhysicalDeviceLimits = 320
type FieldOffset "mipmapPrecisionBits" VkPhysicalDeviceLimits Source # 
type FieldOffset "mipmapPrecisionBits" VkPhysicalDeviceLimits = 256
type FieldOffset "nonCoherentAtomSize" VkPhysicalDeviceLimits Source # 
type FieldOffset "nonCoherentAtomSize" VkPhysicalDeviceLimits = 496
type FieldOffset "optimalBufferCopyOffsetAlignment" VkPhysicalDeviceLimits Source # 
type FieldOffset "optimalBufferCopyOffsetAlignment" VkPhysicalDeviceLimits = 480
type FieldOffset "optimalBufferCopyRowPitchAlignment" VkPhysicalDeviceLimits Source # 
type FieldOffset "optimalBufferCopyRowPitchAlignment" VkPhysicalDeviceLimits = 488
type FieldOffset "pointSizeGranularity" VkPhysicalDeviceLimits Source # 
type FieldOffset "pointSizeGranularity" VkPhysicalDeviceLimits = 460
type FieldOffset "pointSizeRange" VkPhysicalDeviceLimits Source # 
type FieldOffset "pointSizeRange" VkPhysicalDeviceLimits = 444
type FieldOffset "sampledImageColorSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldOffset "sampledImageColorSampleCounts" VkPhysicalDeviceLimits = 396
type FieldOffset "sampledImageDepthSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldOffset "sampledImageDepthSampleCounts" VkPhysicalDeviceLimits = 404
type FieldOffset "sampledImageIntegerSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldOffset "sampledImageIntegerSampleCounts" VkPhysicalDeviceLimits = 400
type FieldOffset "sampledImageStencilSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldOffset "sampledImageStencilSampleCounts" VkPhysicalDeviceLimits = 408
type FieldOffset "sparseAddressSpaceSize" VkPhysicalDeviceLimits Source # 
type FieldOffset "sparseAddressSpaceSize" VkPhysicalDeviceLimits = 56
type FieldOffset "standardSampleLocations" VkPhysicalDeviceLimits Source # 
type FieldOffset "standardSampleLocations" VkPhysicalDeviceLimits = 472
type FieldOffset "storageImageSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldOffset "storageImageSampleCounts" VkPhysicalDeviceLimits = 412
type FieldOffset "strictLines" VkPhysicalDeviceLimits Source # 
type FieldOffset "strictLines" VkPhysicalDeviceLimits = 468
type FieldOffset "subPixelInterpolationOffsetBits" VkPhysicalDeviceLimits Source # 
type FieldOffset "subPixelInterpolationOffsetBits" VkPhysicalDeviceLimits = 360
type FieldOffset "subPixelPrecisionBits" VkPhysicalDeviceLimits Source # 
type FieldOffset "subPixelPrecisionBits" VkPhysicalDeviceLimits = 248
type FieldOffset "subTexelPrecisionBits" VkPhysicalDeviceLimits Source # 
type FieldOffset "subTexelPrecisionBits" VkPhysicalDeviceLimits = 252
type FieldOffset "timestampComputeAndGraphics" VkPhysicalDeviceLimits Source # 
type FieldOffset "timestampComputeAndGraphics" VkPhysicalDeviceLimits = 420
type FieldOffset "timestampPeriod" VkPhysicalDeviceLimits Source # 
type FieldOffset "timestampPeriod" VkPhysicalDeviceLimits = 424
type FieldOffset "viewportBoundsRange" VkPhysicalDeviceLimits Source # 
type FieldOffset "viewportBoundsRange" VkPhysicalDeviceLimits = 288
type FieldOffset "viewportSubPixelBits" VkPhysicalDeviceLimits Source # 
type FieldOffset "viewportSubPixelBits" VkPhysicalDeviceLimits = 296
type FieldIsArray "bufferImageGranularity" VkPhysicalDeviceLimits Source # 
type FieldIsArray "bufferImageGranularity" VkPhysicalDeviceLimits = False
type FieldIsArray "discreteQueuePriorities" VkPhysicalDeviceLimits Source # 
type FieldIsArray "discreteQueuePriorities" VkPhysicalDeviceLimits = False
type FieldIsArray "framebufferColorSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldIsArray "framebufferColorSampleCounts" VkPhysicalDeviceLimits = False
type FieldIsArray "framebufferDepthSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldIsArray "framebufferDepthSampleCounts" VkPhysicalDeviceLimits = False
type FieldIsArray "framebufferNoAttachmentsSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldIsArray "framebufferNoAttachmentsSampleCounts" VkPhysicalDeviceLimits = False
type FieldIsArray "framebufferStencilSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldIsArray "framebufferStencilSampleCounts" VkPhysicalDeviceLimits = False
type FieldIsArray "lineWidthGranularity" VkPhysicalDeviceLimits Source # 
type FieldIsArray "lineWidthGranularity" VkPhysicalDeviceLimits = False
type FieldIsArray "lineWidthRange" VkPhysicalDeviceLimits Source # 
type FieldIsArray "lineWidthRange" VkPhysicalDeviceLimits = True
type FieldIsArray "maxBoundDescriptorSets" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxBoundDescriptorSets" VkPhysicalDeviceLimits = False
type FieldIsArray "maxClipDistances" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxClipDistances" VkPhysicalDeviceLimits = False
type FieldIsArray "maxColorAttachments" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxColorAttachments" VkPhysicalDeviceLimits = False
type FieldIsArray "maxCombinedClipAndCullDistances" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxCombinedClipAndCullDistances" VkPhysicalDeviceLimits = False
type FieldIsArray "maxComputeSharedMemorySize" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxComputeSharedMemorySize" VkPhysicalDeviceLimits = False
type FieldIsArray "maxComputeWorkGroupCount" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxComputeWorkGroupCount" VkPhysicalDeviceLimits = True
type FieldIsArray "maxComputeWorkGroupInvocations" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxComputeWorkGroupInvocations" VkPhysicalDeviceLimits = False
type FieldIsArray "maxComputeWorkGroupSize" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxComputeWorkGroupSize" VkPhysicalDeviceLimits = True
type FieldIsArray "maxCullDistances" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxCullDistances" VkPhysicalDeviceLimits = False
type FieldIsArray "maxDescriptorSetInputAttachments" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxDescriptorSetInputAttachments" VkPhysicalDeviceLimits = False
type FieldIsArray "maxDescriptorSetSampledImages" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxDescriptorSetSampledImages" VkPhysicalDeviceLimits = False
type FieldIsArray "maxDescriptorSetSamplers" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxDescriptorSetSamplers" VkPhysicalDeviceLimits = False
type FieldIsArray "maxDescriptorSetStorageBuffers" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxDescriptorSetStorageBuffers" VkPhysicalDeviceLimits = False
type FieldIsArray "maxDescriptorSetStorageBuffersDynamic" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxDescriptorSetStorageBuffersDynamic" VkPhysicalDeviceLimits = False
type FieldIsArray "maxDescriptorSetStorageImages" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxDescriptorSetStorageImages" VkPhysicalDeviceLimits = False
type FieldIsArray "maxDescriptorSetUniformBuffers" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxDescriptorSetUniformBuffers" VkPhysicalDeviceLimits = False
type FieldIsArray "maxDescriptorSetUniformBuffersDynamic" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxDescriptorSetUniformBuffersDynamic" VkPhysicalDeviceLimits = False
type FieldIsArray "maxDrawIndexedIndexValue" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxDrawIndexedIndexValue" VkPhysicalDeviceLimits = False
type FieldIsArray "maxDrawIndirectCount" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxDrawIndirectCount" VkPhysicalDeviceLimits = False
type FieldIsArray "maxFragmentCombinedOutputResources" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxFragmentCombinedOutputResources" VkPhysicalDeviceLimits = False
type FieldIsArray "maxFragmentDualSrcAttachments" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxFragmentDualSrcAttachments" VkPhysicalDeviceLimits = False
type FieldIsArray "maxFragmentInputComponents" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxFragmentInputComponents" VkPhysicalDeviceLimits = False
type FieldIsArray "maxFragmentOutputAttachments" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxFragmentOutputAttachments" VkPhysicalDeviceLimits = False
type FieldIsArray "maxFramebufferHeight" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxFramebufferHeight" VkPhysicalDeviceLimits = False
type FieldIsArray "maxFramebufferLayers" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxFramebufferLayers" VkPhysicalDeviceLimits = False
type FieldIsArray "maxFramebufferWidth" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxFramebufferWidth" VkPhysicalDeviceLimits = False
type FieldIsArray "maxGeometryInputComponents" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxGeometryInputComponents" VkPhysicalDeviceLimits = False
type FieldIsArray "maxGeometryOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxGeometryOutputComponents" VkPhysicalDeviceLimits = False
type FieldIsArray "maxGeometryOutputVertices" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxGeometryOutputVertices" VkPhysicalDeviceLimits = False
type FieldIsArray "maxGeometryShaderInvocations" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxGeometryShaderInvocations" VkPhysicalDeviceLimits = False
type FieldIsArray "maxGeometryTotalOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxGeometryTotalOutputComponents" VkPhysicalDeviceLimits = False
type FieldIsArray "maxImageArrayLayers" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxImageArrayLayers" VkPhysicalDeviceLimits = False
type FieldIsArray "maxImageDimension1D" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxImageDimension1D" VkPhysicalDeviceLimits = False
type FieldIsArray "maxImageDimension2D" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxImageDimension2D" VkPhysicalDeviceLimits = False
type FieldIsArray "maxImageDimension3D" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxImageDimension3D" VkPhysicalDeviceLimits = False
type FieldIsArray "maxImageDimensionCube" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxImageDimensionCube" VkPhysicalDeviceLimits = False
type FieldIsArray "maxInterpolationOffset" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxInterpolationOffset" VkPhysicalDeviceLimits = False
type FieldIsArray "maxMemoryAllocationCount" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxMemoryAllocationCount" VkPhysicalDeviceLimits = False
type FieldIsArray "maxPerStageDescriptorInputAttachments" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxPerStageDescriptorInputAttachments" VkPhysicalDeviceLimits = False
type FieldIsArray "maxPerStageDescriptorSampledImages" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxPerStageDescriptorSampledImages" VkPhysicalDeviceLimits = False
type FieldIsArray "maxPerStageDescriptorSamplers" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxPerStageDescriptorSamplers" VkPhysicalDeviceLimits = False
type FieldIsArray "maxPerStageDescriptorStorageBuffers" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxPerStageDescriptorStorageBuffers" VkPhysicalDeviceLimits = False
type FieldIsArray "maxPerStageDescriptorStorageImages" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxPerStageDescriptorStorageImages" VkPhysicalDeviceLimits = False
type FieldIsArray "maxPerStageDescriptorUniformBuffers" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxPerStageDescriptorUniformBuffers" VkPhysicalDeviceLimits = False
type FieldIsArray "maxPerStageResources" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxPerStageResources" VkPhysicalDeviceLimits = False
type FieldIsArray "maxPushConstantsSize" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxPushConstantsSize" VkPhysicalDeviceLimits = False
type FieldIsArray "maxSampleMaskWords" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxSampleMaskWords" VkPhysicalDeviceLimits = False
type FieldIsArray "maxSamplerAllocationCount" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxSamplerAllocationCount" VkPhysicalDeviceLimits = False
type FieldIsArray "maxSamplerAnisotropy" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxSamplerAnisotropy" VkPhysicalDeviceLimits = False
type FieldIsArray "maxSamplerLodBias" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxSamplerLodBias" VkPhysicalDeviceLimits = False
type FieldIsArray "maxStorageBufferRange" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxStorageBufferRange" VkPhysicalDeviceLimits = False
type FieldIsArray "maxTessellationControlPerPatchOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxTessellationControlPerPatchOutputComponents" VkPhysicalDeviceLimits = False
type FieldIsArray "maxTessellationControlPerVertexInputComponents" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxTessellationControlPerVertexInputComponents" VkPhysicalDeviceLimits = False
type FieldIsArray "maxTessellationControlPerVertexOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxTessellationControlPerVertexOutputComponents" VkPhysicalDeviceLimits = False
type FieldIsArray "maxTessellationControlTotalOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxTessellationControlTotalOutputComponents" VkPhysicalDeviceLimits = False
type FieldIsArray "maxTessellationEvaluationInputComponents" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxTessellationEvaluationInputComponents" VkPhysicalDeviceLimits = False
type FieldIsArray "maxTessellationEvaluationOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxTessellationEvaluationOutputComponents" VkPhysicalDeviceLimits = False
type FieldIsArray "maxTessellationGenerationLevel" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxTessellationGenerationLevel" VkPhysicalDeviceLimits = False
type FieldIsArray "maxTessellationPatchSize" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxTessellationPatchSize" VkPhysicalDeviceLimits = False
type FieldIsArray "maxTexelBufferElements" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxTexelBufferElements" VkPhysicalDeviceLimits = False
type FieldIsArray "maxTexelGatherOffset" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxTexelGatherOffset" VkPhysicalDeviceLimits = False
type FieldIsArray "maxTexelOffset" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxTexelOffset" VkPhysicalDeviceLimits = False
type FieldIsArray "maxUniformBufferRange" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxUniformBufferRange" VkPhysicalDeviceLimits = False
type FieldIsArray "maxVertexInputAttributeOffset" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxVertexInputAttributeOffset" VkPhysicalDeviceLimits = False
type FieldIsArray "maxVertexInputAttributes" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxVertexInputAttributes" VkPhysicalDeviceLimits = False
type FieldIsArray "maxVertexInputBindingStride" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxVertexInputBindingStride" VkPhysicalDeviceLimits = False
type FieldIsArray "maxVertexInputBindings" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxVertexInputBindings" VkPhysicalDeviceLimits = False
type FieldIsArray "maxVertexOutputComponents" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxVertexOutputComponents" VkPhysicalDeviceLimits = False
type FieldIsArray "maxViewportDimensions" VkPhysicalDeviceLimits Source # 
type FieldIsArray "maxViewportDimensions" VkPhysicalDeviceLimits = True
type FieldIsArray "maxViewports" VkPhysicalDeviceLimits Source # 
type FieldIsArray "minInterpolationOffset" VkPhysicalDeviceLimits Source # 
type FieldIsArray "minInterpolationOffset" VkPhysicalDeviceLimits = False
type FieldIsArray "minMemoryMapAlignment" VkPhysicalDeviceLimits Source # 
type FieldIsArray "minMemoryMapAlignment" VkPhysicalDeviceLimits = False
type FieldIsArray "minStorageBufferOffsetAlignment" VkPhysicalDeviceLimits Source # 
type FieldIsArray "minStorageBufferOffsetAlignment" VkPhysicalDeviceLimits = False
type FieldIsArray "minTexelBufferOffsetAlignment" VkPhysicalDeviceLimits Source # 
type FieldIsArray "minTexelBufferOffsetAlignment" VkPhysicalDeviceLimits = False
type FieldIsArray "minTexelGatherOffset" VkPhysicalDeviceLimits Source # 
type FieldIsArray "minTexelGatherOffset" VkPhysicalDeviceLimits = False
type FieldIsArray "minTexelOffset" VkPhysicalDeviceLimits Source # 
type FieldIsArray "minTexelOffset" VkPhysicalDeviceLimits = False
type FieldIsArray "minUniformBufferOffsetAlignment" VkPhysicalDeviceLimits Source # 
type FieldIsArray "minUniformBufferOffsetAlignment" VkPhysicalDeviceLimits = False
type FieldIsArray "mipmapPrecisionBits" VkPhysicalDeviceLimits Source # 
type FieldIsArray "mipmapPrecisionBits" VkPhysicalDeviceLimits = False
type FieldIsArray "nonCoherentAtomSize" VkPhysicalDeviceLimits Source # 
type FieldIsArray "nonCoherentAtomSize" VkPhysicalDeviceLimits = False
type FieldIsArray "optimalBufferCopyOffsetAlignment" VkPhysicalDeviceLimits Source # 
type FieldIsArray "optimalBufferCopyOffsetAlignment" VkPhysicalDeviceLimits = False
type FieldIsArray "optimalBufferCopyRowPitchAlignment" VkPhysicalDeviceLimits Source # 
type FieldIsArray "optimalBufferCopyRowPitchAlignment" VkPhysicalDeviceLimits = False
type FieldIsArray "pointSizeGranularity" VkPhysicalDeviceLimits Source # 
type FieldIsArray "pointSizeGranularity" VkPhysicalDeviceLimits = False
type FieldIsArray "pointSizeRange" VkPhysicalDeviceLimits Source # 
type FieldIsArray "pointSizeRange" VkPhysicalDeviceLimits = True
type FieldIsArray "sampledImageColorSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldIsArray "sampledImageColorSampleCounts" VkPhysicalDeviceLimits = False
type FieldIsArray "sampledImageDepthSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldIsArray "sampledImageDepthSampleCounts" VkPhysicalDeviceLimits = False
type FieldIsArray "sampledImageIntegerSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldIsArray "sampledImageIntegerSampleCounts" VkPhysicalDeviceLimits = False
type FieldIsArray "sampledImageStencilSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldIsArray "sampledImageStencilSampleCounts" VkPhysicalDeviceLimits = False
type FieldIsArray "sparseAddressSpaceSize" VkPhysicalDeviceLimits Source # 
type FieldIsArray "sparseAddressSpaceSize" VkPhysicalDeviceLimits = False
type FieldIsArray "standardSampleLocations" VkPhysicalDeviceLimits Source # 
type FieldIsArray "standardSampleLocations" VkPhysicalDeviceLimits = False
type FieldIsArray "storageImageSampleCounts" VkPhysicalDeviceLimits Source # 
type FieldIsArray "storageImageSampleCounts" VkPhysicalDeviceLimits = False
type FieldIsArray "strictLines" VkPhysicalDeviceLimits Source # 
type FieldIsArray "subPixelInterpolationOffsetBits" VkPhysicalDeviceLimits Source # 
type FieldIsArray "subPixelInterpolationOffsetBits" VkPhysicalDeviceLimits = False
type FieldIsArray "subPixelPrecisionBits" VkPhysicalDeviceLimits Source # 
type FieldIsArray "subPixelPrecisionBits" VkPhysicalDeviceLimits = False
type FieldIsArray "subTexelPrecisionBits" VkPhysicalDeviceLimits Source # 
type FieldIsArray "subTexelPrecisionBits" VkPhysicalDeviceLimits = False
type FieldIsArray "timestampComputeAndGraphics" VkPhysicalDeviceLimits Source # 
type FieldIsArray "timestampComputeAndGraphics" VkPhysicalDeviceLimits = False
type FieldIsArray "timestampPeriod" VkPhysicalDeviceLimits Source # 
type FieldIsArray "timestampPeriod" VkPhysicalDeviceLimits = False
type FieldIsArray "viewportBoundsRange" VkPhysicalDeviceLimits Source # 
type FieldIsArray "viewportBoundsRange" VkPhysicalDeviceLimits = True
type FieldIsArray "viewportSubPixelBits" VkPhysicalDeviceLimits Source # 
type FieldIsArray "viewportSubPixelBits" VkPhysicalDeviceLimits = False

data VkPhysicalDeviceMaintenance3Properties Source #

typedef struct VkPhysicalDeviceMaintenance3Properties {
    VkStructureType sType;
    void*                            pNext;
    uint32_t                         maxPerSetDescriptors;
    VkDeviceSize                     maxMemoryAllocationSize;
} VkPhysicalDeviceMaintenance3Properties;

VkPhysicalDeviceMaintenance3Properties registry at www.khronos.org

Instances

Eq VkPhysicalDeviceMaintenance3Properties Source # 
Ord VkPhysicalDeviceMaintenance3Properties Source # 
Show VkPhysicalDeviceMaintenance3Properties Source # 
Storable VkPhysicalDeviceMaintenance3Properties Source # 
VulkanMarshalPrim VkPhysicalDeviceMaintenance3Properties Source # 
VulkanMarshal VkPhysicalDeviceMaintenance3Properties Source # 
CanWriteField "maxMemoryAllocationSize" VkPhysicalDeviceMaintenance3Properties Source # 
CanWriteField "maxPerSetDescriptors" VkPhysicalDeviceMaintenance3Properties Source # 
CanWriteField "pNext" VkPhysicalDeviceMaintenance3Properties Source # 
CanWriteField "sType" VkPhysicalDeviceMaintenance3Properties Source # 
CanReadField "maxMemoryAllocationSize" VkPhysicalDeviceMaintenance3Properties Source # 
CanReadField "maxPerSetDescriptors" VkPhysicalDeviceMaintenance3Properties Source # 
CanReadField "pNext" VkPhysicalDeviceMaintenance3Properties Source # 
CanReadField "sType" VkPhysicalDeviceMaintenance3Properties Source # 
HasField "maxMemoryAllocationSize" VkPhysicalDeviceMaintenance3Properties Source # 

Associated Types

type FieldType ("maxMemoryAllocationSize" :: Symbol) VkPhysicalDeviceMaintenance3Properties :: Type Source #

type FieldOptional ("maxMemoryAllocationSize" :: Symbol) VkPhysicalDeviceMaintenance3Properties :: Bool Source #

type FieldOffset ("maxMemoryAllocationSize" :: Symbol) VkPhysicalDeviceMaintenance3Properties :: Nat Source #

type FieldIsArray ("maxMemoryAllocationSize" :: Symbol) VkPhysicalDeviceMaintenance3Properties :: Bool Source #

HasField "maxPerSetDescriptors" VkPhysicalDeviceMaintenance3Properties Source # 
HasField "pNext" VkPhysicalDeviceMaintenance3Properties Source # 
HasField "sType" VkPhysicalDeviceMaintenance3Properties Source # 
type StructFields VkPhysicalDeviceMaintenance3Properties Source # 
type StructFields VkPhysicalDeviceMaintenance3Properties = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "maxPerSetDescriptors" ((:) Symbol "maxMemoryAllocationSize" ([] Symbol))))
type CUnionType VkPhysicalDeviceMaintenance3Properties Source # 
type ReturnedOnly VkPhysicalDeviceMaintenance3Properties Source # 
type StructExtends VkPhysicalDeviceMaintenance3Properties Source # 
type FieldType "maxMemoryAllocationSize" VkPhysicalDeviceMaintenance3Properties Source # 
type FieldType "maxPerSetDescriptors" VkPhysicalDeviceMaintenance3Properties Source # 
type FieldType "pNext" VkPhysicalDeviceMaintenance3Properties Source # 
type FieldType "sType" VkPhysicalDeviceMaintenance3Properties Source # 
type FieldOptional "maxMemoryAllocationSize" VkPhysicalDeviceMaintenance3Properties Source # 
type FieldOptional "maxPerSetDescriptors" VkPhysicalDeviceMaintenance3Properties Source # 
type FieldOptional "pNext" VkPhysicalDeviceMaintenance3Properties Source # 
type FieldOptional "sType" VkPhysicalDeviceMaintenance3Properties Source # 
type FieldOffset "maxMemoryAllocationSize" VkPhysicalDeviceMaintenance3Properties Source # 
type FieldOffset "maxMemoryAllocationSize" VkPhysicalDeviceMaintenance3Properties = 24
type FieldOffset "maxPerSetDescriptors" VkPhysicalDeviceMaintenance3Properties Source # 
type FieldOffset "maxPerSetDescriptors" VkPhysicalDeviceMaintenance3Properties = 16
type FieldOffset "pNext" VkPhysicalDeviceMaintenance3Properties Source # 
type FieldOffset "sType" VkPhysicalDeviceMaintenance3Properties Source # 
type FieldIsArray "maxMemoryAllocationSize" VkPhysicalDeviceMaintenance3Properties Source # 
type FieldIsArray "maxPerSetDescriptors" VkPhysicalDeviceMaintenance3Properties Source # 
type FieldIsArray "pNext" VkPhysicalDeviceMaintenance3Properties Source # 
type FieldIsArray "sType" VkPhysicalDeviceMaintenance3Properties Source # 

data VkPhysicalDeviceMemoryProperties Source #

typedef struct VkPhysicalDeviceMemoryProperties {
    uint32_t               memoryTypeCount;
    VkMemoryType           memoryTypes[VK_MAX_MEMORY_TYPES];
    uint32_t               memoryHeapCount;
    VkMemoryHeap           memoryHeaps[VK_MAX_MEMORY_HEAPS];
} VkPhysicalDeviceMemoryProperties;

VkPhysicalDeviceMemoryProperties registry at www.khronos.org

Instances

Eq VkPhysicalDeviceMemoryProperties Source # 
Ord VkPhysicalDeviceMemoryProperties Source # 
Show VkPhysicalDeviceMemoryProperties Source # 
Storable VkPhysicalDeviceMemoryProperties Source # 
VulkanMarshalPrim VkPhysicalDeviceMemoryProperties Source # 
VulkanMarshal VkPhysicalDeviceMemoryProperties Source # 
CanWriteField "memoryHeapCount" VkPhysicalDeviceMemoryProperties Source # 
CanWriteField "memoryTypeCount" VkPhysicalDeviceMemoryProperties Source # 
CanReadField "memoryHeapCount" VkPhysicalDeviceMemoryProperties Source # 
CanReadField "memoryTypeCount" VkPhysicalDeviceMemoryProperties Source # 
HasField "memoryHeapCount" VkPhysicalDeviceMemoryProperties Source # 
HasField "memoryHeaps" VkPhysicalDeviceMemoryProperties Source # 
HasField "memoryTypeCount" VkPhysicalDeviceMemoryProperties Source # 
HasField "memoryTypes" VkPhysicalDeviceMemoryProperties Source # 
(KnownNat idx, IndexInBounds "memoryHeaps" idx VkPhysicalDeviceMemoryProperties) => CanWriteFieldArray "memoryHeaps" idx VkPhysicalDeviceMemoryProperties Source # 
(KnownNat idx, IndexInBounds "memoryTypes" idx VkPhysicalDeviceMemoryProperties) => CanWriteFieldArray "memoryTypes" idx VkPhysicalDeviceMemoryProperties Source # 
(KnownNat idx, IndexInBounds "memoryHeaps" idx VkPhysicalDeviceMemoryProperties) => CanReadFieldArray "memoryHeaps" idx VkPhysicalDeviceMemoryProperties Source # 
(KnownNat idx, IndexInBounds "memoryTypes" idx VkPhysicalDeviceMemoryProperties) => CanReadFieldArray "memoryTypes" idx VkPhysicalDeviceMemoryProperties Source # 
type StructFields VkPhysicalDeviceMemoryProperties Source # 
type StructFields VkPhysicalDeviceMemoryProperties = (:) Symbol "memoryTypeCount" ((:) Symbol "memoryTypes" ((:) Symbol "memoryHeapCount" ((:) Symbol "memoryHeaps" ([] Symbol))))
type CUnionType VkPhysicalDeviceMemoryProperties Source # 
type ReturnedOnly VkPhysicalDeviceMemoryProperties Source # 
type StructExtends VkPhysicalDeviceMemoryProperties Source # 
type FieldArrayLength "memoryHeaps" VkPhysicalDeviceMemoryProperties Source # 
type FieldArrayLength "memoryTypes" VkPhysicalDeviceMemoryProperties Source # 
type FieldType "memoryHeapCount" VkPhysicalDeviceMemoryProperties Source # 
type FieldType "memoryHeaps" VkPhysicalDeviceMemoryProperties Source # 
type FieldType "memoryTypeCount" VkPhysicalDeviceMemoryProperties Source # 
type FieldType "memoryTypes" VkPhysicalDeviceMemoryProperties Source # 
type FieldOptional "memoryHeapCount" VkPhysicalDeviceMemoryProperties Source # 
type FieldOptional "memoryHeaps" VkPhysicalDeviceMemoryProperties Source # 
type FieldOptional "memoryTypeCount" VkPhysicalDeviceMemoryProperties Source # 
type FieldOptional "memoryTypes" VkPhysicalDeviceMemoryProperties Source # 
type FieldOffset "memoryHeapCount" VkPhysicalDeviceMemoryProperties Source # 
type FieldOffset "memoryHeapCount" VkPhysicalDeviceMemoryProperties = 260
type FieldOffset "memoryHeaps" VkPhysicalDeviceMemoryProperties Source # 
type FieldOffset "memoryTypeCount" VkPhysicalDeviceMemoryProperties Source # 
type FieldOffset "memoryTypes" VkPhysicalDeviceMemoryProperties Source # 
type FieldIsArray "memoryHeapCount" VkPhysicalDeviceMemoryProperties Source # 
type FieldIsArray "memoryHeaps" VkPhysicalDeviceMemoryProperties Source # 
type FieldIsArray "memoryTypeCount" VkPhysicalDeviceMemoryProperties Source # 
type FieldIsArray "memoryTypes" VkPhysicalDeviceMemoryProperties Source # 

data VkPhysicalDeviceMemoryProperties2 Source #

typedef struct VkPhysicalDeviceMemoryProperties2 {
    VkStructureType sType;
    void*                            pNext;
    VkPhysicalDeviceMemoryProperties memoryProperties;
} VkPhysicalDeviceMemoryProperties2;

VkPhysicalDeviceMemoryProperties2 registry at www.khronos.org

Instances

Eq VkPhysicalDeviceMemoryProperties2 Source # 
Ord VkPhysicalDeviceMemoryProperties2 Source # 
Show VkPhysicalDeviceMemoryProperties2 Source # 
Storable VkPhysicalDeviceMemoryProperties2 Source # 
VulkanMarshalPrim VkPhysicalDeviceMemoryProperties2 Source # 
VulkanMarshal VkPhysicalDeviceMemoryProperties2 Source # 
CanWriteField "memoryProperties" VkPhysicalDeviceMemoryProperties2 Source # 
CanWriteField "pNext" VkPhysicalDeviceMemoryProperties2 Source # 
CanWriteField "sType" VkPhysicalDeviceMemoryProperties2 Source # 
CanReadField "memoryProperties" VkPhysicalDeviceMemoryProperties2 Source # 
CanReadField "pNext" VkPhysicalDeviceMemoryProperties2 Source # 
CanReadField "sType" VkPhysicalDeviceMemoryProperties2 Source # 
HasField "memoryProperties" VkPhysicalDeviceMemoryProperties2 Source # 
HasField "pNext" VkPhysicalDeviceMemoryProperties2 Source # 
HasField "sType" VkPhysicalDeviceMemoryProperties2 Source # 
type StructFields VkPhysicalDeviceMemoryProperties2 Source # 
type StructFields VkPhysicalDeviceMemoryProperties2 = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "memoryProperties" ([] Symbol)))
type CUnionType VkPhysicalDeviceMemoryProperties2 Source # 
type ReturnedOnly VkPhysicalDeviceMemoryProperties2 Source # 
type StructExtends VkPhysicalDeviceMemoryProperties2 Source # 
type FieldType "memoryProperties" VkPhysicalDeviceMemoryProperties2 Source # 
type FieldType "pNext" VkPhysicalDeviceMemoryProperties2 Source # 
type FieldType "sType" VkPhysicalDeviceMemoryProperties2 Source # 
type FieldOptional "memoryProperties" VkPhysicalDeviceMemoryProperties2 Source # 
type FieldOptional "pNext" VkPhysicalDeviceMemoryProperties2 Source # 
type FieldOptional "sType" VkPhysicalDeviceMemoryProperties2 Source # 
type FieldOffset "memoryProperties" VkPhysicalDeviceMemoryProperties2 Source # 
type FieldOffset "memoryProperties" VkPhysicalDeviceMemoryProperties2 = 16
type FieldOffset "pNext" VkPhysicalDeviceMemoryProperties2 Source # 
type FieldOffset "sType" VkPhysicalDeviceMemoryProperties2 Source # 
type FieldIsArray "memoryProperties" VkPhysicalDeviceMemoryProperties2 Source # 
type FieldIsArray "pNext" VkPhysicalDeviceMemoryProperties2 Source # 
type FieldIsArray "sType" VkPhysicalDeviceMemoryProperties2 Source # 

data VkPhysicalDeviceMultiviewFeatures Source #

typedef struct VkPhysicalDeviceMultiviewFeatures {
    VkStructureType sType;
    void*                            pNext;
    VkBool32                         multiview;
    VkBool32                         multiviewGeometryShader;
    VkBool32                         multiviewTessellationShader;
} VkPhysicalDeviceMultiviewFeatures;

VkPhysicalDeviceMultiviewFeatures registry at www.khronos.org

Instances

Eq VkPhysicalDeviceMultiviewFeatures Source # 
Ord VkPhysicalDeviceMultiviewFeatures Source # 
Show VkPhysicalDeviceMultiviewFeatures Source # 
Storable VkPhysicalDeviceMultiviewFeatures Source # 
VulkanMarshalPrim VkPhysicalDeviceMultiviewFeatures Source # 
VulkanMarshal VkPhysicalDeviceMultiviewFeatures Source # 
CanWriteField "multiview" VkPhysicalDeviceMultiviewFeatures Source # 
CanWriteField "multiviewGeometryShader" VkPhysicalDeviceMultiviewFeatures Source # 
CanWriteField "multiviewTessellationShader" VkPhysicalDeviceMultiviewFeatures Source # 
CanWriteField "pNext" VkPhysicalDeviceMultiviewFeatures Source # 
CanWriteField "sType" VkPhysicalDeviceMultiviewFeatures Source # 
CanReadField "multiview" VkPhysicalDeviceMultiviewFeatures Source # 
CanReadField "multiviewGeometryShader" VkPhysicalDeviceMultiviewFeatures Source # 
CanReadField "multiviewTessellationShader" VkPhysicalDeviceMultiviewFeatures Source # 
CanReadField "pNext" VkPhysicalDeviceMultiviewFeatures Source # 
CanReadField "sType" VkPhysicalDeviceMultiviewFeatures Source # 
HasField "multiview" VkPhysicalDeviceMultiviewFeatures Source # 
HasField "multiviewGeometryShader" VkPhysicalDeviceMultiviewFeatures Source # 

Associated Types

type FieldType ("multiviewGeometryShader" :: Symbol) VkPhysicalDeviceMultiviewFeatures :: Type Source #

type FieldOptional ("multiviewGeometryShader" :: Symbol) VkPhysicalDeviceMultiviewFeatures :: Bool Source #

type FieldOffset ("multiviewGeometryShader" :: Symbol) VkPhysicalDeviceMultiviewFeatures :: Nat Source #

type FieldIsArray ("multiviewGeometryShader" :: Symbol) VkPhysicalDeviceMultiviewFeatures :: Bool Source #

HasField "multiviewTessellationShader" VkPhysicalDeviceMultiviewFeatures Source # 

Associated Types

type FieldType ("multiviewTessellationShader" :: Symbol) VkPhysicalDeviceMultiviewFeatures :: Type Source #

type FieldOptional ("multiviewTessellationShader" :: Symbol) VkPhysicalDeviceMultiviewFeatures :: Bool Source #

type FieldOffset ("multiviewTessellationShader" :: Symbol) VkPhysicalDeviceMultiviewFeatures :: Nat Source #

type FieldIsArray ("multiviewTessellationShader" :: Symbol) VkPhysicalDeviceMultiviewFeatures :: Bool Source #

HasField "pNext" VkPhysicalDeviceMultiviewFeatures Source # 
HasField "sType" VkPhysicalDeviceMultiviewFeatures Source # 
type StructFields VkPhysicalDeviceMultiviewFeatures Source # 
type StructFields VkPhysicalDeviceMultiviewFeatures = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "multiview" ((:) Symbol "multiviewGeometryShader" ((:) Symbol "multiviewTessellationShader" ([] Symbol)))))
type CUnionType VkPhysicalDeviceMultiviewFeatures Source # 
type ReturnedOnly VkPhysicalDeviceMultiviewFeatures Source # 
type StructExtends VkPhysicalDeviceMultiviewFeatures Source # 
type FieldType "multiview" VkPhysicalDeviceMultiviewFeatures Source # 
type FieldType "multiviewGeometryShader" VkPhysicalDeviceMultiviewFeatures Source # 
type FieldType "multiviewGeometryShader" VkPhysicalDeviceMultiviewFeatures = VkBool32
type FieldType "multiviewTessellationShader" VkPhysicalDeviceMultiviewFeatures Source # 
type FieldType "multiviewTessellationShader" VkPhysicalDeviceMultiviewFeatures = VkBool32
type FieldType "pNext" VkPhysicalDeviceMultiviewFeatures Source # 
type FieldType "sType" VkPhysicalDeviceMultiviewFeatures Source # 
type FieldOptional "multiview" VkPhysicalDeviceMultiviewFeatures Source # 
type FieldOptional "multiviewGeometryShader" VkPhysicalDeviceMultiviewFeatures Source # 
type FieldOptional "multiviewGeometryShader" VkPhysicalDeviceMultiviewFeatures = False
type FieldOptional "multiviewTessellationShader" VkPhysicalDeviceMultiviewFeatures Source # 
type FieldOptional "multiviewTessellationShader" VkPhysicalDeviceMultiviewFeatures = False
type FieldOptional "pNext" VkPhysicalDeviceMultiviewFeatures Source # 
type FieldOptional "sType" VkPhysicalDeviceMultiviewFeatures Source # 
type FieldOffset "multiview" VkPhysicalDeviceMultiviewFeatures Source # 
type FieldOffset "multiviewGeometryShader" VkPhysicalDeviceMultiviewFeatures Source # 
type FieldOffset "multiviewGeometryShader" VkPhysicalDeviceMultiviewFeatures = 20
type FieldOffset "multiviewTessellationShader" VkPhysicalDeviceMultiviewFeatures Source # 
type FieldOffset "multiviewTessellationShader" VkPhysicalDeviceMultiviewFeatures = 24
type FieldOffset "pNext" VkPhysicalDeviceMultiviewFeatures Source # 
type FieldOffset "sType" VkPhysicalDeviceMultiviewFeatures Source # 
type FieldIsArray "multiview" VkPhysicalDeviceMultiviewFeatures Source # 
type FieldIsArray "multiviewGeometryShader" VkPhysicalDeviceMultiviewFeatures Source # 
type FieldIsArray "multiviewGeometryShader" VkPhysicalDeviceMultiviewFeatures = False
type FieldIsArray "multiviewTessellationShader" VkPhysicalDeviceMultiviewFeatures Source # 
type FieldIsArray "multiviewTessellationShader" VkPhysicalDeviceMultiviewFeatures = False
type FieldIsArray "pNext" VkPhysicalDeviceMultiviewFeatures Source # 
type FieldIsArray "sType" VkPhysicalDeviceMultiviewFeatures Source # 

data VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source #

typedef struct VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX {
    VkStructureType sType;
    void*                            pNext;
    VkBool32                         perViewPositionAllComponents;
} VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX;

VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX registry at www.khronos.org

Instances

Eq VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
Ord VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
Show VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
Storable VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
VulkanMarshalPrim VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
VulkanMarshal VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
CanWriteField "pNext" VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
CanWriteField "perViewPositionAllComponents" VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
CanWriteField "sType" VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
CanReadField "pNext" VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
CanReadField "perViewPositionAllComponents" VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
CanReadField "sType" VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
HasField "pNext" VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
HasField "perViewPositionAllComponents" VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
HasField "sType" VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
type StructFields VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
type StructFields VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "perViewPositionAllComponents" ([] Symbol)))
type CUnionType VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
type ReturnedOnly VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
type StructExtends VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
type FieldType "pNext" VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
type FieldType "perViewPositionAllComponents" VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
type FieldType "sType" VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
type FieldOptional "pNext" VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
type FieldOptional "perViewPositionAllComponents" VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
type FieldOptional "sType" VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
type FieldOffset "pNext" VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
type FieldOffset "perViewPositionAllComponents" VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
type FieldOffset "sType" VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
type FieldIsArray "pNext" VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
type FieldIsArray "perViewPositionAllComponents" VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 
type FieldIsArray "sType" VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX Source # 

data VkPhysicalDeviceMultiviewProperties Source #

typedef struct VkPhysicalDeviceMultiviewProperties {
    VkStructureType sType;
    void*                            pNext;
    uint32_t                         maxMultiviewViewCount;
    uint32_t                         maxMultiviewInstanceIndex;
} VkPhysicalDeviceMultiviewProperties;

VkPhysicalDeviceMultiviewProperties registry at www.khronos.org

Instances

Eq VkPhysicalDeviceMultiviewProperties Source # 
Ord VkPhysicalDeviceMultiviewProperties Source # 
Show VkPhysicalDeviceMultiviewProperties Source # 
Storable VkPhysicalDeviceMultiviewProperties Source # 
VulkanMarshalPrim VkPhysicalDeviceMultiviewProperties Source # 
VulkanMarshal VkPhysicalDeviceMultiviewProperties Source # 
CanWriteField "maxMultiviewInstanceIndex" VkPhysicalDeviceMultiviewProperties Source # 
CanWriteField "maxMultiviewViewCount" VkPhysicalDeviceMultiviewProperties Source # 
CanWriteField "pNext" VkPhysicalDeviceMultiviewProperties Source # 
CanWriteField "sType" VkPhysicalDeviceMultiviewProperties Source # 
CanReadField "maxMultiviewInstanceIndex" VkPhysicalDeviceMultiviewProperties Source # 
CanReadField "maxMultiviewViewCount" VkPhysicalDeviceMultiviewProperties Source # 
CanReadField "pNext" VkPhysicalDeviceMultiviewProperties Source # 
CanReadField "sType" VkPhysicalDeviceMultiviewProperties Source # 
HasField "maxMultiviewInstanceIndex" VkPhysicalDeviceMultiviewProperties Source # 

Associated Types

type FieldType ("maxMultiviewInstanceIndex" :: Symbol) VkPhysicalDeviceMultiviewProperties :: Type Source #

type FieldOptional ("maxMultiviewInstanceIndex" :: Symbol) VkPhysicalDeviceMultiviewProperties :: Bool Source #

type FieldOffset ("maxMultiviewInstanceIndex" :: Symbol) VkPhysicalDeviceMultiviewProperties :: Nat Source #

type FieldIsArray ("maxMultiviewInstanceIndex" :: Symbol) VkPhysicalDeviceMultiviewProperties :: Bool Source #

HasField "maxMultiviewViewCount" VkPhysicalDeviceMultiviewProperties Source # 

Associated Types

type FieldType ("maxMultiviewViewCount" :: Symbol) VkPhysicalDeviceMultiviewProperties :: Type Source #

type FieldOptional ("maxMultiviewViewCount" :: Symbol) VkPhysicalDeviceMultiviewProperties :: Bool Source #

type FieldOffset ("maxMultiviewViewCount" :: Symbol) VkPhysicalDeviceMultiviewProperties :: Nat Source #

type FieldIsArray ("maxMultiviewViewCount" :: Symbol) VkPhysicalDeviceMultiviewProperties :: Bool Source #

HasField "pNext" VkPhysicalDeviceMultiviewProperties Source # 
HasField "sType" VkPhysicalDeviceMultiviewProperties Source # 
type StructFields VkPhysicalDeviceMultiviewProperties Source # 
type StructFields VkPhysicalDeviceMultiviewProperties = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "maxMultiviewViewCount" ((:) Symbol "maxMultiviewInstanceIndex" ([] Symbol))))
type CUnionType VkPhysicalDeviceMultiviewProperties Source # 
type ReturnedOnly VkPhysicalDeviceMultiviewProperties Source # 
type StructExtends VkPhysicalDeviceMultiviewProperties Source # 
type FieldType "maxMultiviewInstanceIndex" VkPhysicalDeviceMultiviewProperties Source # 
type FieldType "maxMultiviewInstanceIndex" VkPhysicalDeviceMultiviewProperties = Word32
type FieldType "maxMultiviewViewCount" VkPhysicalDeviceMultiviewProperties Source # 
type FieldType "pNext" VkPhysicalDeviceMultiviewProperties Source # 
type FieldType "sType" VkPhysicalDeviceMultiviewProperties Source # 
type FieldOptional "maxMultiviewInstanceIndex" VkPhysicalDeviceMultiviewProperties Source # 
type FieldOptional "maxMultiviewInstanceIndex" VkPhysicalDeviceMultiviewProperties = False
type FieldOptional "maxMultiviewViewCount" VkPhysicalDeviceMultiviewProperties Source # 
type FieldOptional "pNext" VkPhysicalDeviceMultiviewProperties Source # 
type FieldOptional "sType" VkPhysicalDeviceMultiviewProperties Source # 
type FieldOffset "maxMultiviewInstanceIndex" VkPhysicalDeviceMultiviewProperties Source # 
type FieldOffset "maxMultiviewInstanceIndex" VkPhysicalDeviceMultiviewProperties = 20
type FieldOffset "maxMultiviewViewCount" VkPhysicalDeviceMultiviewProperties Source # 
type FieldOffset "maxMultiviewViewCount" VkPhysicalDeviceMultiviewProperties = 16
type FieldOffset "pNext" VkPhysicalDeviceMultiviewProperties Source # 
type FieldOffset "sType" VkPhysicalDeviceMultiviewProperties Source # 
type FieldIsArray "maxMultiviewInstanceIndex" VkPhysicalDeviceMultiviewProperties Source # 
type FieldIsArray "maxMultiviewInstanceIndex" VkPhysicalDeviceMultiviewProperties = False
type FieldIsArray "maxMultiviewViewCount" VkPhysicalDeviceMultiviewProperties Source # 
type FieldIsArray "pNext" VkPhysicalDeviceMultiviewProperties Source # 
type FieldIsArray "sType" VkPhysicalDeviceMultiviewProperties Source # 

data VkPhysicalDevicePointClippingProperties Source #

typedef struct VkPhysicalDevicePointClippingProperties {
    VkStructureType sType;
    void*                            pNext;
    VkPointClippingBehavior      pointClippingBehavior;
} VkPhysicalDevicePointClippingProperties;

VkPhysicalDevicePointClippingProperties registry at www.khronos.org

Instances

Eq VkPhysicalDevicePointClippingProperties Source # 
Ord VkPhysicalDevicePointClippingProperties Source # 
Show VkPhysicalDevicePointClippingProperties Source # 
Storable VkPhysicalDevicePointClippingProperties Source # 
VulkanMarshalPrim VkPhysicalDevicePointClippingProperties Source # 
VulkanMarshal VkPhysicalDevicePointClippingProperties Source # 
CanWriteField "pNext" VkPhysicalDevicePointClippingProperties Source # 
CanWriteField "pointClippingBehavior" VkPhysicalDevicePointClippingProperties Source # 
CanWriteField "sType" VkPhysicalDevicePointClippingProperties Source # 
CanReadField "pNext" VkPhysicalDevicePointClippingProperties Source # 
CanReadField "pointClippingBehavior" VkPhysicalDevicePointClippingProperties Source # 
CanReadField "sType" VkPhysicalDevicePointClippingProperties Source # 
HasField "pNext" VkPhysicalDevicePointClippingProperties Source # 
HasField "pointClippingBehavior" VkPhysicalDevicePointClippingProperties Source # 
HasField "sType" VkPhysicalDevicePointClippingProperties Source # 
type StructFields VkPhysicalDevicePointClippingProperties Source # 
type StructFields VkPhysicalDevicePointClippingProperties = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "pointClippingBehavior" ([] Symbol)))
type CUnionType VkPhysicalDevicePointClippingProperties Source # 
type ReturnedOnly VkPhysicalDevicePointClippingProperties Source # 
type StructExtends VkPhysicalDevicePointClippingProperties Source # 
type FieldType "pNext" VkPhysicalDevicePointClippingProperties Source # 
type FieldType "pointClippingBehavior" VkPhysicalDevicePointClippingProperties Source # 
type FieldType "sType" VkPhysicalDevicePointClippingProperties Source # 
type FieldOptional "pNext" VkPhysicalDevicePointClippingProperties Source # 
type FieldOptional "pointClippingBehavior" VkPhysicalDevicePointClippingProperties Source # 
type FieldOptional "sType" VkPhysicalDevicePointClippingProperties Source # 
type FieldOffset "pNext" VkPhysicalDevicePointClippingProperties Source # 
type FieldOffset "pointClippingBehavior" VkPhysicalDevicePointClippingProperties Source # 
type FieldOffset "pointClippingBehavior" VkPhysicalDevicePointClippingProperties = 16
type FieldOffset "sType" VkPhysicalDevicePointClippingProperties Source # 
type FieldIsArray "pNext" VkPhysicalDevicePointClippingProperties Source # 
type FieldIsArray "pointClippingBehavior" VkPhysicalDevicePointClippingProperties Source # 
type FieldIsArray "sType" VkPhysicalDevicePointClippingProperties Source # 

data VkPhysicalDeviceProperties Source #

typedef struct VkPhysicalDeviceProperties {
    uint32_t       apiVersion;
    uint32_t       driverVersion;
    uint32_t       vendorID;
    uint32_t       deviceID;
    VkPhysicalDeviceType deviceType;
    char           deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE];
    uint8_t        pipelineCacheUUID[VK_UUID_SIZE];
    VkPhysicalDeviceLimits limits;
    VkPhysicalDeviceSparseProperties sparseProperties;
} VkPhysicalDeviceProperties;

VkPhysicalDeviceProperties registry at www.khronos.org

Instances

Eq VkPhysicalDeviceProperties Source # 
Ord VkPhysicalDeviceProperties Source # 
Show VkPhysicalDeviceProperties Source # 
Storable VkPhysicalDeviceProperties Source # 
VulkanMarshalPrim VkPhysicalDeviceProperties Source # 
VulkanMarshal VkPhysicalDeviceProperties Source # 
CanWriteField "apiVersion" VkPhysicalDeviceProperties Source # 
CanWriteField "deviceID" VkPhysicalDeviceProperties Source # 
CanWriteField "deviceType" VkPhysicalDeviceProperties Source # 
CanWriteField "driverVersion" VkPhysicalDeviceProperties Source # 
CanWriteField "limits" VkPhysicalDeviceProperties Source # 
CanWriteField "sparseProperties" VkPhysicalDeviceProperties Source # 
CanWriteField "vendorID" VkPhysicalDeviceProperties Source # 
CanReadField "apiVersion" VkPhysicalDeviceProperties Source # 
CanReadField "deviceID" VkPhysicalDeviceProperties Source # 
CanReadField "deviceType" VkPhysicalDeviceProperties Source # 
CanReadField "driverVersion" VkPhysicalDeviceProperties Source # 
CanReadField "limits" VkPhysicalDeviceProperties Source # 
CanReadField "sparseProperties" VkPhysicalDeviceProperties Source # 
CanReadField "vendorID" VkPhysicalDeviceProperties Source # 
HasField "apiVersion" VkPhysicalDeviceProperties Source # 
HasField "deviceID" VkPhysicalDeviceProperties Source # 
HasField "deviceName" VkPhysicalDeviceProperties Source # 
HasField "deviceType" VkPhysicalDeviceProperties Source # 
HasField "driverVersion" VkPhysicalDeviceProperties Source # 
HasField "limits" VkPhysicalDeviceProperties Source # 
HasField "pipelineCacheUUID" VkPhysicalDeviceProperties Source # 

Associated Types

type FieldType ("pipelineCacheUUID" :: Symbol) VkPhysicalDeviceProperties :: Type Source #

type FieldOptional ("pipelineCacheUUID" :: Symbol) VkPhysicalDeviceProperties :: Bool Source #

type FieldOffset ("pipelineCacheUUID" :: Symbol) VkPhysicalDeviceProperties :: Nat Source #

type FieldIsArray ("pipelineCacheUUID" :: Symbol) VkPhysicalDeviceProperties :: Bool Source #

HasField "sparseProperties" VkPhysicalDeviceProperties Source # 

Associated Types

type FieldType ("sparseProperties" :: Symbol) VkPhysicalDeviceProperties :: Type Source #

type FieldOptional ("sparseProperties" :: Symbol) VkPhysicalDeviceProperties :: Bool Source #

type FieldOffset ("sparseProperties" :: Symbol) VkPhysicalDeviceProperties :: Nat Source #

type FieldIsArray ("sparseProperties" :: Symbol) VkPhysicalDeviceProperties :: Bool Source #

HasField "vendorID" VkPhysicalDeviceProperties Source # 
(KnownNat idx, IndexInBounds "deviceName" idx VkPhysicalDeviceProperties) => CanWriteFieldArray "deviceName" idx VkPhysicalDeviceProperties Source # 
(KnownNat idx, IndexInBounds "pipelineCacheUUID" idx VkPhysicalDeviceProperties) => CanWriteFieldArray "pipelineCacheUUID" idx VkPhysicalDeviceProperties Source # 
(KnownNat idx, IndexInBounds "deviceName" idx VkPhysicalDeviceProperties) => CanReadFieldArray "deviceName" idx VkPhysicalDeviceProperties Source # 
(KnownNat idx, IndexInBounds "pipelineCacheUUID" idx VkPhysicalDeviceProperties) => CanReadFieldArray "pipelineCacheUUID" idx VkPhysicalDeviceProperties Source # 
type StructFields VkPhysicalDeviceProperties Source # 
type StructFields VkPhysicalDeviceProperties = (:) Symbol "apiVersion" ((:) Symbol "driverVersion" ((:) Symbol "vendorID" ((:) Symbol "deviceID" ((:) Symbol "deviceType" ((:) Symbol "deviceName" ((:) Symbol "pipelineCacheUUID" ((:) Symbol "limits" ((:) Symbol "sparseProperties" ([] Symbol)))))))))
type CUnionType VkPhysicalDeviceProperties Source # 
type ReturnedOnly VkPhysicalDeviceProperties Source # 
type StructExtends VkPhysicalDeviceProperties Source # 
type FieldArrayLength "deviceName" VkPhysicalDeviceProperties Source # 
type FieldArrayLength "pipelineCacheUUID" VkPhysicalDeviceProperties Source # 
type FieldType "apiVersion" VkPhysicalDeviceProperties Source # 
type FieldType "deviceID" VkPhysicalDeviceProperties Source # 
type FieldType "deviceName" VkPhysicalDeviceProperties Source # 
type FieldType "deviceType" VkPhysicalDeviceProperties Source # 
type FieldType "driverVersion" VkPhysicalDeviceProperties Source # 
type FieldType "limits" VkPhysicalDeviceProperties Source # 
type FieldType "pipelineCacheUUID" VkPhysicalDeviceProperties Source # 
type FieldType "pipelineCacheUUID" VkPhysicalDeviceProperties = Word8
type FieldType "sparseProperties" VkPhysicalDeviceProperties Source # 
type FieldType "vendorID" VkPhysicalDeviceProperties Source # 
type FieldOptional "apiVersion" VkPhysicalDeviceProperties Source # 
type FieldOptional "deviceID" VkPhysicalDeviceProperties Source # 
type FieldOptional "deviceName" VkPhysicalDeviceProperties Source # 
type FieldOptional "deviceType" VkPhysicalDeviceProperties Source # 
type FieldOptional "driverVersion" VkPhysicalDeviceProperties Source # 
type FieldOptional "limits" VkPhysicalDeviceProperties Source # 
type FieldOptional "pipelineCacheUUID" VkPhysicalDeviceProperties Source # 
type FieldOptional "sparseProperties" VkPhysicalDeviceProperties Source # 
type FieldOptional "vendorID" VkPhysicalDeviceProperties Source # 
type FieldOffset "apiVersion" VkPhysicalDeviceProperties Source # 
type FieldOffset "deviceID" VkPhysicalDeviceProperties Source # 
type FieldOffset "deviceName" VkPhysicalDeviceProperties Source # 
type FieldOffset "deviceType" VkPhysicalDeviceProperties Source # 
type FieldOffset "driverVersion" VkPhysicalDeviceProperties Source # 
type FieldOffset "driverVersion" VkPhysicalDeviceProperties = 4
type FieldOffset "limits" VkPhysicalDeviceProperties Source # 
type FieldOffset "pipelineCacheUUID" VkPhysicalDeviceProperties Source # 
type FieldOffset "pipelineCacheUUID" VkPhysicalDeviceProperties = 276
type FieldOffset "sparseProperties" VkPhysicalDeviceProperties Source # 
type FieldOffset "sparseProperties" VkPhysicalDeviceProperties = 800
type FieldOffset "vendorID" VkPhysicalDeviceProperties Source # 
type FieldIsArray "apiVersion" VkPhysicalDeviceProperties Source # 
type FieldIsArray "deviceID" VkPhysicalDeviceProperties Source # 
type FieldIsArray "deviceName" VkPhysicalDeviceProperties Source # 
type FieldIsArray "deviceType" VkPhysicalDeviceProperties Source # 
type FieldIsArray "driverVersion" VkPhysicalDeviceProperties Source # 
type FieldIsArray "limits" VkPhysicalDeviceProperties Source # 
type FieldIsArray "pipelineCacheUUID" VkPhysicalDeviceProperties Source # 
type FieldIsArray "pipelineCacheUUID" VkPhysicalDeviceProperties = True
type FieldIsArray "sparseProperties" VkPhysicalDeviceProperties Source # 
type FieldIsArray "vendorID" VkPhysicalDeviceProperties Source # 

data VkPhysicalDeviceProperties2 Source #

typedef struct VkPhysicalDeviceProperties2 {
    VkStructureType sType;
    void*                            pNext;
    VkPhysicalDeviceProperties       properties;
} VkPhysicalDeviceProperties2;

VkPhysicalDeviceProperties2 registry at www.khronos.org

Instances

Eq VkPhysicalDeviceProperties2 Source # 
Ord VkPhysicalDeviceProperties2 Source # 
Show VkPhysicalDeviceProperties2 Source # 
Storable VkPhysicalDeviceProperties2 Source # 
VulkanMarshalPrim VkPhysicalDeviceProperties2 Source # 
VulkanMarshal VkPhysicalDeviceProperties2 Source # 
CanWriteField "pNext" VkPhysicalDeviceProperties2 Source # 
CanWriteField "properties" VkPhysicalDeviceProperties2 Source # 
CanWriteField "sType" VkPhysicalDeviceProperties2 Source # 
CanReadField "pNext" VkPhysicalDeviceProperties2 Source # 
CanReadField "properties" VkPhysicalDeviceProperties2 Source # 
CanReadField "sType" VkPhysicalDeviceProperties2 Source # 
HasField "pNext" VkPhysicalDeviceProperties2 Source # 
HasField "properties" VkPhysicalDeviceProperties2 Source # 
HasField "sType" VkPhysicalDeviceProperties2 Source # 
type StructFields VkPhysicalDeviceProperties2 Source # 
type StructFields VkPhysicalDeviceProperties2 = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "properties" ([] Symbol)))
type CUnionType VkPhysicalDeviceProperties2 Source # 
type ReturnedOnly VkPhysicalDeviceProperties2 Source # 
type StructExtends VkPhysicalDeviceProperties2 Source # 
type FieldType "pNext" VkPhysicalDeviceProperties2 Source # 
type FieldType "properties" VkPhysicalDeviceProperties2 Source # 
type FieldType "sType" VkPhysicalDeviceProperties2 Source # 
type FieldOptional "pNext" VkPhysicalDeviceProperties2 Source # 
type FieldOptional "properties" VkPhysicalDeviceProperties2 Source # 
type FieldOptional "sType" VkPhysicalDeviceProperties2 Source # 
type FieldOffset "pNext" VkPhysicalDeviceProperties2 Source # 
type FieldOffset "properties" VkPhysicalDeviceProperties2 Source # 
type FieldOffset "sType" VkPhysicalDeviceProperties2 Source # 
type FieldIsArray "pNext" VkPhysicalDeviceProperties2 Source # 
type FieldIsArray "properties" VkPhysicalDeviceProperties2 Source # 
type FieldIsArray "sType" VkPhysicalDeviceProperties2 Source # 

data VkPhysicalDeviceProtectedMemoryFeatures Source #

typedef struct VkPhysicalDeviceProtectedMemoryFeatures {
    VkStructureType sType;
    void*                               pNext;
    VkBool32                            protectedMemory;
} VkPhysicalDeviceProtectedMemoryFeatures;

VkPhysicalDeviceProtectedMemoryFeatures registry at www.khronos.org

Instances

Eq VkPhysicalDeviceProtectedMemoryFeatures Source # 
Ord VkPhysicalDeviceProtectedMemoryFeatures Source # 
Show VkPhysicalDeviceProtectedMemoryFeatures Source # 
Storable VkPhysicalDeviceProtectedMemoryFeatures Source # 
VulkanMarshalPrim VkPhysicalDeviceProtectedMemoryFeatures Source # 
VulkanMarshal VkPhysicalDeviceProtectedMemoryFeatures Source # 
CanWriteField "pNext" VkPhysicalDeviceProtectedMemoryFeatures Source # 
CanWriteField "protectedMemory" VkPhysicalDeviceProtectedMemoryFeatures Source # 
CanWriteField "sType" VkPhysicalDeviceProtectedMemoryFeatures Source # 
CanReadField "pNext" VkPhysicalDeviceProtectedMemoryFeatures Source # 
CanReadField "protectedMemory" VkPhysicalDeviceProtectedMemoryFeatures Source # 
CanReadField "sType" VkPhysicalDeviceProtectedMemoryFeatures Source # 
HasField "pNext" VkPhysicalDeviceProtectedMemoryFeatures Source # 
HasField "protectedMemory" VkPhysicalDeviceProtectedMemoryFeatures Source # 
HasField "sType" VkPhysicalDeviceProtectedMemoryFeatures Source # 
type StructFields VkPhysicalDeviceProtectedMemoryFeatures Source # 
type StructFields VkPhysicalDeviceProtectedMemoryFeatures = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "protectedMemory" ([] Symbol)))
type CUnionType VkPhysicalDeviceProtectedMemoryFeatures Source # 
type ReturnedOnly VkPhysicalDeviceProtectedMemoryFeatures Source # 
type StructExtends VkPhysicalDeviceProtectedMemoryFeatures Source # 
type FieldType "pNext" VkPhysicalDeviceProtectedMemoryFeatures Source # 
type FieldType "protectedMemory" VkPhysicalDeviceProtectedMemoryFeatures Source # 
type FieldType "sType" VkPhysicalDeviceProtectedMemoryFeatures Source # 
type FieldOptional "pNext" VkPhysicalDeviceProtectedMemoryFeatures Source # 
type FieldOptional "protectedMemory" VkPhysicalDeviceProtectedMemoryFeatures Source # 
type FieldOptional "sType" VkPhysicalDeviceProtectedMemoryFeatures Source # 
type FieldOffset "pNext" VkPhysicalDeviceProtectedMemoryFeatures Source # 
type FieldOffset "protectedMemory" VkPhysicalDeviceProtectedMemoryFeatures Source # 
type FieldOffset "sType" VkPhysicalDeviceProtectedMemoryFeatures Source # 
type FieldIsArray "pNext" VkPhysicalDeviceProtectedMemoryFeatures Source # 
type FieldIsArray "protectedMemory" VkPhysicalDeviceProtectedMemoryFeatures Source # 
type FieldIsArray "sType" VkPhysicalDeviceProtectedMemoryFeatures Source # 

data VkPhysicalDeviceProtectedMemoryProperties Source #

typedef struct VkPhysicalDeviceProtectedMemoryProperties {
    VkStructureType sType;
    void*                               pNext;
    VkBool32                            protectedNoFault;
} VkPhysicalDeviceProtectedMemoryProperties;

VkPhysicalDeviceProtectedMemoryProperties registry at www.khronos.org

Instances

Eq VkPhysicalDeviceProtectedMemoryProperties Source # 
Ord VkPhysicalDeviceProtectedMemoryProperties Source # 
Show VkPhysicalDeviceProtectedMemoryProperties Source # 
Storable VkPhysicalDeviceProtectedMemoryProperties Source # 
VulkanMarshalPrim VkPhysicalDeviceProtectedMemoryProperties Source # 
VulkanMarshal VkPhysicalDeviceProtectedMemoryProperties Source # 
CanWriteField "pNext" VkPhysicalDeviceProtectedMemoryProperties Source # 
CanWriteField "protectedNoFault" VkPhysicalDeviceProtectedMemoryProperties Source # 
CanWriteField "sType" VkPhysicalDeviceProtectedMemoryProperties Source # 
CanReadField "pNext" VkPhysicalDeviceProtectedMemoryProperties Source # 
CanReadField "protectedNoFault" VkPhysicalDeviceProtectedMemoryProperties Source # 
CanReadField "sType" VkPhysicalDeviceProtectedMemoryProperties Source # 
HasField "pNext" VkPhysicalDeviceProtectedMemoryProperties Source # 
HasField "protectedNoFault" VkPhysicalDeviceProtectedMemoryProperties Source # 
HasField "sType" VkPhysicalDeviceProtectedMemoryProperties Source # 
type StructFields VkPhysicalDeviceProtectedMemoryProperties Source # 
type StructFields VkPhysicalDeviceProtectedMemoryProperties = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "protectedNoFault" ([] Symbol)))
type CUnionType VkPhysicalDeviceProtectedMemoryProperties Source # 
type ReturnedOnly VkPhysicalDeviceProtectedMemoryProperties Source # 
type StructExtends VkPhysicalDeviceProtectedMemoryProperties Source # 
type FieldType "pNext" VkPhysicalDeviceProtectedMemoryProperties Source # 
type FieldType "protectedNoFault" VkPhysicalDeviceProtectedMemoryProperties Source # 
type FieldType "sType" VkPhysicalDeviceProtectedMemoryProperties Source # 
type FieldOptional "pNext" VkPhysicalDeviceProtectedMemoryProperties Source # 
type FieldOptional "protectedNoFault" VkPhysicalDeviceProtectedMemoryProperties Source # 
type FieldOptional "sType" VkPhysicalDeviceProtectedMemoryProperties Source # 
type FieldOffset "pNext" VkPhysicalDeviceProtectedMemoryProperties Source # 
type FieldOffset "protectedNoFault" VkPhysicalDeviceProtectedMemoryProperties Source # 
type FieldOffset "sType" VkPhysicalDeviceProtectedMemoryProperties Source # 
type FieldIsArray "pNext" VkPhysicalDeviceProtectedMemoryProperties Source # 
type FieldIsArray "protectedNoFault" VkPhysicalDeviceProtectedMemoryProperties Source # 
type FieldIsArray "sType" VkPhysicalDeviceProtectedMemoryProperties Source # 

data VkPhysicalDevicePushDescriptorPropertiesKHR Source #

typedef struct VkPhysicalDevicePushDescriptorPropertiesKHR {
    VkStructureType sType;
    void*                            pNext;
    uint32_t                         maxPushDescriptors;
} VkPhysicalDevicePushDescriptorPropertiesKHR;

VkPhysicalDevicePushDescriptorPropertiesKHR registry at www.khronos.org

Instances

Eq VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
Ord VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
Show VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
Storable VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
VulkanMarshalPrim VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
VulkanMarshal VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
CanWriteField "maxPushDescriptors" VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
CanWriteField "pNext" VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
CanWriteField "sType" VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
CanReadField "maxPushDescriptors" VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
CanReadField "pNext" VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
CanReadField "sType" VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
HasField "maxPushDescriptors" VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
HasField "pNext" VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
HasField "sType" VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
type StructFields VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
type StructFields VkPhysicalDevicePushDescriptorPropertiesKHR = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "maxPushDescriptors" ([] Symbol)))
type CUnionType VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
type ReturnedOnly VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
type StructExtends VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
type FieldType "maxPushDescriptors" VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
type FieldType "pNext" VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
type FieldType "sType" VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
type FieldOptional "maxPushDescriptors" VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
type FieldOptional "pNext" VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
type FieldOptional "sType" VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
type FieldOffset "maxPushDescriptors" VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
type FieldOffset "pNext" VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
type FieldOffset "sType" VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
type FieldIsArray "maxPushDescriptors" VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
type FieldIsArray "pNext" VkPhysicalDevicePushDescriptorPropertiesKHR Source # 
type FieldIsArray "sType" VkPhysicalDevicePushDescriptorPropertiesKHR Source # 

data VkPhysicalDeviceSampleLocationsPropertiesEXT Source #

typedef struct VkPhysicalDeviceSampleLocationsPropertiesEXT {
    VkStructureType sType;
    void*                            pNext;
    VkSampleCountFlags               sampleLocationSampleCounts;
    VkExtent2D                       maxSampleLocationGridSize;
    float                            sampleLocationCoordinateRange[2];
    uint32_t                         sampleLocationSubPixelBits;
    VkBool32                         variableSampleLocations;
} VkPhysicalDeviceSampleLocationsPropertiesEXT;

VkPhysicalDeviceSampleLocationsPropertiesEXT registry at www.khronos.org

Instances

Eq VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
Ord VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
Show VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
Storable VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
VulkanMarshalPrim VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
VulkanMarshal VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
CanWriteField "maxSampleLocationGridSize" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
CanWriteField "pNext" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
CanWriteField "sType" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
CanWriteField "sampleLocationSampleCounts" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
CanWriteField "sampleLocationSubPixelBits" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
CanWriteField "variableSampleLocations" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
CanReadField "maxSampleLocationGridSize" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
CanReadField "pNext" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
CanReadField "sType" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
CanReadField "sampleLocationSampleCounts" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
CanReadField "sampleLocationSubPixelBits" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
CanReadField "variableSampleLocations" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
HasField "maxSampleLocationGridSize" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
HasField "pNext" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
HasField "sType" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
HasField "sampleLocationCoordinateRange" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 

Associated Types

type FieldType ("sampleLocationCoordinateRange" :: Symbol) VkPhysicalDeviceSampleLocationsPropertiesEXT :: Type Source #

type FieldOptional ("sampleLocationCoordinateRange" :: Symbol) VkPhysicalDeviceSampleLocationsPropertiesEXT :: Bool Source #

type FieldOffset ("sampleLocationCoordinateRange" :: Symbol) VkPhysicalDeviceSampleLocationsPropertiesEXT :: Nat Source #

type FieldIsArray ("sampleLocationCoordinateRange" :: Symbol) VkPhysicalDeviceSampleLocationsPropertiesEXT :: Bool Source #

HasField "sampleLocationSampleCounts" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 

Associated Types

type FieldType ("sampleLocationSampleCounts" :: Symbol) VkPhysicalDeviceSampleLocationsPropertiesEXT :: Type Source #

type FieldOptional ("sampleLocationSampleCounts" :: Symbol) VkPhysicalDeviceSampleLocationsPropertiesEXT :: Bool Source #

type FieldOffset ("sampleLocationSampleCounts" :: Symbol) VkPhysicalDeviceSampleLocationsPropertiesEXT :: Nat Source #

type FieldIsArray ("sampleLocationSampleCounts" :: Symbol) VkPhysicalDeviceSampleLocationsPropertiesEXT :: Bool Source #

HasField "sampleLocationSubPixelBits" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 

Associated Types

type FieldType ("sampleLocationSubPixelBits" :: Symbol) VkPhysicalDeviceSampleLocationsPropertiesEXT :: Type Source #

type FieldOptional ("sampleLocationSubPixelBits" :: Symbol) VkPhysicalDeviceSampleLocationsPropertiesEXT :: Bool Source #

type FieldOffset ("sampleLocationSubPixelBits" :: Symbol) VkPhysicalDeviceSampleLocationsPropertiesEXT :: Nat Source #

type FieldIsArray ("sampleLocationSubPixelBits" :: Symbol) VkPhysicalDeviceSampleLocationsPropertiesEXT :: Bool Source #

HasField "variableSampleLocations" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
(KnownNat idx, IndexInBounds "sampleLocationCoordinateRange" idx VkPhysicalDeviceSampleLocationsPropertiesEXT) => CanWriteFieldArray "sampleLocationCoordinateRange" idx VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
(KnownNat idx, IndexInBounds "sampleLocationCoordinateRange" idx VkPhysicalDeviceSampleLocationsPropertiesEXT) => CanReadFieldArray "sampleLocationCoordinateRange" idx VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type StructFields VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type StructFields VkPhysicalDeviceSampleLocationsPropertiesEXT = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "sampleLocationSampleCounts" ((:) Symbol "maxSampleLocationGridSize" ((:) Symbol "sampleLocationCoordinateRange" ((:) Symbol "sampleLocationSubPixelBits" ((:) Symbol "variableSampleLocations" ([] Symbol)))))))
type CUnionType VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type ReturnedOnly VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type StructExtends VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldArrayLength "sampleLocationCoordinateRange" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldArrayLength "sampleLocationCoordinateRange" VkPhysicalDeviceSampleLocationsPropertiesEXT = 2
type FieldType "maxSampleLocationGridSize" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldType "pNext" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldType "sType" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldType "sampleLocationCoordinateRange" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldType "sampleLocationCoordinateRange" VkPhysicalDeviceSampleLocationsPropertiesEXT = Float
type FieldType "sampleLocationSampleCounts" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldType "sampleLocationSubPixelBits" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldType "variableSampleLocations" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldOptional "maxSampleLocationGridSize" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldOptional "pNext" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldOptional "sType" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldOptional "sampleLocationCoordinateRange" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldOptional "sampleLocationSampleCounts" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldOptional "sampleLocationSubPixelBits" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldOptional "variableSampleLocations" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldOffset "maxSampleLocationGridSize" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldOffset "maxSampleLocationGridSize" VkPhysicalDeviceSampleLocationsPropertiesEXT = 20
type FieldOffset "pNext" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldOffset "sType" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldOffset "sampleLocationCoordinateRange" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldOffset "sampleLocationCoordinateRange" VkPhysicalDeviceSampleLocationsPropertiesEXT = 28
type FieldOffset "sampleLocationSampleCounts" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldOffset "sampleLocationSampleCounts" VkPhysicalDeviceSampleLocationsPropertiesEXT = 16
type FieldOffset "sampleLocationSubPixelBits" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldOffset "sampleLocationSubPixelBits" VkPhysicalDeviceSampleLocationsPropertiesEXT = 36
type FieldOffset "variableSampleLocations" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldOffset "variableSampleLocations" VkPhysicalDeviceSampleLocationsPropertiesEXT = 40
type FieldIsArray "maxSampleLocationGridSize" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldIsArray "pNext" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldIsArray "sType" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldIsArray "sampleLocationCoordinateRange" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldIsArray "sampleLocationCoordinateRange" VkPhysicalDeviceSampleLocationsPropertiesEXT = True
type FieldIsArray "sampleLocationSampleCounts" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldIsArray "sampleLocationSubPixelBits" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 
type FieldIsArray "variableSampleLocations" VkPhysicalDeviceSampleLocationsPropertiesEXT Source # 

data VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source #

typedef struct VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT {
    VkStructureType sType;
    void*                  pNext;
    VkBool32               filterMinmaxSingleComponentFormats;
    VkBool32               filterMinmaxImageComponentMapping;
} VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT;

VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT registry at www.khronos.org

Instances

Eq VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
Ord VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
Show VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
Storable VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
VulkanMarshalPrim VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
VulkanMarshal VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
CanWriteField "filterMinmaxImageComponentMapping" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
CanWriteField "filterMinmaxSingleComponentFormats" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
CanWriteField "pNext" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
CanWriteField "sType" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
CanReadField "filterMinmaxImageComponentMapping" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
CanReadField "filterMinmaxSingleComponentFormats" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
CanReadField "pNext" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
CanReadField "sType" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
HasField "filterMinmaxImageComponentMapping" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 

Associated Types

type FieldType ("filterMinmaxImageComponentMapping" :: Symbol) VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT :: Type Source #

type FieldOptional ("filterMinmaxImageComponentMapping" :: Symbol) VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT :: Bool Source #

type FieldOffset ("filterMinmaxImageComponentMapping" :: Symbol) VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT :: Nat Source #

type FieldIsArray ("filterMinmaxImageComponentMapping" :: Symbol) VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT :: Bool Source #

HasField "filterMinmaxSingleComponentFormats" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 

Associated Types

type FieldType ("filterMinmaxSingleComponentFormats" :: Symbol) VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT :: Type Source #

type FieldOptional ("filterMinmaxSingleComponentFormats" :: Symbol) VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT :: Bool Source #

type FieldOffset ("filterMinmaxSingleComponentFormats" :: Symbol) VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT :: Nat Source #

type FieldIsArray ("filterMinmaxSingleComponentFormats" :: Symbol) VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT :: Bool Source #

HasField "pNext" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
HasField "sType" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
type StructFields VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
type StructFields VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "filterMinmaxSingleComponentFormats" ((:) Symbol "filterMinmaxImageComponentMapping" ([] Symbol))))
type CUnionType VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
type ReturnedOnly VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
type StructExtends VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
type FieldType "filterMinmaxImageComponentMapping" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
type FieldType "filterMinmaxImageComponentMapping" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT = VkBool32
type FieldType "filterMinmaxSingleComponentFormats" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
type FieldType "filterMinmaxSingleComponentFormats" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT = VkBool32
type FieldType "pNext" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
type FieldType "sType" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
type FieldOptional "filterMinmaxImageComponentMapping" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
type FieldOptional "filterMinmaxImageComponentMapping" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT = False
type FieldOptional "filterMinmaxSingleComponentFormats" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
type FieldOptional "filterMinmaxSingleComponentFormats" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT = False
type FieldOptional "pNext" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
type FieldOptional "sType" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
type FieldOffset "filterMinmaxImageComponentMapping" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
type FieldOffset "filterMinmaxImageComponentMapping" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT = 20
type FieldOffset "filterMinmaxSingleComponentFormats" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
type FieldOffset "filterMinmaxSingleComponentFormats" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT = 16
type FieldOffset "pNext" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
type FieldOffset "sType" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
type FieldIsArray "filterMinmaxImageComponentMapping" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
type FieldIsArray "filterMinmaxImageComponentMapping" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT = False
type FieldIsArray "filterMinmaxSingleComponentFormats" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
type FieldIsArray "filterMinmaxSingleComponentFormats" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT = False
type FieldIsArray "pNext" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 
type FieldIsArray "sType" VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT Source # 

data VkPhysicalDeviceSamplerYcbcrConversionFeatures Source #

typedef struct VkPhysicalDeviceSamplerYcbcrConversionFeatures {
    VkStructureType sType;
    void*      pNext;
    VkBool32                         samplerYcbcrConversion;
} VkPhysicalDeviceSamplerYcbcrConversionFeatures;

VkPhysicalDeviceSamplerYcbcrConversionFeatures registry at www.khronos.org

Instances

Eq VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
Ord VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
Show VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
Storable VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
VulkanMarshalPrim VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
VulkanMarshal VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
CanWriteField "pNext" VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
CanWriteField "sType" VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
CanWriteField "samplerYcbcrConversion" VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
CanReadField "pNext" VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
CanReadField "sType" VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
CanReadField "samplerYcbcrConversion" VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
HasField "pNext" VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
HasField "sType" VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
HasField "samplerYcbcrConversion" VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
type StructFields VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
type StructFields VkPhysicalDeviceSamplerYcbcrConversionFeatures = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "samplerYcbcrConversion" ([] Symbol)))
type CUnionType VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
type ReturnedOnly VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
type StructExtends VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
type FieldType "pNext" VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
type FieldType "sType" VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
type FieldType "samplerYcbcrConversion" VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
type FieldOptional "pNext" VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
type FieldOptional "sType" VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
type FieldOptional "samplerYcbcrConversion" VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
type FieldOffset "pNext" VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
type FieldOffset "sType" VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
type FieldOffset "samplerYcbcrConversion" VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
type FieldIsArray "pNext" VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
type FieldIsArray "sType" VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 
type FieldIsArray "samplerYcbcrConversion" VkPhysicalDeviceSamplerYcbcrConversionFeatures Source # 

data VkPhysicalDeviceShaderCorePropertiesAMD Source #

typedef struct VkPhysicalDeviceShaderCorePropertiesAMD {
    VkStructureType sType;
    void*    pNext;
    uint32_t shaderEngineCount;
    uint32_t shaderArraysPerEngineCount;
    uint32_t computeUnitsPerShaderArray;
    uint32_t simdPerComputeUnit;
    uint32_t wavefrontsPerSimd;
    uint32_t wavefrontSize;
    uint32_t sgprsPerSimd;
    uint32_t minSgprAllocation;
    uint32_t maxSgprAllocation;
    uint32_t sgprAllocationGranularity;
    uint32_t vgprsPerSimd;
    uint32_t minVgprAllocation;
    uint32_t maxVgprAllocation;
    uint32_t vgprAllocationGranularity;
} VkPhysicalDeviceShaderCorePropertiesAMD;

VkPhysicalDeviceShaderCorePropertiesAMD registry at www.khronos.org

Instances

Eq VkPhysicalDeviceShaderCorePropertiesAMD Source # 
Ord VkPhysicalDeviceShaderCorePropertiesAMD Source # 
Show VkPhysicalDeviceShaderCorePropertiesAMD Source # 
Storable VkPhysicalDeviceShaderCorePropertiesAMD Source # 
VulkanMarshalPrim VkPhysicalDeviceShaderCorePropertiesAMD Source # 
VulkanMarshal VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanWriteField "computeUnitsPerShaderArray" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanWriteField "maxSgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanWriteField "maxVgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanWriteField "minSgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanWriteField "minVgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanWriteField "pNext" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanWriteField "sType" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanWriteField "sgprAllocationGranularity" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanWriteField "sgprsPerSimd" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanWriteField "shaderArraysPerEngineCount" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanWriteField "shaderEngineCount" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanWriteField "simdPerComputeUnit" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanWriteField "vgprAllocationGranularity" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanWriteField "vgprsPerSimd" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanWriteField "wavefrontSize" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanWriteField "wavefrontsPerSimd" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanReadField "computeUnitsPerShaderArray" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanReadField "maxSgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanReadField "maxVgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanReadField "minSgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanReadField "minVgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanReadField "pNext" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanReadField "sType" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanReadField "sgprAllocationGranularity" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanReadField "sgprsPerSimd" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanReadField "shaderArraysPerEngineCount" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanReadField "shaderEngineCount" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanReadField "simdPerComputeUnit" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanReadField "vgprAllocationGranularity" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanReadField "vgprsPerSimd" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanReadField "wavefrontSize" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
CanReadField "wavefrontsPerSimd" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
HasField "computeUnitsPerShaderArray" VkPhysicalDeviceShaderCorePropertiesAMD Source # 

Associated Types

type FieldType ("computeUnitsPerShaderArray" :: Symbol) VkPhysicalDeviceShaderCorePropertiesAMD :: Type Source #

type FieldOptional ("computeUnitsPerShaderArray" :: Symbol) VkPhysicalDeviceShaderCorePropertiesAMD :: Bool Source #

type FieldOffset ("computeUnitsPerShaderArray" :: Symbol) VkPhysicalDeviceShaderCorePropertiesAMD :: Nat Source #

type FieldIsArray ("computeUnitsPerShaderArray" :: Symbol) VkPhysicalDeviceShaderCorePropertiesAMD :: Bool Source #

HasField "maxSgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
HasField "maxVgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
HasField "minSgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
HasField "minVgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
HasField "pNext" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
HasField "sType" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
HasField "sgprAllocationGranularity" VkPhysicalDeviceShaderCorePropertiesAMD Source # 

Associated Types

type FieldType ("sgprAllocationGranularity" :: Symbol) VkPhysicalDeviceShaderCorePropertiesAMD :: Type Source #

type FieldOptional ("sgprAllocationGranularity" :: Symbol) VkPhysicalDeviceShaderCorePropertiesAMD :: Bool Source #

type FieldOffset ("sgprAllocationGranularity" :: Symbol) VkPhysicalDeviceShaderCorePropertiesAMD :: Nat Source #

type FieldIsArray ("sgprAllocationGranularity" :: Symbol) VkPhysicalDeviceShaderCorePropertiesAMD :: Bool Source #

HasField "sgprsPerSimd" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
HasField "shaderArraysPerEngineCount" VkPhysicalDeviceShaderCorePropertiesAMD Source # 

Associated Types

type FieldType ("shaderArraysPerEngineCount" :: Symbol) VkPhysicalDeviceShaderCorePropertiesAMD :: Type Source #

type FieldOptional ("shaderArraysPerEngineCount" :: Symbol) VkPhysicalDeviceShaderCorePropertiesAMD :: Bool Source #

type FieldOffset ("shaderArraysPerEngineCount" :: Symbol) VkPhysicalDeviceShaderCorePropertiesAMD :: Nat Source #

type FieldIsArray ("shaderArraysPerEngineCount" :: Symbol) VkPhysicalDeviceShaderCorePropertiesAMD :: Bool Source #

HasField "shaderEngineCount" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
HasField "simdPerComputeUnit" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
HasField "vgprAllocationGranularity" VkPhysicalDeviceShaderCorePropertiesAMD Source # 

Associated Types

type FieldType ("vgprAllocationGranularity" :: Symbol) VkPhysicalDeviceShaderCorePropertiesAMD :: Type Source #

type FieldOptional ("vgprAllocationGranularity" :: Symbol) VkPhysicalDeviceShaderCorePropertiesAMD :: Bool Source #

type FieldOffset ("vgprAllocationGranularity" :: Symbol) VkPhysicalDeviceShaderCorePropertiesAMD :: Nat Source #

type FieldIsArray ("vgprAllocationGranularity" :: Symbol) VkPhysicalDeviceShaderCorePropertiesAMD :: Bool Source #

HasField "vgprsPerSimd" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
HasField "wavefrontSize" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
HasField "wavefrontsPerSimd" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type StructFields VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type StructFields VkPhysicalDeviceShaderCorePropertiesAMD = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "shaderEngineCount" ((:) Symbol "shaderArraysPerEngineCount" ((:) Symbol "computeUnitsPerShaderArray" ((:) Symbol "simdPerComputeUnit" ((:) Symbol "wavefrontsPerSimd" ((:) Symbol "wavefrontSize" ((:) Symbol "sgprsPerSimd" ((:) Symbol "minSgprAllocation" ((:) Symbol "maxSgprAllocation" ((:) Symbol "sgprAllocationGranularity" ((:) Symbol "vgprsPerSimd" ((:) Symbol "minVgprAllocation" ((:) Symbol "maxVgprAllocation" ((:) Symbol "vgprAllocationGranularity" ([] Symbol))))))))))))))))
type CUnionType VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type ReturnedOnly VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type StructExtends VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldType "computeUnitsPerShaderArray" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldType "computeUnitsPerShaderArray" VkPhysicalDeviceShaderCorePropertiesAMD = Word32
type FieldType "maxSgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldType "maxVgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldType "minSgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldType "minVgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldType "pNext" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldType "sType" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldType "sgprAllocationGranularity" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldType "sgprAllocationGranularity" VkPhysicalDeviceShaderCorePropertiesAMD = Word32
type FieldType "sgprsPerSimd" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldType "shaderArraysPerEngineCount" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldType "shaderArraysPerEngineCount" VkPhysicalDeviceShaderCorePropertiesAMD = Word32
type FieldType "shaderEngineCount" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldType "simdPerComputeUnit" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldType "vgprAllocationGranularity" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldType "vgprAllocationGranularity" VkPhysicalDeviceShaderCorePropertiesAMD = Word32
type FieldType "vgprsPerSimd" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldType "wavefrontSize" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldType "wavefrontsPerSimd" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOptional "computeUnitsPerShaderArray" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOptional "computeUnitsPerShaderArray" VkPhysicalDeviceShaderCorePropertiesAMD = False
type FieldOptional "maxSgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOptional "maxVgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOptional "minSgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOptional "minVgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOptional "pNext" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOptional "sType" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOptional "sgprAllocationGranularity" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOptional "sgprsPerSimd" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOptional "shaderArraysPerEngineCount" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOptional "shaderArraysPerEngineCount" VkPhysicalDeviceShaderCorePropertiesAMD = False
type FieldOptional "shaderEngineCount" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOptional "simdPerComputeUnit" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOptional "vgprAllocationGranularity" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOptional "vgprsPerSimd" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOptional "wavefrontSize" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOptional "wavefrontsPerSimd" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOffset "computeUnitsPerShaderArray" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOffset "computeUnitsPerShaderArray" VkPhysicalDeviceShaderCorePropertiesAMD = 24
type FieldOffset "maxSgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOffset "maxVgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOffset "minSgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOffset "minVgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOffset "pNext" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOffset "sType" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOffset "sgprAllocationGranularity" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOffset "sgprAllocationGranularity" VkPhysicalDeviceShaderCorePropertiesAMD = 52
type FieldOffset "sgprsPerSimd" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOffset "shaderArraysPerEngineCount" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOffset "shaderArraysPerEngineCount" VkPhysicalDeviceShaderCorePropertiesAMD = 20
type FieldOffset "shaderEngineCount" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOffset "simdPerComputeUnit" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOffset "vgprAllocationGranularity" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOffset "vgprAllocationGranularity" VkPhysicalDeviceShaderCorePropertiesAMD = 68
type FieldOffset "vgprsPerSimd" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOffset "wavefrontSize" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldOffset "wavefrontsPerSimd" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldIsArray "computeUnitsPerShaderArray" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldIsArray "computeUnitsPerShaderArray" VkPhysicalDeviceShaderCorePropertiesAMD = False
type FieldIsArray "maxSgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldIsArray "maxVgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldIsArray "minSgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldIsArray "minVgprAllocation" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldIsArray "pNext" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldIsArray "sType" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldIsArray "sgprAllocationGranularity" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldIsArray "sgprsPerSimd" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldIsArray "shaderArraysPerEngineCount" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldIsArray "shaderArraysPerEngineCount" VkPhysicalDeviceShaderCorePropertiesAMD = False
type FieldIsArray "shaderEngineCount" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldIsArray "simdPerComputeUnit" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldIsArray "vgprAllocationGranularity" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldIsArray "vgprsPerSimd" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldIsArray "wavefrontSize" VkPhysicalDeviceShaderCorePropertiesAMD Source # 
type FieldIsArray "wavefrontsPerSimd" VkPhysicalDeviceShaderCorePropertiesAMD Source # 

data VkPhysicalDeviceShaderDrawParameterFeatures Source #

typedef struct VkPhysicalDeviceShaderDrawParameterFeatures {
    VkStructureType sType;
    void*                            pNext;
    VkBool32                         shaderDrawParameters;
} VkPhysicalDeviceShaderDrawParameterFeatures;

VkPhysicalDeviceShaderDrawParameterFeatures registry at www.khronos.org

Instances

Eq VkPhysicalDeviceShaderDrawParameterFeatures Source # 
Ord VkPhysicalDeviceShaderDrawParameterFeatures Source # 
Show VkPhysicalDeviceShaderDrawParameterFeatures Source # 
Storable VkPhysicalDeviceShaderDrawParameterFeatures Source # 
VulkanMarshalPrim VkPhysicalDeviceShaderDrawParameterFeatures Source # 
VulkanMarshal VkPhysicalDeviceShaderDrawParameterFeatures Source # 
CanWriteField "pNext" VkPhysicalDeviceShaderDrawParameterFeatures Source # 
CanWriteField "sType" VkPhysicalDeviceShaderDrawParameterFeatures Source # 
CanWriteField "shaderDrawParameters" VkPhysicalDeviceShaderDrawParameterFeatures Source # 
CanReadField "pNext" VkPhysicalDeviceShaderDrawParameterFeatures Source # 
CanReadField "sType" VkPhysicalDeviceShaderDrawParameterFeatures Source # 
CanReadField "shaderDrawParameters" VkPhysicalDeviceShaderDrawParameterFeatures Source # 
HasField "pNext" VkPhysicalDeviceShaderDrawParameterFeatures Source # 
HasField "sType" VkPhysicalDeviceShaderDrawParameterFeatures Source # 
HasField "shaderDrawParameters" VkPhysicalDeviceShaderDrawParameterFeatures Source # 
type StructFields VkPhysicalDeviceShaderDrawParameterFeatures Source # 
type StructFields VkPhysicalDeviceShaderDrawParameterFeatures = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "shaderDrawParameters" ([] Symbol)))
type CUnionType VkPhysicalDeviceShaderDrawParameterFeatures Source # 
type ReturnedOnly VkPhysicalDeviceShaderDrawParameterFeatures Source # 
type StructExtends VkPhysicalDeviceShaderDrawParameterFeatures Source # 
type FieldType "pNext" VkPhysicalDeviceShaderDrawParameterFeatures Source # 
type FieldType "sType" VkPhysicalDeviceShaderDrawParameterFeatures Source # 
type FieldType "shaderDrawParameters" VkPhysicalDeviceShaderDrawParameterFeatures Source # 
type FieldOptional "pNext" VkPhysicalDeviceShaderDrawParameterFeatures Source # 
type FieldOptional "sType" VkPhysicalDeviceShaderDrawParameterFeatures Source # 
type FieldOptional "shaderDrawParameters" VkPhysicalDeviceShaderDrawParameterFeatures Source # 
type FieldOffset "pNext" VkPhysicalDeviceShaderDrawParameterFeatures Source # 
type FieldOffset "sType" VkPhysicalDeviceShaderDrawParameterFeatures Source # 
type FieldOffset "shaderDrawParameters" VkPhysicalDeviceShaderDrawParameterFeatures Source # 
type FieldIsArray "pNext" VkPhysicalDeviceShaderDrawParameterFeatures Source # 
type FieldIsArray "sType" VkPhysicalDeviceShaderDrawParameterFeatures Source # 
type FieldIsArray "shaderDrawParameters" VkPhysicalDeviceShaderDrawParameterFeatures Source # 

data VkPhysicalDeviceSparseImageFormatInfo2 Source #

typedef struct VkPhysicalDeviceSparseImageFormatInfo2 {
    VkStructureType sType;
    const void*                      pNext;
    VkFormat                         format;
    VkImageType                      type;
    VkSampleCountFlagBits            samples;
    VkImageUsageFlags                usage;
    VkImageTiling                    tiling;
} VkPhysicalDeviceSparseImageFormatInfo2;

VkPhysicalDeviceSparseImageFormatInfo2 registry at www.khronos.org

Instances

Eq VkPhysicalDeviceSparseImageFormatInfo2 Source # 
Ord VkPhysicalDeviceSparseImageFormatInfo2 Source # 
Show VkPhysicalDeviceSparseImageFormatInfo2 Source # 
Storable VkPhysicalDeviceSparseImageFormatInfo2 Source # 
VulkanMarshalPrim VkPhysicalDeviceSparseImageFormatInfo2 Source # 
VulkanMarshal VkPhysicalDeviceSparseImageFormatInfo2 Source # 
CanWriteField "format" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
CanWriteField "pNext" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
CanWriteField "sType" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
CanWriteField "samples" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
CanWriteField "tiling" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
CanWriteField "type" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
CanWriteField "usage" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
CanReadField "format" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
CanReadField "pNext" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
CanReadField "sType" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
CanReadField "samples" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
CanReadField "tiling" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
CanReadField "type" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
CanReadField "usage" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
HasField "format" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
HasField "pNext" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
HasField "sType" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
HasField "samples" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
HasField "tiling" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
HasField "type" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
HasField "usage" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type StructFields VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type StructFields VkPhysicalDeviceSparseImageFormatInfo2 = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "format" ((:) Symbol "type" ((:) Symbol "samples" ((:) Symbol "usage" ((:) Symbol "tiling" ([] Symbol)))))))
type CUnionType VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type ReturnedOnly VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type StructExtends VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldType "format" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldType "pNext" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldType "sType" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldType "samples" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldType "tiling" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldType "type" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldType "usage" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldOptional "format" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldOptional "pNext" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldOptional "sType" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldOptional "samples" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldOptional "tiling" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldOptional "type" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldOptional "usage" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldOffset "format" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldOffset "pNext" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldOffset "sType" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldOffset "samples" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldOffset "tiling" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldOffset "type" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldOffset "usage" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldIsArray "format" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldIsArray "pNext" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldIsArray "sType" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldIsArray "samples" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldIsArray "tiling" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldIsArray "type" VkPhysicalDeviceSparseImageFormatInfo2 Source # 
type FieldIsArray "usage" VkPhysicalDeviceSparseImageFormatInfo2 Source # 

data VkPhysicalDeviceSparseProperties Source #

typedef struct VkPhysicalDeviceSparseProperties {
    VkBool32               residencyStandard2DBlockShape;
    VkBool32               residencyStandard2DMultisampleBlockShape;
    VkBool32               residencyStandard3DBlockShape;
    VkBool32               residencyAlignedMipSize;
    VkBool32               residencyNonResidentStrict;
} VkPhysicalDeviceSparseProperties;

VkPhysicalDeviceSparseProperties registry at www.khronos.org

Instances

Eq VkPhysicalDeviceSparseProperties Source # 
Ord VkPhysicalDeviceSparseProperties Source # 
Show VkPhysicalDeviceSparseProperties Source # 
Storable VkPhysicalDeviceSparseProperties Source # 
VulkanMarshalPrim VkPhysicalDeviceSparseProperties Source # 
VulkanMarshal VkPhysicalDeviceSparseProperties Source # 
CanWriteField "residencyAlignedMipSize" VkPhysicalDeviceSparseProperties Source # 
CanWriteField "residencyNonResidentStrict" VkPhysicalDeviceSparseProperties Source # 
CanWriteField "residencyStandard2DBlockShape" VkPhysicalDeviceSparseProperties Source # 
CanWriteField "residencyStandard2DMultisampleBlockShape" VkPhysicalDeviceSparseProperties Source # 

Methods

writeField :: Ptr VkPhysicalDeviceSparseProperties -> FieldType "residencyStandard2DMultisampleBlockShape" VkPhysicalDeviceSparseProperties -> IO () Source #

CanWriteField "residencyStandard3DBlockShape" VkPhysicalDeviceSparseProperties Source # 
CanReadField "residencyAlignedMipSize" VkPhysicalDeviceSparseProperties Source # 
CanReadField "residencyNonResidentStrict" VkPhysicalDeviceSparseProperties Source # 
CanReadField "residencyStandard2DBlockShape" VkPhysicalDeviceSparseProperties Source # 
CanReadField "residencyStandard2DMultisampleBlockShape" VkPhysicalDeviceSparseProperties Source # 
CanReadField "residencyStandard3DBlockShape" VkPhysicalDeviceSparseProperties Source # 
HasField "residencyAlignedMipSize" VkPhysicalDeviceSparseProperties Source # 

Associated Types

type FieldType ("residencyAlignedMipSize" :: Symbol) VkPhysicalDeviceSparseProperties :: Type Source #

type FieldOptional ("residencyAlignedMipSize" :: Symbol) VkPhysicalDeviceSparseProperties :: Bool Source #

type FieldOffset ("residencyAlignedMipSize" :: Symbol) VkPhysicalDeviceSparseProperties :: Nat Source #

type FieldIsArray ("residencyAlignedMipSize" :: Symbol) VkPhysicalDeviceSparseProperties :: Bool Source #

HasField "residencyNonResidentStrict" VkPhysicalDeviceSparseProperties Source # 

Associated Types

type FieldType ("residencyNonResidentStrict" :: Symbol) VkPhysicalDeviceSparseProperties :: Type Source #

type FieldOptional ("residencyNonResidentStrict" :: Symbol) VkPhysicalDeviceSparseProperties :: Bool Source #

type FieldOffset ("residencyNonResidentStrict" :: Symbol) VkPhysicalDeviceSparseProperties :: Nat Source #

type FieldIsArray ("residencyNonResidentStrict" :: Symbol) VkPhysicalDeviceSparseProperties :: Bool Source #

HasField "residencyStandard2DBlockShape" VkPhysicalDeviceSparseProperties Source # 

Associated Types

type FieldType ("residencyStandard2DBlockShape" :: Symbol) VkPhysicalDeviceSparseProperties :: Type Source #

type FieldOptional ("residencyStandard2DBlockShape" :: Symbol) VkPhysicalDeviceSparseProperties :: Bool Source #

type FieldOffset ("residencyStandard2DBlockShape" :: Symbol) VkPhysicalDeviceSparseProperties :: Nat Source #

type FieldIsArray ("residencyStandard2DBlockShape" :: Symbol) VkPhysicalDeviceSparseProperties :: Bool Source #

HasField "residencyStandard2DMultisampleBlockShape" VkPhysicalDeviceSparseProperties Source # 

Associated Types

type FieldType ("residencyStandard2DMultisampleBlockShape" :: Symbol) VkPhysicalDeviceSparseProperties :: Type Source #

type FieldOptional ("residencyStandard2DMultisampleBlockShape" :: Symbol) VkPhysicalDeviceSparseProperties :: Bool Source #

type FieldOffset ("residencyStandard2DMultisampleBlockShape" :: Symbol) VkPhysicalDeviceSparseProperties :: Nat Source #

type FieldIsArray ("residencyStandard2DMultisampleBlockShape" :: Symbol) VkPhysicalDeviceSparseProperties :: Bool Source #

HasField "residencyStandard3DBlockShape" VkPhysicalDeviceSparseProperties Source # 

Associated Types

type FieldType ("residencyStandard3DBlockShape" :: Symbol) VkPhysicalDeviceSparseProperties :: Type Source #

type FieldOptional ("residencyStandard3DBlockShape" :: Symbol) VkPhysicalDeviceSparseProperties :: Bool Source #

type FieldOffset ("residencyStandard3DBlockShape" :: Symbol) VkPhysicalDeviceSparseProperties :: Nat Source #

type FieldIsArray ("residencyStandard3DBlockShape" :: Symbol) VkPhysicalDeviceSparseProperties :: Bool Source #

type StructFields VkPhysicalDeviceSparseProperties Source # 
type StructFields VkPhysicalDeviceSparseProperties = (:) Symbol "residencyStandard2DBlockShape" ((:) Symbol "residencyStandard2DMultisampleBlockShape" ((:) Symbol "residencyStandard3DBlockShape" ((:) Symbol "residencyAlignedMipSize" ((:) Symbol "residencyNonResidentStrict" ([] Symbol)))))
type CUnionType VkPhysicalDeviceSparseProperties Source # 
type ReturnedOnly VkPhysicalDeviceSparseProperties Source # 
type StructExtends VkPhysicalDeviceSparseProperties Source # 
type FieldType "residencyAlignedMipSize" VkPhysicalDeviceSparseProperties Source # 
type FieldType "residencyAlignedMipSize" VkPhysicalDeviceSparseProperties = VkBool32
type FieldType "residencyNonResidentStrict" VkPhysicalDeviceSparseProperties Source # 
type FieldType "residencyNonResidentStrict" VkPhysicalDeviceSparseProperties = VkBool32
type FieldType "residencyStandard2DBlockShape" VkPhysicalDeviceSparseProperties Source # 
type FieldType "residencyStandard2DBlockShape" VkPhysicalDeviceSparseProperties = VkBool32
type FieldType "residencyStandard2DMultisampleBlockShape" VkPhysicalDeviceSparseProperties Source # 
type FieldType "residencyStandard2DMultisampleBlockShape" VkPhysicalDeviceSparseProperties = VkBool32
type FieldType "residencyStandard3DBlockShape" VkPhysicalDeviceSparseProperties Source # 
type FieldType "residencyStandard3DBlockShape" VkPhysicalDeviceSparseProperties = VkBool32
type FieldOptional "residencyAlignedMipSize" VkPhysicalDeviceSparseProperties Source # 
type FieldOptional "residencyAlignedMipSize" VkPhysicalDeviceSparseProperties = False
type FieldOptional "residencyNonResidentStrict" VkPhysicalDeviceSparseProperties Source # 
type FieldOptional "residencyNonResidentStrict" VkPhysicalDeviceSparseProperties = False
type FieldOptional "residencyStandard2DBlockShape" VkPhysicalDeviceSparseProperties Source # 
type FieldOptional "residencyStandard2DBlockShape" VkPhysicalDeviceSparseProperties = False
type FieldOptional "residencyStandard2DMultisampleBlockShape" VkPhysicalDeviceSparseProperties Source # 
type FieldOptional "residencyStandard2DMultisampleBlockShape" VkPhysicalDeviceSparseProperties = False
type FieldOptional "residencyStandard3DBlockShape" VkPhysicalDeviceSparseProperties Source # 
type FieldOptional "residencyStandard3DBlockShape" VkPhysicalDeviceSparseProperties = False
type FieldOffset "residencyAlignedMipSize" VkPhysicalDeviceSparseProperties Source # 
type FieldOffset "residencyAlignedMipSize" VkPhysicalDeviceSparseProperties = 12
type FieldOffset "residencyNonResidentStrict" VkPhysicalDeviceSparseProperties Source # 
type FieldOffset "residencyNonResidentStrict" VkPhysicalDeviceSparseProperties = 16
type FieldOffset "residencyStandard2DBlockShape" VkPhysicalDeviceSparseProperties Source # 
type FieldOffset "residencyStandard2DBlockShape" VkPhysicalDeviceSparseProperties = 0
type FieldOffset "residencyStandard2DMultisampleBlockShape" VkPhysicalDeviceSparseProperties Source # 
type FieldOffset "residencyStandard2DMultisampleBlockShape" VkPhysicalDeviceSparseProperties = 4
type FieldOffset "residencyStandard3DBlockShape" VkPhysicalDeviceSparseProperties Source # 
type FieldOffset "residencyStandard3DBlockShape" VkPhysicalDeviceSparseProperties = 8
type FieldIsArray "residencyAlignedMipSize" VkPhysicalDeviceSparseProperties Source # 
type FieldIsArray "residencyAlignedMipSize" VkPhysicalDeviceSparseProperties = False
type FieldIsArray "residencyNonResidentStrict" VkPhysicalDeviceSparseProperties Source # 
type FieldIsArray "residencyNonResidentStrict" VkPhysicalDeviceSparseProperties = False
type FieldIsArray "residencyStandard2DBlockShape" VkPhysicalDeviceSparseProperties Source # 
type FieldIsArray "residencyStandard2DBlockShape" VkPhysicalDeviceSparseProperties = False
type FieldIsArray "residencyStandard2DMultisampleBlockShape" VkPhysicalDeviceSparseProperties Source # 
type FieldIsArray "residencyStandard2DMultisampleBlockShape" VkPhysicalDeviceSparseProperties = False
type FieldIsArray "residencyStandard3DBlockShape" VkPhysicalDeviceSparseProperties Source # 
type FieldIsArray "residencyStandard3DBlockShape" VkPhysicalDeviceSparseProperties = False

data VkPhysicalDeviceSubgroupProperties Source #

typedef struct VkPhysicalDeviceSubgroupProperties {
    VkStructureType sType;
    void*                   pNext;
    uint32_t                      subgroupSize;
    VkShaderStageFlags            supportedStages;
    VkSubgroupFeatureFlags        supportedOperations;
    VkBool32 quadOperationsInAllStages;
} VkPhysicalDeviceSubgroupProperties;

VkPhysicalDeviceSubgroupProperties registry at www.khronos.org

Instances

Eq VkPhysicalDeviceSubgroupProperties Source # 
Ord VkPhysicalDeviceSubgroupProperties Source # 
Show VkPhysicalDeviceSubgroupProperties Source # 
Storable VkPhysicalDeviceSubgroupProperties Source # 
VulkanMarshalPrim VkPhysicalDeviceSubgroupProperties Source # 
VulkanMarshal VkPhysicalDeviceSubgroupProperties Source # 
CanWriteField "pNext" VkPhysicalDeviceSubgroupProperties Source # 
CanWriteField "quadOperationsInAllStages" VkPhysicalDeviceSubgroupProperties Source # 
CanWriteField "sType" VkPhysicalDeviceSubgroupProperties Source # 
CanWriteField "subgroupSize" VkPhysicalDeviceSubgroupProperties Source # 
CanWriteField "supportedOperations" VkPhysicalDeviceSubgroupProperties Source # 
CanWriteField "supportedStages" VkPhysicalDeviceSubgroupProperties Source # 
CanReadField "pNext" VkPhysicalDeviceSubgroupProperties Source # 
CanReadField "quadOperationsInAllStages" VkPhysicalDeviceSubgroupProperties Source # 
CanReadField "sType" VkPhysicalDeviceSubgroupProperties Source # 
CanReadField "subgroupSize" VkPhysicalDeviceSubgroupProperties Source # 
CanReadField "supportedOperations" VkPhysicalDeviceSubgroupProperties Source # 
CanReadField "supportedStages" VkPhysicalDeviceSubgroupProperties Source # 
HasField "pNext" VkPhysicalDeviceSubgroupProperties Source # 
HasField "quadOperationsInAllStages" VkPhysicalDeviceSubgroupProperties Source # 

Associated Types

type FieldType ("quadOperationsInAllStages" :: Symbol) VkPhysicalDeviceSubgroupProperties :: Type Source #

type FieldOptional ("quadOperationsInAllStages" :: Symbol) VkPhysicalDeviceSubgroupProperties :: Bool Source #

type FieldOffset ("quadOperationsInAllStages" :: Symbol) VkPhysicalDeviceSubgroupProperties :: Nat Source #

type FieldIsArray ("quadOperationsInAllStages" :: Symbol) VkPhysicalDeviceSubgroupProperties :: Bool Source #

HasField "sType" VkPhysicalDeviceSubgroupProperties Source # 
HasField "subgroupSize" VkPhysicalDeviceSubgroupProperties Source # 
HasField "supportedOperations" VkPhysicalDeviceSubgroupProperties Source # 

Associated Types

type FieldType ("supportedOperations" :: Symbol) VkPhysicalDeviceSubgroupProperties :: Type Source #

type FieldOptional ("supportedOperations" :: Symbol) VkPhysicalDeviceSubgroupProperties :: Bool Source #

type FieldOffset ("supportedOperations" :: Symbol) VkPhysicalDeviceSubgroupProperties :: Nat Source #

type FieldIsArray ("supportedOperations" :: Symbol) VkPhysicalDeviceSubgroupProperties :: Bool Source #

HasField "supportedStages" VkPhysicalDeviceSubgroupProperties Source # 
type StructFields VkPhysicalDeviceSubgroupProperties Source # 
type StructFields VkPhysicalDeviceSubgroupProperties = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "subgroupSize" ((:) Symbol "supportedStages" ((:) Symbol "supportedOperations" ((:) Symbol "quadOperationsInAllStages" ([] Symbol))))))
type CUnionType VkPhysicalDeviceSubgroupProperties Source # 
type ReturnedOnly VkPhysicalDeviceSubgroupProperties Source # 
type StructExtends VkPhysicalDeviceSubgroupProperties Source # 
type FieldType "pNext" VkPhysicalDeviceSubgroupProperties Source # 
type FieldType "quadOperationsInAllStages" VkPhysicalDeviceSubgroupProperties Source # 
type FieldType "quadOperationsInAllStages" VkPhysicalDeviceSubgroupProperties = VkBool32
type FieldType "sType" VkPhysicalDeviceSubgroupProperties Source # 
type FieldType "subgroupSize" VkPhysicalDeviceSubgroupProperties Source # 
type FieldType "supportedOperations" VkPhysicalDeviceSubgroupProperties Source # 
type FieldType "supportedStages" VkPhysicalDeviceSubgroupProperties Source # 
type FieldOptional "pNext" VkPhysicalDeviceSubgroupProperties Source # 
type FieldOptional "quadOperationsInAllStages" VkPhysicalDeviceSubgroupProperties Source # 
type FieldOptional "quadOperationsInAllStages" VkPhysicalDeviceSubgroupProperties = False
type FieldOptional "sType" VkPhysicalDeviceSubgroupProperties Source # 
type FieldOptional "subgroupSize" VkPhysicalDeviceSubgroupProperties Source # 
type FieldOptional "supportedOperations" VkPhysicalDeviceSubgroupProperties Source # 
type FieldOptional "supportedStages" VkPhysicalDeviceSubgroupProperties Source # 
type FieldOffset "pNext" VkPhysicalDeviceSubgroupProperties Source # 
type FieldOffset "quadOperationsInAllStages" VkPhysicalDeviceSubgroupProperties Source # 
type FieldOffset "quadOperationsInAllStages" VkPhysicalDeviceSubgroupProperties = 28
type FieldOffset "sType" VkPhysicalDeviceSubgroupProperties Source # 
type FieldOffset "subgroupSize" VkPhysicalDeviceSubgroupProperties Source # 
type FieldOffset "supportedOperations" VkPhysicalDeviceSubgroupProperties Source # 
type FieldOffset "supportedOperations" VkPhysicalDeviceSubgroupProperties = 24
type FieldOffset "supportedStages" VkPhysicalDeviceSubgroupProperties Source # 
type FieldIsArray "pNext" VkPhysicalDeviceSubgroupProperties Source # 
type FieldIsArray "quadOperationsInAllStages" VkPhysicalDeviceSubgroupProperties Source # 
type FieldIsArray "quadOperationsInAllStages" VkPhysicalDeviceSubgroupProperties = False
type FieldIsArray "sType" VkPhysicalDeviceSubgroupProperties Source # 
type FieldIsArray "subgroupSize" VkPhysicalDeviceSubgroupProperties Source # 
type FieldIsArray "supportedOperations" VkPhysicalDeviceSubgroupProperties Source # 
type FieldIsArray "supportedStages" VkPhysicalDeviceSubgroupProperties Source # 

data VkPhysicalDeviceSurfaceInfo2KHR Source #

typedef struct VkPhysicalDeviceSurfaceInfo2KHR {
    VkStructureType sType;
    const void* pNext;
    VkSurfaceKHR surface;
} VkPhysicalDeviceSurfaceInfo2KHR;

VkPhysicalDeviceSurfaceInfo2KHR registry at www.khronos.org

Instances

Eq VkPhysicalDeviceSurfaceInfo2KHR Source # 
Ord VkPhysicalDeviceSurfaceInfo2KHR Source # 
Show VkPhysicalDeviceSurfaceInfo2KHR Source # 
Storable VkPhysicalDeviceSurfaceInfo2KHR Source # 
VulkanMarshalPrim VkPhysicalDeviceSurfaceInfo2KHR Source # 
VulkanMarshal VkPhysicalDeviceSurfaceInfo2KHR Source # 
CanWriteField "pNext" VkPhysicalDeviceSurfaceInfo2KHR Source # 
CanWriteField "sType" VkPhysicalDeviceSurfaceInfo2KHR Source # 
CanWriteField "surface" VkPhysicalDeviceSurfaceInfo2KHR Source # 
CanReadField "pNext" VkPhysicalDeviceSurfaceInfo2KHR Source # 
CanReadField "sType" VkPhysicalDeviceSurfaceInfo2KHR Source # 
CanReadField "surface" VkPhysicalDeviceSurfaceInfo2KHR Source # 
HasField "pNext" VkPhysicalDeviceSurfaceInfo2KHR Source # 
HasField "sType" VkPhysicalDeviceSurfaceInfo2KHR Source # 
HasField "surface" VkPhysicalDeviceSurfaceInfo2KHR Source # 
type StructFields VkPhysicalDeviceSurfaceInfo2KHR Source # 
type StructFields VkPhysicalDeviceSurfaceInfo2KHR = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "surface" ([] Symbol)))
type CUnionType VkPhysicalDeviceSurfaceInfo2KHR Source # 
type ReturnedOnly VkPhysicalDeviceSurfaceInfo2KHR Source # 
type StructExtends VkPhysicalDeviceSurfaceInfo2KHR Source # 
type FieldType "pNext" VkPhysicalDeviceSurfaceInfo2KHR Source # 
type FieldType "sType" VkPhysicalDeviceSurfaceInfo2KHR Source # 
type FieldType "surface" VkPhysicalDeviceSurfaceInfo2KHR Source # 
type FieldOptional "pNext" VkPhysicalDeviceSurfaceInfo2KHR Source # 
type FieldOptional "sType" VkPhysicalDeviceSurfaceInfo2KHR Source # 
type FieldOptional "surface" VkPhysicalDeviceSurfaceInfo2KHR Source # 
type FieldOffset "pNext" VkPhysicalDeviceSurfaceInfo2KHR Source # 
type FieldOffset "sType" VkPhysicalDeviceSurfaceInfo2KHR Source # 
type FieldOffset "surface" VkPhysicalDeviceSurfaceInfo2KHR Source # 
type FieldIsArray "pNext" VkPhysicalDeviceSurfaceInfo2KHR Source # 
type FieldIsArray "sType" VkPhysicalDeviceSurfaceInfo2KHR Source # 
type FieldIsArray "surface" VkPhysicalDeviceSurfaceInfo2KHR Source # 

data VkPhysicalDeviceVariablePointerFeatures Source #

typedef struct VkPhysicalDeviceVariablePointerFeatures {
    VkStructureType sType;
    void*                            pNext;
    VkBool32                         variablePointersStorageBuffer;
    VkBool32                         variablePointers;
} VkPhysicalDeviceVariablePointerFeatures;

VkPhysicalDeviceVariablePointerFeatures registry at www.khronos.org

Instances

Eq VkPhysicalDeviceVariablePointerFeatures Source # 
Ord VkPhysicalDeviceVariablePointerFeatures Source # 
Show VkPhysicalDeviceVariablePointerFeatures Source # 
Storable VkPhysicalDeviceVariablePointerFeatures Source # 
VulkanMarshalPrim VkPhysicalDeviceVariablePointerFeatures Source # 
VulkanMarshal VkPhysicalDeviceVariablePointerFeatures Source # 
CanWriteField "pNext" VkPhysicalDeviceVariablePointerFeatures Source # 
CanWriteField "sType" VkPhysicalDeviceVariablePointerFeatures Source # 
CanWriteField "variablePointers" VkPhysicalDeviceVariablePointerFeatures Source # 
CanWriteField "variablePointersStorageBuffer" VkPhysicalDeviceVariablePointerFeatures Source # 
CanReadField "pNext" VkPhysicalDeviceVariablePointerFeatures Source # 
CanReadField "sType" VkPhysicalDeviceVariablePointerFeatures Source # 
CanReadField "variablePointers" VkPhysicalDeviceVariablePointerFeatures Source # 
CanReadField "variablePointersStorageBuffer" VkPhysicalDeviceVariablePointerFeatures Source # 
HasField "pNext" VkPhysicalDeviceVariablePointerFeatures Source # 
HasField "sType" VkPhysicalDeviceVariablePointerFeatures Source # 
HasField "variablePointers" VkPhysicalDeviceVariablePointerFeatures Source # 
HasField "variablePointersStorageBuffer" VkPhysicalDeviceVariablePointerFeatures Source # 

Associated Types

type FieldType ("variablePointersStorageBuffer" :: Symbol) VkPhysicalDeviceVariablePointerFeatures :: Type Source #

type FieldOptional ("variablePointersStorageBuffer" :: Symbol) VkPhysicalDeviceVariablePointerFeatures :: Bool Source #

type FieldOffset ("variablePointersStorageBuffer" :: Symbol) VkPhysicalDeviceVariablePointerFeatures :: Nat Source #

type FieldIsArray ("variablePointersStorageBuffer" :: Symbol) VkPhysicalDeviceVariablePointerFeatures :: Bool Source #

type StructFields VkPhysicalDeviceVariablePointerFeatures Source # 
type StructFields VkPhysicalDeviceVariablePointerFeatures = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "variablePointersStorageBuffer" ((:) Symbol "variablePointers" ([] Symbol))))
type CUnionType VkPhysicalDeviceVariablePointerFeatures Source # 
type ReturnedOnly VkPhysicalDeviceVariablePointerFeatures Source # 
type StructExtends VkPhysicalDeviceVariablePointerFeatures Source # 
type FieldType "pNext" VkPhysicalDeviceVariablePointerFeatures Source # 
type FieldType "sType" VkPhysicalDeviceVariablePointerFeatures Source # 
type FieldType "variablePointers" VkPhysicalDeviceVariablePointerFeatures Source # 
type FieldType "variablePointersStorageBuffer" VkPhysicalDeviceVariablePointerFeatures Source # 
type FieldType "variablePointersStorageBuffer" VkPhysicalDeviceVariablePointerFeatures = VkBool32
type FieldOptional "pNext" VkPhysicalDeviceVariablePointerFeatures Source # 
type FieldOptional "sType" VkPhysicalDeviceVariablePointerFeatures Source # 
type FieldOptional "variablePointers" VkPhysicalDeviceVariablePointerFeatures Source # 
type FieldOptional "variablePointersStorageBuffer" VkPhysicalDeviceVariablePointerFeatures Source # 
type FieldOptional "variablePointersStorageBuffer" VkPhysicalDeviceVariablePointerFeatures = False
type FieldOffset "pNext" VkPhysicalDeviceVariablePointerFeatures Source # 
type FieldOffset "sType" VkPhysicalDeviceVariablePointerFeatures Source # 
type FieldOffset "variablePointers" VkPhysicalDeviceVariablePointerFeatures Source # 
type FieldOffset "variablePointersStorageBuffer" VkPhysicalDeviceVariablePointerFeatures Source # 
type FieldOffset "variablePointersStorageBuffer" VkPhysicalDeviceVariablePointerFeatures = 16
type FieldIsArray "pNext" VkPhysicalDeviceVariablePointerFeatures Source # 
type FieldIsArray "sType" VkPhysicalDeviceVariablePointerFeatures Source # 
type FieldIsArray "variablePointers" VkPhysicalDeviceVariablePointerFeatures Source # 
type FieldIsArray "variablePointersStorageBuffer" VkPhysicalDeviceVariablePointerFeatures Source # 
type FieldIsArray "variablePointersStorageBuffer" VkPhysicalDeviceVariablePointerFeatures = False

data VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source #

typedef struct VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT {
    VkStructureType sType;
    void*                  pNext;
    uint32_t               maxVertexAttribDivisor;
} VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT;

VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT registry at www.khronos.org

Instances

Eq VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
Ord VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
Show VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
Storable VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
VulkanMarshalPrim VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
VulkanMarshal VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
CanWriteField "maxVertexAttribDivisor" VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
CanWriteField "pNext" VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
CanWriteField "sType" VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
CanReadField "maxVertexAttribDivisor" VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
CanReadField "pNext" VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
CanReadField "sType" VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
HasField "maxVertexAttribDivisor" VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
HasField "pNext" VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
HasField "sType" VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
type StructFields VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
type StructFields VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "maxVertexAttribDivisor" ([] Symbol)))
type CUnionType VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
type ReturnedOnly VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
type StructExtends VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
type FieldType "maxVertexAttribDivisor" VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
type FieldType "pNext" VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
type FieldType "sType" VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
type FieldOptional "maxVertexAttribDivisor" VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
type FieldOptional "pNext" VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
type FieldOptional "sType" VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
type FieldOffset "maxVertexAttribDivisor" VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
type FieldOffset "pNext" VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
type FieldOffset "sType" VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
type FieldIsArray "maxVertexAttribDivisor" VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
type FieldIsArray "pNext" VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 
type FieldIsArray "sType" VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT Source # 

data VkRenderPassBeginInfo Source #

typedef struct VkRenderPassBeginInfo {
    VkStructureType sType;
    const void*            pNext;
    VkRenderPass           renderPass;
    VkFramebuffer          framebuffer;
    VkRect2D               renderArea;
    uint32_t               clearValueCount;
    const VkClearValue*    pClearValues;
} VkRenderPassBeginInfo;

VkRenderPassBeginInfo registry at www.khronos.org

Instances

Eq VkRenderPassBeginInfo Source # 
Ord VkRenderPassBeginInfo Source # 
Show VkRenderPassBeginInfo Source # 
Storable VkRenderPassBeginInfo Source # 
VulkanMarshalPrim VkRenderPassBeginInfo Source # 
VulkanMarshal VkRenderPassBeginInfo Source # 
CanWriteField "clearValueCount" VkRenderPassBeginInfo Source # 
CanWriteField "framebuffer" VkRenderPassBeginInfo Source # 
CanWriteField "pClearValues" VkRenderPassBeginInfo Source # 
CanWriteField "pNext" VkRenderPassBeginInfo Source # 
CanWriteField "renderArea" VkRenderPassBeginInfo Source # 
CanWriteField "renderPass" VkRenderPassBeginInfo Source # 
CanWriteField "sType" VkRenderPassBeginInfo Source # 
CanReadField "clearValueCount" VkRenderPassBeginInfo Source # 
CanReadField "framebuffer" VkRenderPassBeginInfo Source # 
CanReadField "pClearValues" VkRenderPassBeginInfo Source # 
CanReadField "pNext" VkRenderPassBeginInfo Source # 
CanReadField "renderArea" VkRenderPassBeginInfo Source # 
CanReadField "renderPass" VkRenderPassBeginInfo Source # 
CanReadField "sType" VkRenderPassBeginInfo Source # 
HasField "clearValueCount" VkRenderPassBeginInfo Source # 

Associated Types

type FieldType ("clearValueCount" :: Symbol) VkRenderPassBeginInfo :: Type Source #

type FieldOptional ("clearValueCount" :: Symbol) VkRenderPassBeginInfo :: Bool Source #

type FieldOffset ("clearValueCount" :: Symbol) VkRenderPassBeginInfo :: Nat Source #

type FieldIsArray ("clearValueCount" :: Symbol) VkRenderPassBeginInfo :: Bool Source #

HasField "framebuffer" VkRenderPassBeginInfo Source # 

Associated Types

type FieldType ("framebuffer" :: Symbol) VkRenderPassBeginInfo :: Type Source #

type FieldOptional ("framebuffer" :: Symbol) VkRenderPassBeginInfo :: Bool Source #

type FieldOffset ("framebuffer" :: Symbol) VkRenderPassBeginInfo :: Nat Source #

type FieldIsArray ("framebuffer" :: Symbol) VkRenderPassBeginInfo :: Bool Source #

HasField "pClearValues" VkRenderPassBeginInfo Source # 

Associated Types

type FieldType ("pClearValues" :: Symbol) VkRenderPassBeginInfo :: Type Source #

type FieldOptional ("pClearValues" :: Symbol) VkRenderPassBeginInfo :: Bool Source #

type FieldOffset ("pClearValues" :: Symbol) VkRenderPassBeginInfo :: Nat Source #

type FieldIsArray ("pClearValues" :: Symbol) VkRenderPassBeginInfo :: Bool Source #

HasField "pNext" VkRenderPassBeginInfo Source # 
HasField "renderArea" VkRenderPassBeginInfo Source # 
HasField "renderPass" VkRenderPassBeginInfo Source # 
HasField "sType" VkRenderPassBeginInfo Source # 
type StructFields VkRenderPassBeginInfo Source # 
type StructFields VkRenderPassBeginInfo = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "renderPass" ((:) Symbol "framebuffer" ((:) Symbol "renderArea" ((:) Symbol "clearValueCount" ((:) Symbol "pClearValues" ([] Symbol)))))))
type CUnionType VkRenderPassBeginInfo Source # 
type ReturnedOnly VkRenderPassBeginInfo Source # 
type StructExtends VkRenderPassBeginInfo Source # 
type FieldType "clearValueCount" VkRenderPassBeginInfo Source # 
type FieldType "clearValueCount" VkRenderPassBeginInfo = Word32
type FieldType "framebuffer" VkRenderPassBeginInfo Source # 
type FieldType "pClearValues" VkRenderPassBeginInfo Source # 
type FieldType "pNext" VkRenderPassBeginInfo Source # 
type FieldType "renderArea" VkRenderPassBeginInfo Source # 
type FieldType "renderPass" VkRenderPassBeginInfo Source # 
type FieldType "sType" VkRenderPassBeginInfo Source # 
type FieldOptional "clearValueCount" VkRenderPassBeginInfo Source # 
type FieldOptional "clearValueCount" VkRenderPassBeginInfo = True
type FieldOptional "framebuffer" VkRenderPassBeginInfo Source # 
type FieldOptional "pClearValues" VkRenderPassBeginInfo Source # 
type FieldOptional "pNext" VkRenderPassBeginInfo Source # 
type FieldOptional "renderArea" VkRenderPassBeginInfo Source # 
type FieldOptional "renderPass" VkRenderPassBeginInfo Source # 
type FieldOptional "sType" VkRenderPassBeginInfo Source # 
type FieldOffset "clearValueCount" VkRenderPassBeginInfo Source # 
type FieldOffset "clearValueCount" VkRenderPassBeginInfo = 48
type FieldOffset "framebuffer" VkRenderPassBeginInfo Source # 
type FieldOffset "framebuffer" VkRenderPassBeginInfo = 24
type FieldOffset "pClearValues" VkRenderPassBeginInfo Source # 
type FieldOffset "pClearValues" VkRenderPassBeginInfo = 56
type FieldOffset "pNext" VkRenderPassBeginInfo Source # 
type FieldOffset "renderArea" VkRenderPassBeginInfo Source # 
type FieldOffset "renderArea" VkRenderPassBeginInfo = 32
type FieldOffset "renderPass" VkRenderPassBeginInfo Source # 
type FieldOffset "renderPass" VkRenderPassBeginInfo = 16
type FieldOffset "sType" VkRenderPassBeginInfo Source # 
type FieldIsArray "clearValueCount" VkRenderPassBeginInfo Source # 
type FieldIsArray "clearValueCount" VkRenderPassBeginInfo = False
type FieldIsArray "framebuffer" VkRenderPassBeginInfo Source # 
type FieldIsArray "pClearValues" VkRenderPassBeginInfo Source # 
type FieldIsArray "pNext" VkRenderPassBeginInfo Source # 
type FieldIsArray "renderArea" VkRenderPassBeginInfo Source # 
type FieldIsArray "renderPass" VkRenderPassBeginInfo Source # 
type FieldIsArray "sType" VkRenderPassBeginInfo Source # 

data VkRenderPassCreateInfo Source #

typedef struct VkRenderPassCreateInfo {
    VkStructureType sType;
    const void*            pNext;
    VkRenderPassCreateFlags    flags;
    uint32_t   attachmentCount;
    const VkAttachmentDescription* pAttachments;
    uint32_t               subpassCount;
    const VkSubpassDescription* pSubpasses;
    uint32_t       dependencyCount;
    const VkSubpassDependency* pDependencies;
} VkRenderPassCreateInfo;

VkRenderPassCreateInfo registry at www.khronos.org

Instances

Eq VkRenderPassCreateInfo Source # 
Ord VkRenderPassCreateInfo Source # 
Show VkRenderPassCreateInfo Source # 
Storable VkRenderPassCreateInfo Source # 
VulkanMarshalPrim VkRenderPassCreateInfo Source # 
VulkanMarshal VkRenderPassCreateInfo Source # 
CanWriteField "attachmentCount" VkRenderPassCreateInfo Source # 
CanWriteField "dependencyCount" VkRenderPassCreateInfo Source # 
CanWriteField "flags" VkRenderPassCreateInfo Source # 
CanWriteField "pAttachments" VkRenderPassCreateInfo Source # 
CanWriteField "pDependencies" VkRenderPassCreateInfo Source # 
CanWriteField "pNext" VkRenderPassCreateInfo Source # 
CanWriteField "pSubpasses" VkRenderPassCreateInfo Source # 
CanWriteField "sType" VkRenderPassCreateInfo Source # 
CanWriteField "subpassCount" VkRenderPassCreateInfo Source # 
CanReadField "attachmentCount" VkRenderPassCreateInfo Source # 
CanReadField "dependencyCount" VkRenderPassCreateInfo Source # 
CanReadField "flags" VkRenderPassCreateInfo Source # 
CanReadField "pAttachments" VkRenderPassCreateInfo Source # 
CanReadField "pDependencies" VkRenderPassCreateInfo Source # 
CanReadField "pNext" VkRenderPassCreateInfo Source # 
CanReadField "pSubpasses" VkRenderPassCreateInfo Source # 
CanReadField "sType" VkRenderPassCreateInfo Source # 
CanReadField "subpassCount" VkRenderPassCreateInfo Source # 
HasField "attachmentCount" VkRenderPassCreateInfo Source # 

Associated Types

type FieldType ("attachmentCount" :: Symbol) VkRenderPassCreateInfo :: Type Source #

type FieldOptional ("attachmentCount" :: Symbol) VkRenderPassCreateInfo :: Bool Source #

type FieldOffset ("attachmentCount" :: Symbol) VkRenderPassCreateInfo :: Nat Source #

type FieldIsArray ("attachmentCount" :: Symbol) VkRenderPassCreateInfo :: Bool Source #

HasField "dependencyCount" VkRenderPassCreateInfo Source # 

Associated Types

type FieldType ("dependencyCount" :: Symbol) VkRenderPassCreateInfo :: Type Source #

type FieldOptional ("dependencyCount" :: Symbol) VkRenderPassCreateInfo :: Bool Source #

type FieldOffset ("dependencyCount" :: Symbol) VkRenderPassCreateInfo :: Nat Source #

type FieldIsArray ("dependencyCount" :: Symbol) VkRenderPassCreateInfo :: Bool Source #

HasField "flags" VkRenderPassCreateInfo Source # 
HasField "pAttachments" VkRenderPassCreateInfo Source # 

Associated Types

type FieldType ("pAttachments" :: Symbol) VkRenderPassCreateInfo :: Type Source #

type FieldOptional ("pAttachments" :: Symbol) VkRenderPassCreateInfo :: Bool Source #

type FieldOffset ("pAttachments" :: Symbol) VkRenderPassCreateInfo :: Nat Source #

type FieldIsArray ("pAttachments" :: Symbol) VkRenderPassCreateInfo :: Bool Source #

HasField "pDependencies" VkRenderPassCreateInfo Source # 

Associated Types

type FieldType ("pDependencies" :: Symbol) VkRenderPassCreateInfo :: Type Source #

type FieldOptional ("pDependencies" :: Symbol) VkRenderPassCreateInfo :: Bool Source #

type FieldOffset ("pDependencies" :: Symbol) VkRenderPassCreateInfo :: Nat Source #

type FieldIsArray ("pDependencies" :: Symbol) VkRenderPassCreateInfo :: Bool Source #

HasField "pNext" VkRenderPassCreateInfo Source # 
HasField "pSubpasses" VkRenderPassCreateInfo Source # 
HasField "sType" VkRenderPassCreateInfo Source # 
HasField "subpassCount" VkRenderPassCreateInfo Source # 

Associated Types

type FieldType ("subpassCount" :: Symbol) VkRenderPassCreateInfo :: Type Source #

type FieldOptional ("subpassCount" :: Symbol) VkRenderPassCreateInfo :: Bool Source #

type FieldOffset ("subpassCount" :: Symbol) VkRenderPassCreateInfo :: Nat Source #

type FieldIsArray ("subpassCount" :: Symbol) VkRenderPassCreateInfo :: Bool Source #

type StructFields VkRenderPassCreateInfo Source # 
type StructFields VkRenderPassCreateInfo = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "flags" ((:) Symbol "attachmentCount" ((:) Symbol "pAttachments" ((:) Symbol "subpassCount" ((:) Symbol "pSubpasses" ((:) Symbol "dependencyCount" ((:) Symbol "pDependencies" ([] Symbol)))))))))
type CUnionType VkRenderPassCreateInfo Source # 
type ReturnedOnly VkRenderPassCreateInfo Source # 
type StructExtends VkRenderPassCreateInfo Source # 
type FieldType "attachmentCount" VkRenderPassCreateInfo Source # 
type FieldType "attachmentCount" VkRenderPassCreateInfo = Word32
type FieldType "dependencyCount" VkRenderPassCreateInfo Source # 
type FieldType "dependencyCount" VkRenderPassCreateInfo = Word32
type FieldType "flags" VkRenderPassCreateInfo Source # 
type FieldType "pAttachments" VkRenderPassCreateInfo Source # 
type FieldType "pDependencies" VkRenderPassCreateInfo Source # 
type FieldType "pNext" VkRenderPassCreateInfo Source # 
type FieldType "pSubpasses" VkRenderPassCreateInfo Source # 
type FieldType "sType" VkRenderPassCreateInfo Source # 
type FieldType "subpassCount" VkRenderPassCreateInfo Source # 
type FieldOptional "attachmentCount" VkRenderPassCreateInfo Source # 
type FieldOptional "attachmentCount" VkRenderPassCreateInfo = True
type FieldOptional "dependencyCount" VkRenderPassCreateInfo Source # 
type FieldOptional "dependencyCount" VkRenderPassCreateInfo = True
type FieldOptional "flags" VkRenderPassCreateInfo Source # 
type FieldOptional "pAttachments" VkRenderPassCreateInfo Source # 
type FieldOptional "pDependencies" VkRenderPassCreateInfo Source # 
type FieldOptional "pNext" VkRenderPassCreateInfo Source # 
type FieldOptional "pSubpasses" VkRenderPassCreateInfo Source # 
type FieldOptional "sType" VkRenderPassCreateInfo Source # 
type FieldOptional "subpassCount" VkRenderPassCreateInfo Source # 
type FieldOffset "attachmentCount" VkRenderPassCreateInfo Source # 
type FieldOffset "attachmentCount" VkRenderPassCreateInfo = 20
type FieldOffset "dependencyCount" VkRenderPassCreateInfo Source # 
type FieldOffset "dependencyCount" VkRenderPassCreateInfo = 48
type FieldOffset "flags" VkRenderPassCreateInfo Source # 
type FieldOffset "pAttachments" VkRenderPassCreateInfo Source # 
type FieldOffset "pAttachments" VkRenderPassCreateInfo = 24
type FieldOffset "pDependencies" VkRenderPassCreateInfo Source # 
type FieldOffset "pDependencies" VkRenderPassCreateInfo = 56
type FieldOffset "pNext" VkRenderPassCreateInfo Source # 
type FieldOffset "pSubpasses" VkRenderPassCreateInfo Source # 
type FieldOffset "pSubpasses" VkRenderPassCreateInfo = 40
type FieldOffset "sType" VkRenderPassCreateInfo Source # 
type FieldOffset "subpassCount" VkRenderPassCreateInfo Source # 
type FieldOffset "subpassCount" VkRenderPassCreateInfo = 32
type FieldIsArray "attachmentCount" VkRenderPassCreateInfo Source # 
type FieldIsArray "attachmentCount" VkRenderPassCreateInfo = False
type FieldIsArray "dependencyCount" VkRenderPassCreateInfo Source # 
type FieldIsArray "dependencyCount" VkRenderPassCreateInfo = False
type FieldIsArray "flags" VkRenderPassCreateInfo Source # 
type FieldIsArray "pAttachments" VkRenderPassCreateInfo Source # 
type FieldIsArray "pDependencies" VkRenderPassCreateInfo Source # 
type FieldIsArray "pNext" VkRenderPassCreateInfo Source # 
type FieldIsArray "pSubpasses" VkRenderPassCreateInfo Source # 
type FieldIsArray "sType" VkRenderPassCreateInfo Source # 
type FieldIsArray "subpassCount" VkRenderPassCreateInfo Source # 

data VkRenderPassInputAttachmentAspectCreateInfo Source #

typedef struct VkRenderPassInputAttachmentAspectCreateInfo {
    VkStructureType sType;
    const void*                     pNext;
    uint32_t                        aspectReferenceCount;
    const VkInputAttachmentAspectReference* pAspectReferences;
} VkRenderPassInputAttachmentAspectCreateInfo;

VkRenderPassInputAttachmentAspectCreateInfo registry at www.khronos.org

Instances

Eq VkRenderPassInputAttachmentAspectCreateInfo Source # 
Ord VkRenderPassInputAttachmentAspectCreateInfo Source # 
Show VkRenderPassInputAttachmentAspectCreateInfo Source # 
Storable VkRenderPassInputAttachmentAspectCreateInfo Source # 
VulkanMarshalPrim VkRenderPassInputAttachmentAspectCreateInfo Source # 
VulkanMarshal VkRenderPassInputAttachmentAspectCreateInfo Source # 
CanWriteField "aspectReferenceCount" VkRenderPassInputAttachmentAspectCreateInfo Source # 
CanWriteField "pAspectReferences" VkRenderPassInputAttachmentAspectCreateInfo Source # 
CanWriteField "pNext" VkRenderPassInputAttachmentAspectCreateInfo Source # 
CanWriteField "sType" VkRenderPassInputAttachmentAspectCreateInfo Source # 
CanReadField "aspectReferenceCount" VkRenderPassInputAttachmentAspectCreateInfo Source # 
CanReadField "pAspectReferences" VkRenderPassInputAttachmentAspectCreateInfo Source # 
CanReadField "pNext" VkRenderPassInputAttachmentAspectCreateInfo Source # 
CanReadField "sType" VkRenderPassInputAttachmentAspectCreateInfo Source # 
HasField "aspectReferenceCount" VkRenderPassInputAttachmentAspectCreateInfo Source # 
HasField "pAspectReferences" VkRenderPassInputAttachmentAspectCreateInfo Source # 
HasField "pNext" VkRenderPassInputAttachmentAspectCreateInfo Source # 
HasField "sType" VkRenderPassInputAttachmentAspectCreateInfo Source # 
type StructFields VkRenderPassInputAttachmentAspectCreateInfo Source # 
type StructFields VkRenderPassInputAttachmentAspectCreateInfo = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "aspectReferenceCount" ((:) Symbol "pAspectReferences" ([] Symbol))))
type CUnionType VkRenderPassInputAttachmentAspectCreateInfo Source # 
type ReturnedOnly VkRenderPassInputAttachmentAspectCreateInfo Source # 
type StructExtends VkRenderPassInputAttachmentAspectCreateInfo Source # 
type FieldType "aspectReferenceCount" VkRenderPassInputAttachmentAspectCreateInfo Source # 
type FieldType "pAspectReferences" VkRenderPassInputAttachmentAspectCreateInfo Source # 
type FieldType "pNext" VkRenderPassInputAttachmentAspectCreateInfo Source # 
type FieldType "sType" VkRenderPassInputAttachmentAspectCreateInfo Source # 
type FieldOptional "aspectReferenceCount" VkRenderPassInputAttachmentAspectCreateInfo Source # 
type FieldOptional "pAspectReferences" VkRenderPassInputAttachmentAspectCreateInfo Source # 
type FieldOptional "pNext" VkRenderPassInputAttachmentAspectCreateInfo Source # 
type FieldOptional "sType" VkRenderPassInputAttachmentAspectCreateInfo Source # 
type FieldOffset "aspectReferenceCount" VkRenderPassInputAttachmentAspectCreateInfo Source # 
type FieldOffset "pAspectReferences" VkRenderPassInputAttachmentAspectCreateInfo Source # 
type FieldOffset "pNext" VkRenderPassInputAttachmentAspectCreateInfo Source # 
type FieldOffset "sType" VkRenderPassInputAttachmentAspectCreateInfo Source # 
type FieldIsArray "aspectReferenceCount" VkRenderPassInputAttachmentAspectCreateInfo Source # 
type FieldIsArray "pAspectReferences" VkRenderPassInputAttachmentAspectCreateInfo Source # 
type FieldIsArray "pNext" VkRenderPassInputAttachmentAspectCreateInfo Source # 
type FieldIsArray "sType" VkRenderPassInputAttachmentAspectCreateInfo Source # 

data VkRenderPassMultiviewCreateInfo Source #

typedef struct VkRenderPassMultiviewCreateInfo {
    VkStructureType        sType;
    const void*            pNext;
    uint32_t               subpassCount;
    const uint32_t*     pViewMasks;
    uint32_t               dependencyCount;
    const int32_t*   pViewOffsets;
    uint32_t               correlationMaskCount;
    const uint32_t* pCorrelationMasks;
} VkRenderPassMultiviewCreateInfo;

VkRenderPassMultiviewCreateInfo registry at www.khronos.org

Instances

Eq VkRenderPassMultiviewCreateInfo Source # 
Ord VkRenderPassMultiviewCreateInfo Source # 
Show VkRenderPassMultiviewCreateInfo Source # 
Storable VkRenderPassMultiviewCreateInfo Source # 
VulkanMarshalPrim VkRenderPassMultiviewCreateInfo Source # 
VulkanMarshal VkRenderPassMultiviewCreateInfo Source # 
CanWriteField "correlationMaskCount" VkRenderPassMultiviewCreateInfo Source # 
CanWriteField "dependencyCount" VkRenderPassMultiviewCreateInfo Source # 
CanWriteField "pCorrelationMasks" VkRenderPassMultiviewCreateInfo Source # 
CanWriteField "pNext" VkRenderPassMultiviewCreateInfo Source # 
CanWriteField "pViewMasks" VkRenderPassMultiviewCreateInfo Source # 
CanWriteField "pViewOffsets" VkRenderPassMultiviewCreateInfo Source # 
CanWriteField "sType" VkRenderPassMultiviewCreateInfo Source # 
CanWriteField "subpassCount" VkRenderPassMultiviewCreateInfo Source # 
CanReadField "correlationMaskCount" VkRenderPassMultiviewCreateInfo Source # 
CanReadField "dependencyCount" VkRenderPassMultiviewCreateInfo Source # 
CanReadField "pCorrelationMasks" VkRenderPassMultiviewCreateInfo Source # 
CanReadField "pNext" VkRenderPassMultiviewCreateInfo Source # 
CanReadField "pViewMasks" VkRenderPassMultiviewCreateInfo Source # 
CanReadField "pViewOffsets" VkRenderPassMultiviewCreateInfo Source # 
CanReadField "sType" VkRenderPassMultiviewCreateInfo Source # 
CanReadField "subpassCount" VkRenderPassMultiviewCreateInfo Source # 
HasField "correlationMaskCount" VkRenderPassMultiviewCreateInfo Source # 

Associated Types

type FieldType ("correlationMaskCount" :: Symbol) VkRenderPassMultiviewCreateInfo :: Type Source #

type FieldOptional ("correlationMaskCount" :: Symbol) VkRenderPassMultiviewCreateInfo :: Bool Source #

type FieldOffset ("correlationMaskCount" :: Symbol) VkRenderPassMultiviewCreateInfo :: Nat Source #

type FieldIsArray ("correlationMaskCount" :: Symbol) VkRenderPassMultiviewCreateInfo :: Bool Source #

HasField "dependencyCount" VkRenderPassMultiviewCreateInfo Source # 
HasField "pCorrelationMasks" VkRenderPassMultiviewCreateInfo Source # 

Associated Types

type FieldType ("pCorrelationMasks" :: Symbol) VkRenderPassMultiviewCreateInfo :: Type Source #

type FieldOptional ("pCorrelationMasks" :: Symbol) VkRenderPassMultiviewCreateInfo :: Bool Source #

type FieldOffset ("pCorrelationMasks" :: Symbol) VkRenderPassMultiviewCreateInfo :: Nat Source #

type FieldIsArray ("pCorrelationMasks" :: Symbol) VkRenderPassMultiviewCreateInfo :: Bool Source #

HasField "pNext" VkRenderPassMultiviewCreateInfo Source # 
HasField "pViewMasks" VkRenderPassMultiviewCreateInfo Source # 
HasField "pViewOffsets" VkRenderPassMultiviewCreateInfo Source # 
HasField "sType" VkRenderPassMultiviewCreateInfo Source # 
HasField "subpassCount" VkRenderPassMultiviewCreateInfo Source # 
type StructFields VkRenderPassMultiviewCreateInfo Source # 
type StructFields VkRenderPassMultiviewCreateInfo = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "subpassCount" ((:) Symbol "pViewMasks" ((:) Symbol "dependencyCount" ((:) Symbol "pViewOffsets" ((:) Symbol "correlationMaskCount" ((:) Symbol "pCorrelationMasks" ([] Symbol))))))))
type CUnionType VkRenderPassMultiviewCreateInfo Source # 
type ReturnedOnly VkRenderPassMultiviewCreateInfo Source # 
type StructExtends VkRenderPassMultiviewCreateInfo Source # 
type FieldType "correlationMaskCount" VkRenderPassMultiviewCreateInfo Source # 
type FieldType "correlationMaskCount" VkRenderPassMultiviewCreateInfo = Word32
type FieldType "dependencyCount" VkRenderPassMultiviewCreateInfo Source # 
type FieldType "pCorrelationMasks" VkRenderPassMultiviewCreateInfo Source # 
type FieldType "pNext" VkRenderPassMultiviewCreateInfo Source # 
type FieldType "pViewMasks" VkRenderPassMultiviewCreateInfo Source # 
type FieldType "pViewOffsets" VkRenderPassMultiviewCreateInfo Source # 
type FieldType "sType" VkRenderPassMultiviewCreateInfo Source # 
type FieldType "subpassCount" VkRenderPassMultiviewCreateInfo Source # 
type FieldOptional "correlationMaskCount" VkRenderPassMultiviewCreateInfo Source # 
type FieldOptional "correlationMaskCount" VkRenderPassMultiviewCreateInfo = True
type FieldOptional "dependencyCount" VkRenderPassMultiviewCreateInfo Source # 
type FieldOptional "pCorrelationMasks" VkRenderPassMultiviewCreateInfo Source # 
type FieldOptional "pNext" VkRenderPassMultiviewCreateInfo Source # 
type FieldOptional "pViewMasks" VkRenderPassMultiviewCreateInfo Source # 
type FieldOptional "pViewOffsets" VkRenderPassMultiviewCreateInfo Source # 
type FieldOptional "sType" VkRenderPassMultiviewCreateInfo Source # 
type FieldOptional "subpassCount" VkRenderPassMultiviewCreateInfo Source # 
type FieldOffset "correlationMaskCount" VkRenderPassMultiviewCreateInfo Source # 
type FieldOffset "correlationMaskCount" VkRenderPassMultiviewCreateInfo = 48
type FieldOffset "dependencyCount" VkRenderPassMultiviewCreateInfo Source # 
type FieldOffset "dependencyCount" VkRenderPassMultiviewCreateInfo = 32
type FieldOffset "pCorrelationMasks" VkRenderPassMultiviewCreateInfo Source # 
type FieldOffset "pCorrelationMasks" VkRenderPassMultiviewCreateInfo = 56
type FieldOffset "pNext" VkRenderPassMultiviewCreateInfo Source # 
type FieldOffset "pViewMasks" VkRenderPassMultiviewCreateInfo Source # 
type FieldOffset "pViewOffsets" VkRenderPassMultiviewCreateInfo Source # 
type FieldOffset "sType" VkRenderPassMultiviewCreateInfo Source # 
type FieldOffset "subpassCount" VkRenderPassMultiviewCreateInfo Source # 
type FieldIsArray "correlationMaskCount" VkRenderPassMultiviewCreateInfo Source # 
type FieldIsArray "correlationMaskCount" VkRenderPassMultiviewCreateInfo = False
type FieldIsArray "dependencyCount" VkRenderPassMultiviewCreateInfo Source # 
type FieldIsArray "pCorrelationMasks" VkRenderPassMultiviewCreateInfo Source # 
type FieldIsArray "pNext" VkRenderPassMultiviewCreateInfo Source # 
type FieldIsArray "pViewMasks" VkRenderPassMultiviewCreateInfo Source # 
type FieldIsArray "pViewOffsets" VkRenderPassMultiviewCreateInfo Source # 
type FieldIsArray "sType" VkRenderPassMultiviewCreateInfo Source # 
type FieldIsArray "subpassCount" VkRenderPassMultiviewCreateInfo Source # 

data VkRenderPassSampleLocationsBeginInfoEXT Source #

typedef struct VkRenderPassSampleLocationsBeginInfoEXT {
    VkStructureType sType;
    const void*                      pNext;
    uint32_t         attachmentInitialSampleLocationsCount;
    const VkAttachmentSampleLocationsEXT* pAttachmentInitialSampleLocations;
    uint32_t         postSubpassSampleLocationsCount;
    const VkSubpassSampleLocationsEXT* pPostSubpassSampleLocations;
} VkRenderPassSampleLocationsBeginInfoEXT;

VkRenderPassSampleLocationsBeginInfoEXT registry at www.khronos.org

Instances

Eq VkRenderPassSampleLocationsBeginInfoEXT Source # 
Ord VkRenderPassSampleLocationsBeginInfoEXT Source # 
Show VkRenderPassSampleLocationsBeginInfoEXT Source # 
Storable VkRenderPassSampleLocationsBeginInfoEXT Source # 
VulkanMarshalPrim VkRenderPassSampleLocationsBeginInfoEXT Source # 
VulkanMarshal VkRenderPassSampleLocationsBeginInfoEXT Source # 
CanWriteField "attachmentInitialSampleLocationsCount" VkRenderPassSampleLocationsBeginInfoEXT Source # 
CanWriteField "pAttachmentInitialSampleLocations" VkRenderPassSampleLocationsBeginInfoEXT Source # 
CanWriteField "pNext" VkRenderPassSampleLocationsBeginInfoEXT Source # 
CanWriteField "pPostSubpassSampleLocations" VkRenderPassSampleLocationsBeginInfoEXT Source # 
CanWriteField "postSubpassSampleLocationsCount" VkRenderPassSampleLocationsBeginInfoEXT Source # 
CanWriteField "sType" VkRenderPassSampleLocationsBeginInfoEXT Source # 
CanReadField "attachmentInitialSampleLocationsCount" VkRenderPassSampleLocationsBeginInfoEXT Source # 
CanReadField "pAttachmentInitialSampleLocations" VkRenderPassSampleLocationsBeginInfoEXT Source # 
CanReadField "pNext" VkRenderPassSampleLocationsBeginInfoEXT Source # 
CanReadField "pPostSubpassSampleLocations" VkRenderPassSampleLocationsBeginInfoEXT Source # 
CanReadField "postSubpassSampleLocationsCount" VkRenderPassSampleLocationsBeginInfoEXT Source # 
CanReadField "sType" VkRenderPassSampleLocationsBeginInfoEXT Source # 
HasField "attachmentInitialSampleLocationsCount" VkRenderPassSampleLocationsBeginInfoEXT Source # 

Associated Types

type FieldType ("attachmentInitialSampleLocationsCount" :: Symbol) VkRenderPassSampleLocationsBeginInfoEXT :: Type Source #

type FieldOptional ("attachmentInitialSampleLocationsCount" :: Symbol) VkRenderPassSampleLocationsBeginInfoEXT :: Bool Source #

type FieldOffset ("attachmentInitialSampleLocationsCount" :: Symbol) VkRenderPassSampleLocationsBeginInfoEXT :: Nat Source #

type FieldIsArray ("attachmentInitialSampleLocationsCount" :: Symbol) VkRenderPassSampleLocationsBeginInfoEXT :: Bool Source #

HasField "pAttachmentInitialSampleLocations" VkRenderPassSampleLocationsBeginInfoEXT Source # 

Associated Types

type FieldType ("pAttachmentInitialSampleLocations" :: Symbol) VkRenderPassSampleLocationsBeginInfoEXT :: Type Source #

type FieldOptional ("pAttachmentInitialSampleLocations" :: Symbol) VkRenderPassSampleLocationsBeginInfoEXT :: Bool Source #

type FieldOffset ("pAttachmentInitialSampleLocations" :: Symbol) VkRenderPassSampleLocationsBeginInfoEXT :: Nat Source #

type FieldIsArray ("pAttachmentInitialSampleLocations" :: Symbol) VkRenderPassSampleLocationsBeginInfoEXT :: Bool Source #

HasField "pNext" VkRenderPassSampleLocationsBeginInfoEXT Source # 
HasField "pPostSubpassSampleLocations" VkRenderPassSampleLocationsBeginInfoEXT Source # 

Associated Types

type FieldType ("pPostSubpassSampleLocations" :: Symbol) VkRenderPassSampleLocationsBeginInfoEXT :: Type Source #

type FieldOptional ("pPostSubpassSampleLocations" :: Symbol) VkRenderPassSampleLocationsBeginInfoEXT :: Bool Source #

type FieldOffset ("pPostSubpassSampleLocations" :: Symbol) VkRenderPassSampleLocationsBeginInfoEXT :: Nat Source #

type FieldIsArray ("pPostSubpassSampleLocations" :: Symbol) VkRenderPassSampleLocationsBeginInfoEXT :: Bool Source #

HasField "postSubpassSampleLocationsCount" VkRenderPassSampleLocationsBeginInfoEXT Source # 

Associated Types

type FieldType ("postSubpassSampleLocationsCount" :: Symbol) VkRenderPassSampleLocationsBeginInfoEXT :: Type Source #

type FieldOptional ("postSubpassSampleLocationsCount" :: Symbol) VkRenderPassSampleLocationsBeginInfoEXT :: Bool Source #

type FieldOffset ("postSubpassSampleLocationsCount" :: Symbol) VkRenderPassSampleLocationsBeginInfoEXT :: Nat Source #

type FieldIsArray ("postSubpassSampleLocationsCount" :: Symbol) VkRenderPassSampleLocationsBeginInfoEXT :: Bool Source #

HasField "sType" VkRenderPassSampleLocationsBeginInfoEXT Source # 
type StructFields VkRenderPassSampleLocationsBeginInfoEXT Source # 
type StructFields VkRenderPassSampleLocationsBeginInfoEXT = (:) Symbol "sType" ((:) Symbol "pNext" ((:) Symbol "attachmentInitialSampleLocationsCount" ((:) Symbol "pAttachmentInitialSampleLocations" ((:) Symbol "postSubpassSampleLocationsCount" ((:) Symbol "pPostSubpassSampleLocations" ([] Symbol))))))
type CUnionType VkRenderPassSampleLocationsBeginInfoEXT Source # 
type ReturnedOnly VkRenderPassSampleLocationsBeginInfoEXT Source # 
type StructExtends VkRenderPassSampleLocationsBeginInfoEXT Source # 
type FieldType "attachmentInitialSampleLocationsCount" VkRenderPassSampleLocationsBeginInfoEXT Source # 
type FieldType "attachmentInitialSampleLocationsCount" VkRenderPassSampleLocationsBeginInfoEXT = Word32
type FieldType "pAttachmentInitialSampleLocations" VkRenderPassSampleLocationsBeginInfoEXT Source # 
type FieldType "pNext" VkRenderPassSampleLocationsBeginInfoEXT Source # 
type FieldType "pPostSubpassSampleLocations" VkRenderPassSampleLocationsBeginInfoEXT Source # 
type FieldType "postSubpassSampleLocationsCount" VkRenderPassSampleLocationsBeginInfoEXT Source # 
type FieldType "postSubpassSampleLocationsCount" VkRenderPassSampleLocationsBeginInfoEXT = Word32
type FieldType "sType" VkRenderPassSampleLocationsBeginInfoEXT Source # 
type FieldOptional "attachmentInitialSampleLocationsCount" VkRenderPassSampleLocationsBeginInfoEXT Source # 
type FieldOptional "attachmentInitialSampleLocationsCount" VkRenderPassSampleLocationsBeginInfoEXT = True
type FieldOptional "pAttachmentInitialSampleLocations" VkRenderPassSampleLocationsBeginInfoEXT Source # 
type FieldOptional "pAttachmentInitialSampleLocations" VkRenderPassSampleLocationsBeginInfoEXT = False
type FieldOptional "pNext" VkRenderPassSampleLocationsBeginInfoEXT Source # 
type FieldOptional "pPostSubpassSampleLocations" VkRenderPassSampleLocationsBeginInfoEXT Source # 
type FieldOptional "pPostSubpassSampleLocations" VkRenderPassSampleLocationsBeginInfoEXT = False
type FieldOptional "postSubpassSampleLocationsCount" VkRenderPassSampleLocationsBeginInfoEXT Source # 
type FieldOptional "postSubpassSampleLocationsCount" VkRenderPassSampleLocationsBeginInfoEXT = True
type FieldOptional "sType" VkRenderPassSampleLocationsBeginInfoEXT Source # 
type FieldOffset "attachmentInitialSampleLocationsCount" VkRenderPassSampleLocationsBeginInfoEXT Source # 
type FieldOffset "attachmentInitialSampleLocationsCount" VkRenderPassSampleLocationsBeginInfoEXT = 16
type FieldOffset "pAttachmentInitialSampleLocations" VkRenderPassSampleLocationsBeginInfoEXT Source # 
type FieldOffset "pAttachmentInitialSampleLocations" VkRenderPassSampleLocationsBeginInfoEXT = 24
type FieldOffset "pNext" VkRenderPassSampleLocationsBeginInfoEXT Source # 
type FieldOffset "pPostSubpassSampleLocations" VkRenderPassSampleLocationsBeginInfoEXT Source # 
type FieldOffset "pPostSubpassSampleLocations" VkRenderPassSampleLocationsBeginInfoEXT = 40
type FieldOffset "postSubpassSampleLocationsCount" VkRenderPassSampleLocationsBeginInfoEXT Source # 
type FieldOffset "postSubpassSampleLocationsCount" VkRenderPassSampleLocationsBeginInfoEXT = 32
type FieldOffset "sType" VkRenderPassSampleLocationsBeginInfoEXT Source # 
type FieldIsArray "attachmentInitialSampleLocationsCount" VkRenderPassSampleLocationsBeginInfoEXT Source # 
type FieldIsArray "attachmentInitialSampleLocationsCount" VkRenderPassSampleLocationsBeginInfoEXT = False
type FieldIsArray "pAttachmentInitialSampleLocations" VkRenderPassSampleLocationsBeginInfoEXT Source # 
type FieldIsArray "pAttachmentInitialSampleLocations" VkRenderPassSampleLocationsBeginInfoEXT = False
type FieldIsArray "pNext" VkRenderPassSampleLocationsBeginInfoEXT Source # 
type FieldIsArray "pPostSubpassSampleLocations" VkRenderPassSampleLocationsBeginInfoEXT Source # 
type FieldIsArray "pPostSubpassSampleLocations" VkRenderPassSampleLocationsBeginInfoEXT = False
type FieldIsArray "postSubpassSampleLocationsCount" VkRenderPassSampleLocationsBeginInfoEXT Source # 
type FieldIsArray "postSubpassSampleLocationsCount" VkRenderPassSampleLocationsBeginInfoEXT = False
type FieldIsArray "sType" VkRenderPassSampleLocationsBeginInfoEXT Source # 

pattern VK_KHR_MULTIVIEW_SPEC_VERSION :: forall a. (Num a, Eq a) => a Source #

type VK_KHR_MULTIVIEW_EXTENSION_NAME = "VK_KHR_multiview" Source #