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

WISH: Clip none #163

Open
luce80 opened this issue Apr 21, 2024 · 0 comments
Open

WISH: Clip none #163

luce80 opened this issue Apr 21, 2024 · 0 comments

Comments

@luce80
Copy link

luce80 commented Apr 21, 2024

Since clipping regions are affected by the transformation matrix and having a block! adds a level of indirection I wish that instead of:

...unclipped draw commands...
clip <start> <end> [
	...clipped draw commands...
]
...unclipped draw commands...

I could do;

...unclipped draw commands...
clip <start> <end>
..clipped draw commands...
unclip ; or clip off or clip none or whatever
...unclipped draw commands...
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

No branches or pull requests

1 participant