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

ARC / Autorelease fixes with metal-cpp and extensions #5403

Closed
wants to merge 3 commits into from

Commits on Jun 16, 2022

  1. Better support for ARC / Autorelease and Apple C++ extensions

    Fixed issues with improper memory management around ARC & autorelease
    when creating constants.
    
    Removed an assumption of a pixel format for docking windows.
    
    Added `IMGUI_IMPL_METAL_CPP_EXTENSIONS` as a preprocessor macro to
    support Apple's metal-cpp-extensions code.
    stack committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    71afef4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1e5cb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cc0760 View commit details
    Browse the repository at this point in the history