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

Clean MSAA enum vs. MSAA flags #26

Open
Benualdo opened this issue Nov 1, 2024 · 0 comments
Open

Clean MSAA enum vs. MSAA flags #26

Benualdo opened this issue Nov 1, 2024 · 0 comments
Labels
clean Clean codebase good first issue Good for newcomers

Comments

@Benualdo
Copy link
Member

Benualdo commented Nov 1, 2024

Use 0, 1, 2, 3 ... enum for MSAA modes and another enum 0x1, 0x2, 0x4 for the corresponding flags
(Same for HDR modes)

@Benualdo Benualdo added good first issue Good for newcomers clean Clean codebase labels Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clean Clean codebase good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant