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

Make depth_stencil_attachment follow the spec #611

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 3, 2024

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

Commits on Oct 5, 2024

  1. Use wgpu.logger.warning()

    Simplify test_wgpu_native_render.py
    Add test that warnings occur, but only once.
    fyellin committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    2996745 View commit details
    Browse the repository at this point in the history
  2. Was some confusion, and some objects had a Device in their _device fi…

    …eld while others had a DeviceImpl. Made it uniformly a Device. Added test to ensure this was the case.
    
    Fixed some typos.
    fyellin committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    457b123 View commit details
    Browse the repository at this point in the history