Skip to content
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

Check the VkPhysicalDeviceFeatures::pipelineStatisticsQuery flag for stats queries #21

Closed
billhollings opened this issue Jan 15, 2018 · 1 comment

Comments

@billhollings
Copy link
Contributor

Metal does not support stat queries. Currently we just error this.

Add a check for VkPhysicalDeviceFeatures::pipelineStatisticsQuery so that any future implementations that DO add support for this in a future version of Metal will be backwards compatible with versions that don't support it.

@billhollings
Copy link
Contributor Author

Closed by PR #30.

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

No branches or pull requests

1 participant