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

Exceptions needed for new Metal types in 1.3.242 #40

Closed
bbredesen opened this issue Mar 31, 2023 · 0 comments · Fixed by #41
Closed

Exceptions needed for new Metal types in 1.3.242 #40

bbredesen opened this issue Mar 31, 2023 · 0 comments · Fixed by #41
Labels
bug/major Major issue with no reasonable workaround

Comments

@bbredesen
Copy link
Owner

The following types need exceptions as basetypes. These are causing a crash when running against 1.3.242 and later. They are defined in the xml as objc id types, or as void* if OBJC is not defined by the compiler.

<type name="MTLDevice_id"/>
<type name="MTLCommandQueue_id"/>
<type name="MTLBuffer_id"/>
<type name="MTLTexture_id"/>
<type name="MTLSharedEvent_id"/>
<type name="IOSurfaceRef"/>
@bbredesen bbredesen added the bug/major Major issue with no reasonable workaround label Mar 31, 2023
bbredesen added a commit that referenced this issue Mar 31, 2023
@bbredesen bbredesen mentioned this issue Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/major Major issue with no reasonable workaround
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant