-
Notifications
You must be signed in to change notification settings - Fork 136
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
CreateQuery under MacOS doesn't seem to work #622
Comments
Vulkan implementation on MacOS does not support timestamp or duration queries. You can check the DurationQuery device feature to check the support. |
Ok, I was able to understand in the diligent code that this is not supported under vulkan, is probably also due to the Molten substructure. I think it should work under Gl, but I don't want to use it because it's marked as deprecated by Apple. |
Metal backend supports most of features available in Metal. It is used in production by a number of commercial applications. |
Sounds interesting in any case. What are the prices? Are there price lists somewhere that show what it costs per application sold, or what are the pricing terms in detail? Is there perhaps a test version that you can play around with to see if it does everything you need. Are there also tutorials that you can watch in the Metal context, or do the standard tutorials even work with the Metal backend? Unfortunately, I haven't been able to find anything that really explains it in detail. It would be very nice if you could give me a link that could help me further, or a contact person with whom I can "negotiate". |
All tutorials and samples work with Metal backend. |
Thx for all the information, i will do that :-) |
I'm writing an application that should run on windws, linux and MacOS.
For this I need exact time measurements of the renderengine here and there.
The code shown here in the screenshot returns a valid object under Linux and Windows, but none on MacOS.
What can I do?
The text was updated successfully, but these errors were encountered: