Lines Matching defs:VkPhysicalDeviceFeatures
1507 typedef struct VkPhysicalDeviceFeatures { struct
1508 VkBool32 robustBufferAccess;
1509 VkBool32 fullDrawIndexUint32;
1510 VkBool32 imageCubeArray;
1511 VkBool32 independentBlend;
1512 VkBool32 geometryShader;
1513 VkBool32 tessellationShader;
1514 VkBool32 sampleRateShading;
1515 VkBool32 dualSrcBlend;
1516 VkBool32 logicOp;
1517 VkBool32 multiDrawIndirect;
1518 VkBool32 drawIndirectFirstInstance;
1519 VkBool32 depthClamp;
1520 VkBool32 depthBiasClamp;
1521 VkBool32 fillModeNonSolid;
1522 VkBool32 depthBounds;
1523 VkBool32 wideLines;
1524 VkBool32 largePoints;
1525 VkBool32 alphaToOne;
1526 VkBool32 multiViewport;
1527 VkBool32 samplerAnisotropy;
1528 VkBool32 textureCompressionETC2;
1529 VkBool32 textureCompressionASTC_LDR;
1530 VkBool32 textureCompressionBC;
1531 VkBool32 occlusionQueryPrecise;
1532 VkBool32 pipelineStatisticsQuery;
1533 VkBool32 vertexPipelineStoresAndAtomics;
1534 VkBool32 fragmentStoresAndAtomics;
1535 VkBool32 shaderTessellationAndGeometryPointSize;
1536 VkBool32 shaderImageGatherExtended;
1537 VkBool32 shaderStorageImageExtendedFormats;
1538 VkBool32 shaderStorageImageMultisample;
1539 VkBool32 shaderStorageImageReadWithoutFormat;
1563 } VkPhysicalDeviceFeatures; argument