VkPhysicalDeviceLimits

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
extern (System)
struct VkPhysicalDeviceLimits {}

Members

Variables

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

Meta