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
This one appears to be missing - https://developer.apple.com/documentation/metal/mtldevice/1433353-newcomputepipelinestatewithdescr The only variant with a descriptor that I see is newComputePipelineStateWithDescriptor_options_completionHandler, which is a different signature.
newComputePipelineStateWithDescriptor_options_completionHandler
The text was updated successfully, but these errors were encountered:
You're right, it's intentionally skipped here.
I think I have a better idea of how to handle such cases such as MTLAutoreleasedComputePipelineReflection nowadays, lemme try to fix it.
MTLAutoreleasedComputePipelineReflection
Sorry, something went wrong.
Refactor how typedefs to object-like types are parsed
d78b047
In preparation for fixing #683, and a bunch of other issues with our typedef/object handling.
8c383ce
I've fixed this now in 8c383ce, thanks for the prompt to do so.
No branches or pull requests
This one appears to be missing - https://developer.apple.com/documentation/metal/mtldevice/1433353-newcomputepipelinestatewithdescr
The only variant with a descriptor that I see is
newComputePipelineStateWithDescriptor_options_completionHandler
, which is a different signature.The text was updated successfully, but these errors were encountered: