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

WIP: Attempt to use IOSurface on macOS #95

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Commits on Apr 10, 2023

  1. WIP: Attempt to use IOSurface on macOS

    It looks like `BytesPerRow` (the stride) has some kind of alignment requirement (testing on M1), that doesn't let us just use the width. So for this to work, softbuffer needs to expose the stride, and the user needs to deal with that...
    
    This doesn't seem to be showing the right thing even when width matches stride. Not sure why.
    ids1024 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    0fa3b54 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    8c1ee39 View commit details
    Browse the repository at this point in the history