Lines Matching refs:getDeviceFeatures
70 ctx.getPhysicalDevice(), ctx.getDevice(), &ctx.getDeviceFeatures(), in createEngineConfig()
87 return ctx.getDeviceFeatures().shaderFloat64; in isFeatureSupported()
89 return ctx.getDeviceFeatures().shaderInt16; in isFeatureSupported()
91 return ctx.getDeviceFeatures().shaderInt64; in isFeatureSupported()
93 return ctx.getDeviceFeatures().tessellationShader; in isFeatureSupported()
95 return ctx.getDeviceFeatures().geometryShader; in isFeatureSupported()
97 return ctx.getDeviceFeatures().fragmentStoresAndAtomics; in isFeatureSupported()
99 return ctx.getDeviceFeatures().vertexPipelineStoresAndAtomics; in isFeatureSupported()
101 return ctx.getDeviceFeatures().fillModeNonSolid; in isFeatureSupported()
103 return ctx.getDeviceFeatures().shaderStorageImageMultisample; in isFeatureSupported()
105 return ctx.getDeviceFeatures().sampleRateShading; in isFeatureSupported()