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

Internalise Texture/TextureGL DrawX() methods #2475

Merged
merged 4 commits into from
Jun 4, 2019

Conversation

smoogipoo
Copy link
Contributor

In #2318, the methods will receive a new "depth" parameter, which I don't want to be exposed publicly.

I've added helper methods in DrawNode to invoke the relevant methods instead.


{Version}

Texture.DrawTriangle() and Texture.DrawQuad() have been removed

Use DrawNode.DrawTriangle() and DrawNode.DrawQuad() instead.

@peppy peppy merged commit 38ae085 into ppy:master Jun 4, 2019
@smoogipoo smoogipoo deleted the drawnode-draw-methods branch May 21, 2021 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants