Searched refs:properties2 (Results 1 – 1 of 1) sorted by relevance
292 VkPhysicalDeviceProperties2KHR properties2; in getClippingBehavior() local296 deMemset(&properties2, 0, sizeof(properties2)); in getClippingBehavior()298 properties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2_KHR; in getClippingBehavior()299 properties2.pNext = &behaviorProperties; in getClippingBehavior()301 vk.getPhysicalDeviceProperties2KHR(physicalDevice, &properties2); in getClippingBehavior()