Searched refs:apiVersion (Results 1 – 3 of 3) sorted by relevance
116 final int apiVersion = device.getJSONObject("properties").getInt("apiVersion"); in checkVulkan1_1Requirements() local117 if (bestApiVersion < apiVersion) { in checkVulkan1_1Requirements()118 bestApiVersion = apiVersion; in checkVulkan1_1Requirements()149 final int apiVersion = device.getJSONObject("properties").getInt("apiVersion"); in checkVulkan1_3Requirements() local150 if (bestApiVersion < apiVersion) { in checkVulkan1_3Requirements()151 bestApiVersion = apiVersion; in checkVulkan1_3Requirements()179 final int apiVersion = device.getJSONObject("properties").getInt("apiVersion"); in checkCpuVulkanRequirements() local180 if (bestApiVersion < apiVersion) { in checkCpuVulkanRequirements()181 bestApiVersion = apiVersion; in checkCpuVulkanRequirements()
21 <Text>apiVersion: 1.1.128