VkPhysicalDeviceFeatures

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 VkPhysicalDeviceFeatures {}

Members

Variables

alphaToOne
VkBool32 alphaToOne;
Undocumented in source.
depthBiasClamp
VkBool32 depthBiasClamp;
Undocumented in source.
depthBounds
VkBool32 depthBounds;
Undocumented in source.
depthClamp
VkBool32 depthClamp;
Undocumented in source.
drawIndirectFirstInstance
VkBool32 drawIndirectFirstInstance;
Undocumented in source.
dualSrcBlend
VkBool32 dualSrcBlend;
Undocumented in source.
fillModeNonSolid
VkBool32 fillModeNonSolid;
Undocumented in source.
fragmentStoresAndAtomics
VkBool32 fragmentStoresAndAtomics;
Undocumented in source.
fullDrawIndexUint32
VkBool32 fullDrawIndexUint32;
Undocumented in source.
geometryShader
VkBool32 geometryShader;
Undocumented in source.
imageCubeArray
VkBool32 imageCubeArray;
Undocumented in source.
independentBlend
VkBool32 independentBlend;
Undocumented in source.
inheritedQueries
VkBool32 inheritedQueries;
Undocumented in source.
largePoints
VkBool32 largePoints;
Undocumented in source.
logicOp
VkBool32 logicOp;
Undocumented in source.
multiDrawIndirect
VkBool32 multiDrawIndirect;
Undocumented in source.
multiViewport
VkBool32 multiViewport;
Undocumented in source.
occlusionQueryPrecise
VkBool32 occlusionQueryPrecise;
Undocumented in source.
pipelineStatisticsQuery
VkBool32 pipelineStatisticsQuery;
Undocumented in source.
robustBufferAccess
VkBool32 robustBufferAccess;
Undocumented in source.
sampleRateShading
VkBool32 sampleRateShading;
Undocumented in source.
samplerAnisotropy
VkBool32 samplerAnisotropy;
Undocumented in source.
shaderClipDistance
VkBool32 shaderClipDistance;
Undocumented in source.
shaderCullDistance
VkBool32 shaderCullDistance;
Undocumented in source.
shaderFloat64
VkBool32 shaderFloat64;
Undocumented in source.
shaderImageGatherExtended
VkBool32 shaderImageGatherExtended;
Undocumented in source.
shaderInt16
VkBool32 shaderInt16;
Undocumented in source.
shaderInt64
VkBool32 shaderInt64;
Undocumented in source.
shaderResourceMinLod
VkBool32 shaderResourceMinLod;
Undocumented in source.
shaderResourceResidency
VkBool32 shaderResourceResidency;
Undocumented in source.
shaderSampledImageArrayDynamicIndexing
VkBool32 shaderSampledImageArrayDynamicIndexing;
Undocumented in source.
shaderStorageBufferArrayDynamicIndexing
VkBool32 shaderStorageBufferArrayDynamicIndexing;
Undocumented in source.
shaderStorageImageArrayDynamicIndexing
VkBool32 shaderStorageImageArrayDynamicIndexing;
Undocumented in source.
shaderStorageImageExtendedFormats
VkBool32 shaderStorageImageExtendedFormats;
Undocumented in source.
shaderStorageImageMultisample
VkBool32 shaderStorageImageMultisample;
Undocumented in source.
shaderStorageImageReadWithoutFormat
VkBool32 shaderStorageImageReadWithoutFormat;
Undocumented in source.
shaderStorageImageWriteWithoutFormat
VkBool32 shaderStorageImageWriteWithoutFormat;
Undocumented in source.
shaderTessellationAndGeometryPointSize
VkBool32 shaderTessellationAndGeometryPointSize;
Undocumented in source.
shaderUniformBufferArrayDynamicIndexing
VkBool32 shaderUniformBufferArrayDynamicIndexing;
Undocumented in source.
sparseBinding
VkBool32 sparseBinding;
Undocumented in source.
sparseResidency16Samples
VkBool32 sparseResidency16Samples;
Undocumented in source.
sparseResidency2Samples
VkBool32 sparseResidency2Samples;
Undocumented in source.
sparseResidency4Samples
VkBool32 sparseResidency4Samples;
Undocumented in source.
sparseResidency8Samples
VkBool32 sparseResidency8Samples;
Undocumented in source.
sparseResidencyAliased
VkBool32 sparseResidencyAliased;
Undocumented in source.
sparseResidencyBuffer
VkBool32 sparseResidencyBuffer;
Undocumented in source.
sparseResidencyImage2D
VkBool32 sparseResidencyImage2D;
Undocumented in source.
sparseResidencyImage3D
VkBool32 sparseResidencyImage3D;
Undocumented in source.
tessellationShader
VkBool32 tessellationShader;
Undocumented in source.
textureCompressionASTC_LDR
VkBool32 textureCompressionASTC_LDR;
Undocumented in source.
textureCompressionBC
VkBool32 textureCompressionBC;
Undocumented in source.
textureCompressionETC2
VkBool32 textureCompressionETC2;
Undocumented in source.
variableMultisampleRate
VkBool32 variableMultisampleRate;
Undocumented in source.
vertexPipelineStoresAndAtomics
VkBool32 vertexPipelineStoresAndAtomics;
Undocumented in source.
wideLines
VkBool32 wideLines;
Undocumented in source.

Meta