Lines Matching defs:VkPhysicalDeviceFeatures
1207 typedef struct VkPhysicalDeviceFeatures { struct
1208 VkBool32 robustBufferAccess;
1209 VkBool32 fullDrawIndexUint32;
1210 VkBool32 imageCubeArray;
1211 VkBool32 independentBlend;
1212 VkBool32 geometryShader;
1213 VkBool32 tessellationShader;
1214 VkBool32 sampleRateShading;
1215 VkBool32 dualSrcBlend;
1216 VkBool32 logicOp;
1217 VkBool32 multiDrawIndirect;
1218 VkBool32 drawIndirectFirstInstance;
1219 VkBool32 depthClamp;
1220 VkBool32 depthBiasClamp;
1221 VkBool32 fillModeNonSolid;
1222 VkBool32 depthBounds;
1223 VkBool32 wideLines;
1224 VkBool32 largePoints;
1225 VkBool32 alphaToOne;
1226 VkBool32 multiViewport;
1227 VkBool32 samplerAnisotropy;
1228 VkBool32 textureCompressionETC2;
1229 VkBool32 textureCompressionASTC_LDR;
1230 VkBool32 textureCompressionBC;
1231 VkBool32 occlusionQueryPrecise;
1232 VkBool32 pipelineStatisticsQuery;
1233 VkBool32 vertexPipelineStoresAndAtomics;
1234 VkBool32 fragmentStoresAndAtomics;
1235 VkBool32 shaderTessellationAndGeometryPointSize;
1236 VkBool32 shaderImageGatherExtended;
1237 VkBool32 shaderStorageImageExtendedFormats;
1238 VkBool32 shaderStorageImageMultisample;
1239 VkBool32 shaderStorageImageReadWithoutFormat;
1263 } VkPhysicalDeviceFeatures; argument