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

More Draw() functions, including support for vertex buffers without indices #3

Closed
Tracked by #1
aquagoose opened this issue Aug 29, 2022 · 1 comment
Closed
Tracked by #1
Assignees
Labels
Milestone

Comments

@aquagoose
Copy link
Member

No description provided.

@aquagoose aquagoose mentioned this issue Aug 29, 2022
29 tasks
@aquagoose aquagoose added this to the 1.0 milestone Aug 29, 2022
@aquagoose aquagoose added the 1.x label Aug 29, 2022
@aquagoose aquagoose self-assigned this Aug 29, 2022
@aquagoose
Copy link
Member Author

Implemented.
Draw() & DrawIndexed()

!!!! BREAKING CHANGE !!!!
Draw(uint) now does not draw using index buffer, only vertex buffer, use DrawIndexed(uint) instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant