Skip to content

Conversation

@aduermael
Copy link

  • MTLComputePipelineReflection.bindings is only available from iOS 16 and macOS 13, before that MTLComputePipelineReflection.arguments should be used
  • Same issue with MTLRenderPipelineReflection.vertexBindings and MTLRenderPipelineReflection.fragmentBindings

Added availability check to fix it.

- MTLComputePipelineReflection.bindings are only available from iOS 16 and macOS 13, before that MTLComputePipelineReflection.arguments should be used
- Same issue with MTLRenderPipelineReflection.vertexBindings and MTLRenderPipelineReflection.fragmentBindings

Added availability check to fix it.
@goodartistscopy
Copy link
Contributor

Regression originates from f8019cb
Looks related to similar update to the Metal backend discussed here #3116

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

Successfully merging this pull request may close these issues.

2 participants