Searched refs:isVertexFormatDouble (Results 1 – 3 of 3) sorted by relevance
73 bool isVertexFormatDouble (vk::VkFormat format);
824 bool isVertexFormatDouble (VkFormat format) in isVertexFormatDouble() function
65 if (isVertexFormatDouble(format) && !context.getDeviceFeatures().shaderFloat64) in isSupportedVertexFormat()