-
Notifications
You must be signed in to change notification settings - Fork 66
Add a structure that holds information about vulkan devices (Vulkan Profile JSON) #938
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
@Erfan-Ahmadi note that we can't use GPUinfo.org cause its on AGPL license, so its either |
… write information about available extensions
renderdoc_api_t* const m_rdoc_api; | ||
const VkPhysicalDevice m_vkPhysicalDevice; | ||
|
||
core::string& m_profile; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what are you doing!?
you do realize the vector grows and reallocates ? you need an index into it!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, I forgot that it might behave like that. Let me correct that
Description
Testing
TODO list: