Lines Matching defs:VkPhysicalDeviceFeatures
1151 typedef struct VkPhysicalDeviceFeatures { struct
1152 VkBool32 robustBufferAccess;
1153 VkBool32 fullDrawIndexUint32;
1154 VkBool32 imageCubeArray;
1155 VkBool32 independentBlend;
1156 VkBool32 geometryShader;
1157 VkBool32 tessellationShader;
1158 VkBool32 sampleRateShading;
1159 VkBool32 dualSrcBlend;
1160 VkBool32 logicOp;
1161 VkBool32 multiDrawIndirect;
1162 VkBool32 drawIndirectFirstInstance;
1163 VkBool32 depthClamp;
1164 VkBool32 depthBiasClamp;
1165 VkBool32 fillModeNonSolid;
1166 VkBool32 depthBounds;
1167 VkBool32 wideLines;
1168 VkBool32 largePoints;
1169 VkBool32 alphaToOne;
1170 VkBool32 multiViewport;
1171 VkBool32 samplerAnisotropy;
1172 VkBool32 textureCompressionETC2;
1173 VkBool32 textureCompressionASTC_LDR;
1174 VkBool32 textureCompressionBC;
1175 VkBool32 occlusionQueryPrecise;
1176 VkBool32 pipelineStatisticsQuery;
1177 VkBool32 vertexPipelineStoresAndAtomics;
1178 VkBool32 fragmentStoresAndAtomics;
1179 VkBool32 shaderTessellationAndGeometryPointSize;
1180 VkBool32 shaderImageGatherExtended;
1181 VkBool32 shaderStorageImageExtendedFormats;
1182 VkBool32 shaderStorageImageMultisample;
1183 VkBool32 shaderStorageImageReadWithoutFormat;
1207 } VkPhysicalDeviceFeatures; argument