Skip to content

Commit

Permalink
Merge pull request #1675 from billhollings/support-vk12-device-feat-p…
Browse files Browse the repository at this point in the history
…rop-structs

Support Vulkan 1.2 device feature and property structs.
  • Loading branch information
billhollings authored Aug 6, 2022
2 parents d1490e8 + c747d46 commit af88bb9
Show file tree
Hide file tree
Showing 2 changed files with 417 additions and 180 deletions.
3 changes: 2 additions & 1 deletion MoltenVK/MoltenVK/GPUObjects/MVKDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,8 @@ class MVKPhysicalDevice : public MVKDispatchableVulkanAPIObject {
void initPipelineCacheUUID();
uint32_t getHighestGPUCapability();
uint32_t getMoltenVKGitRevision();
void populate(VkPhysicalDeviceIDProperties* pDevIdProps);
void populateDeviceIDProperties(VkPhysicalDeviceVulkan11Properties* pVk11Props);
void populateSubgroupProperties(VkPhysicalDeviceVulkan11Properties* pVk11Props);
void logGPUInfo();

id<MTLDevice> _mtlDevice;
Expand Down
Loading

0 comments on commit af88bb9

Please sign in to comment.