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.
nothrow @nogc extern (System)
struct VkPhysicalDeviceLimits {}

Members

Variables

bufferImageGranularity
VkDeviceSize bufferImageGranularity;
Undocumented in source.
discreteQueuePriorities
uint32_t 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
uint32_t maxBoundDescriptorSets;
Undocumented in source.
maxClipDistances
uint32_t maxClipDistances;
Undocumented in source.
maxColorAttachments
uint32_t maxColorAttachments;
Undocumented in source.
maxCombinedClipAndCullDistances
uint32_t maxCombinedClipAndCullDistances;
Undocumented in source.
maxComputeSharedMemorySize
uint32_t maxComputeSharedMemorySize;
Undocumented in source.
maxComputeWorkGroupCount
uint32_t[3] maxComputeWorkGroupCount;
Undocumented in source.
maxComputeWorkGroupInvocations
uint32_t maxComputeWorkGroupInvocations;
Undocumented in source.
maxComputeWorkGroupSize
uint32_t[3] maxComputeWorkGroupSize;
Undocumented in source.
maxCullDistances
uint32_t maxCullDistances;
Undocumented in source.
maxDescriptorSetInputAttachments
uint32_t maxDescriptorSetInputAttachments;
Undocumented in source.
maxDescriptorSetSampledImages
uint32_t maxDescriptorSetSampledImages;
Undocumented in source.
maxDescriptorSetSamplers
uint32_t maxDescriptorSetSamplers;
Undocumented in source.
maxDescriptorSetStorageBuffers
uint32_t maxDescriptorSetStorageBuffers;
Undocumented in source.
maxDescriptorSetStorageBuffersDynamic
uint32_t maxDescriptorSetStorageBuffersDynamic;
Undocumented in source.
maxDescriptorSetStorageImages
uint32_t maxDescriptorSetStorageImages;
Undocumented in source.
maxDescriptorSetUniformBuffers
uint32_t maxDescriptorSetUniformBuffers;
Undocumented in source.
maxDescriptorSetUniformBuffersDynamic
uint32_t maxDescriptorSetUniformBuffersDynamic;
Undocumented in source.
maxDrawIndexedIndexValue
uint32_t maxDrawIndexedIndexValue;
Undocumented in source.
maxDrawIndirectCount
uint32_t maxDrawIndirectCount;
Undocumented in source.
maxFragmentCombinedOutputResources
uint32_t maxFragmentCombinedOutputResources;
Undocumented in source.
maxFragmentDualSrcAttachments
uint32_t maxFragmentDualSrcAttachments;
Undocumented in source.
maxFragmentInputComponents
uint32_t maxFragmentInputComponents;
Undocumented in source.
maxFragmentOutputAttachments
uint32_t maxFragmentOutputAttachments;
Undocumented in source.
maxFramebufferHeight
uint32_t maxFramebufferHeight;
Undocumented in source.
maxFramebufferLayers
uint32_t maxFramebufferLayers;
Undocumented in source.
maxFramebufferWidth
uint32_t maxFramebufferWidth;
Undocumented in source.
maxGeometryInputComponents
uint32_t maxGeometryInputComponents;
Undocumented in source.
maxGeometryOutputComponents
uint32_t maxGeometryOutputComponents;
Undocumented in source.
maxGeometryOutputVertices
uint32_t maxGeometryOutputVertices;
Undocumented in source.
maxGeometryShaderInvocations
uint32_t maxGeometryShaderInvocations;
Undocumented in source.
maxGeometryTotalOutputComponents
uint32_t maxGeometryTotalOutputComponents;
Undocumented in source.
maxImageArrayLayers
uint32_t maxImageArrayLayers;
Undocumented in source.
maxImageDimension1D
uint32_t maxImageDimension1D;
Undocumented in source.
maxImageDimension2D
uint32_t maxImageDimension2D;
Undocumented in source.
maxImageDimension3D
uint32_t maxImageDimension3D;
Undocumented in source.
maxImageDimensionCube
uint32_t maxImageDimensionCube;
Undocumented in source.
maxInterpolationOffset
float maxInterpolationOffset;
Undocumented in source.
maxMemoryAllocationCount
uint32_t maxMemoryAllocationCount;
Undocumented in source.
maxPerStageDescriptorInputAttachments
uint32_t maxPerStageDescriptorInputAttachments;
Undocumented in source.
maxPerStageDescriptorSampledImages
uint32_t maxPerStageDescriptorSampledImages;
Undocumented in source.
maxPerStageDescriptorSamplers
uint32_t maxPerStageDescriptorSamplers;
Undocumented in source.
maxPerStageDescriptorStorageBuffers
uint32_t maxPerStageDescriptorStorageBuffers;
Undocumented in source.
maxPerStageDescriptorStorageImages
uint32_t maxPerStageDescriptorStorageImages;
Undocumented in source.
maxPerStageDescriptorUniformBuffers
uint32_t maxPerStageDescriptorUniformBuffers;
Undocumented in source.
maxPerStageResources
uint32_t maxPerStageResources;
Undocumented in source.
maxPushConstantsSize
uint32_t maxPushConstantsSize;
Undocumented in source.
maxSampleMaskWords
uint32_t maxSampleMaskWords;
Undocumented in source.
maxSamplerAllocationCount
uint32_t maxSamplerAllocationCount;
Undocumented in source.
maxSamplerAnisotropy
float maxSamplerAnisotropy;
Undocumented in source.
maxSamplerLodBias
float maxSamplerLodBias;
Undocumented in source.
maxStorageBufferRange
uint32_t maxStorageBufferRange;
Undocumented in source.
maxTessellationControlPerPatchOutputComponents
uint32_t maxTessellationControlPerPatchOutputComponents;
Undocumented in source.
maxTessellationControlPerVertexInputComponents
uint32_t maxTessellationControlPerVertexInputComponents;
Undocumented in source.
maxTessellationControlPerVertexOutputComponents
uint32_t maxTessellationControlPerVertexOutputComponents;
Undocumented in source.
maxTessellationControlTotalOutputComponents
uint32_t maxTessellationControlTotalOutputComponents;
Undocumented in source.
maxTessellationEvaluationInputComponents
uint32_t maxTessellationEvaluationInputComponents;
Undocumented in source.
maxTessellationEvaluationOutputComponents
uint32_t maxTessellationEvaluationOutputComponents;
Undocumented in source.
maxTessellationGenerationLevel
uint32_t maxTessellationGenerationLevel;
Undocumented in source.
maxTessellationPatchSize
uint32_t maxTessellationPatchSize;
Undocumented in source.
maxTexelBufferElements
uint32_t maxTexelBufferElements;
Undocumented in source.
maxTexelGatherOffset
uint32_t maxTexelGatherOffset;
Undocumented in source.
maxTexelOffset
uint32_t maxTexelOffset;
Undocumented in source.
maxUniformBufferRange
uint32_t maxUniformBufferRange;
Undocumented in source.
maxVertexInputAttributeOffset
uint32_t maxVertexInputAttributeOffset;
Undocumented in source.
maxVertexInputAttributes
uint32_t maxVertexInputAttributes;
Undocumented in source.
maxVertexInputBindingStride
uint32_t maxVertexInputBindingStride;
Undocumented in source.
maxVertexInputBindings
uint32_t maxVertexInputBindings;
Undocumented in source.
maxVertexOutputComponents
uint32_t maxVertexOutputComponents;
Undocumented in source.
maxViewportDimensions
uint32_t[2] maxViewportDimensions;
Undocumented in source.
maxViewports
uint32_t 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
int32_t minTexelGatherOffset;
Undocumented in source.
minTexelOffset
int32_t minTexelOffset;
Undocumented in source.
minUniformBufferOffsetAlignment
VkDeviceSize minUniformBufferOffsetAlignment;
Undocumented in source.
mipmapPrecisionBits
uint32_t 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
uint32_t subPixelInterpolationOffsetBits;
Undocumented in source.
subPixelPrecisionBits
uint32_t subPixelPrecisionBits;
Undocumented in source.
subTexelPrecisionBits
uint32_t subTexelPrecisionBits;
Undocumented in source.
timestampComputeAndGraphics
VkBool32 timestampComputeAndGraphics;
Undocumented in source.
timestampPeriod
float timestampPeriod;
Undocumented in source.
viewportBoundsRange
float[2] viewportBoundsRange;
Undocumented in source.
viewportSubPixelBits
uint32_t viewportSubPixelBits;
Undocumented in source.

Meta