Skip to content

Conversation

@spencer-lunarg
Copy link
Contributor

From #1174

adds vkGetPhysicalDeviceMultisamplePropertiesEXT and vkGetPhysicalDeviceFragmentShadingRatesKHR

@ci-tester-lunarg
Copy link

CI Vulkan-Tools build queued with queue ID 608909.

@ci-tester-lunarg
Copy link

CI Vulkan-Tools build queued with queue ID 608924.

@spencer-lunarg spencer-lunarg force-pushed the spencer-lunarg-more-things2 branch from e2d8a72 to d1a1747 Compare December 24, 2025 16:30
@ci-tester-lunarg
Copy link

CI Vulkan-Tools build queued with queue ID 608933.

@spencer-lunarg
Copy link
Contributor Author

What my output looks like now


vkGetPhysicalDeviceFragmentShadingRatesKHR:
-------------------------------------------
	VkPhysicalDeviceFragmentShadingRateKHR:
		sampleCounts: count = 1
			SAMPLE_COUNT_1_BIT
		fragmentSize:
			width  = 4
			height = 4

	VkPhysicalDeviceFragmentShadingRateKHR:
		sampleCounts: count = 1
			SAMPLE_COUNT_1_BIT
		fragmentSize:
			width  = 4
			height = 2

	VkPhysicalDeviceFragmentShadingRateKHR:
		sampleCounts: count = 2
			SAMPLE_COUNT_1_BIT
			SAMPLE_COUNT_2_BIT
		fragmentSize:
			width  = 2
			height = 4

	VkPhysicalDeviceFragmentShadingRateKHR:
		sampleCounts: count = 3
			SAMPLE_COUNT_1_BIT
			SAMPLE_COUNT_2_BIT
			SAMPLE_COUNT_4_BIT
		fragmentSize:
			width  = 2
			height = 2

	VkPhysicalDeviceFragmentShadingRateKHR:
		sampleCounts: count = 3
			SAMPLE_COUNT_1_BIT
			SAMPLE_COUNT_2_BIT
			SAMPLE_COUNT_4_BIT
		fragmentSize:
			width  = 2
			height = 1

	VkPhysicalDeviceFragmentShadingRateKHR:
		sampleCounts: count = 3
			SAMPLE_COUNT_1_BIT
			SAMPLE_COUNT_2_BIT
			SAMPLE_COUNT_4_BIT
		fragmentSize:
			width  = 1
			height = 2

	VkPhysicalDeviceFragmentShadingRateKHR:
		sampleCounts: count = 7
			SAMPLE_COUNT_1_BIT
			SAMPLE_COUNT_2_BIT
			SAMPLE_COUNT_4_BIT
			SAMPLE_COUNT_8_BIT
			SAMPLE_COUNT_16_BIT
			SAMPLE_COUNT_32_BIT
			SAMPLE_COUNT_64_BIT
		fragmentSize:
			width  = 1
			height = 1

vkGetPhysicalDeviceMultisamplePropertiesEXT:
--------------------------------------------
	samples = SAMPLE_COUNT_1_BIT
	VkMultisamplePropertiesEXT:
		maxSampleLocationGridSize:
			width  = 1
			height = 1

	samples = SAMPLE_COUNT_2_BIT
	VkMultisamplePropertiesEXT:
		maxSampleLocationGridSize:
			width  = 1
			height = 1

	samples = SAMPLE_COUNT_4_BIT
	VkMultisamplePropertiesEXT:
		maxSampleLocationGridSize:
			width  = 1
			height = 1

	samples = SAMPLE_COUNT_8_BIT
	VkMultisamplePropertiesEXT:
		maxSampleLocationGridSize:
			width  = 1
			height = 1

	samples = SAMPLE_COUNT_16_BIT
	VkMultisamplePropertiesEXT:
		maxSampleLocationGridSize:
			width  = 1
			height = 1

	samples = SAMPLE_COUNT_32_BIT
	VkMultisamplePropertiesEXT:
		maxSampleLocationGridSize:
			width  = 0
			height = 0

	samples = SAMPLE_COUNT_64_BIT
	VkMultisamplePropertiesEXT:
		maxSampleLocationGridSize:
			width  = 0
			height = 0

@ci-tester-lunarg
Copy link

CI Vulkan-Tools build # 1903 running.

@ci-tester-lunarg
Copy link

CI Vulkan-Tools build # 1903 passed.

@charles-lunarg charles-lunarg merged commit e8a4ce7 into KhronosGroup:main Dec 24, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants