We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here are some missing functions I ran across.
MTLHeapDescriptor::set_type
MTLHeapDescriptor::set_resource_options
(the other MTLHeapDescriptor functions too probably)
MTLIndirectCommandBuffer::gpu_resource_id (probably missing for the other MTLResources too)
Thankfully it's fairly easy to work around by just sending the messages manually but it would still be nice if the library was a bit more complete.
The text was updated successfully, but these errors were encountered:
set_type was added in #316, happy to accept PRs for the others
set_type
Sorry, something went wrong.
No branches or pull requests
Here are some missing functions I ran across.
MTLHeapDescriptor::set_type
MTLHeapDescriptor::set_resource_options
(the other MTLHeapDescriptor functions too probably)
MTLIndirectCommandBuffer::gpu_resource_id (probably missing for the other MTLResources too)
Thankfully it's fairly easy to work around by just sending the messages manually but it would still be nice if the library was a bit more complete.
The text was updated successfully, but these errors were encountered: