Skip to content

Conversation

@nicholasbishop
Copy link
Contributor

No description provided.

@brendanzab
Copy link
Contributor

Cheers!

brendanzab added a commit that referenced this pull request Nov 17, 2014
@brendanzab brendanzab merged commit a387828 into gfx-rs:master Nov 17, 2014
adamnemecek pushed a commit to adamnemecek/gfx that referenced this pull request Apr 1, 2021
439: Refactor usage tracking to be truly sparse r=dependency a=kvark

~~This is a required step towards gfx-rs#438 . We want to be tracking the usage by only having resource IDs around, not resources themselves. So we aren't going to have access to `full_selector`.~~

It's also streamlining some of the verbose parts of the internal API for usage tracking.
It also uses `SmallVec` for the texture tracker ranges, essentially making it lightweight for most cases (where the layer count is 1).

Compromises:
  - removes `SEPARATE_DEPTH_STENCIL_STATES` support. It's not in the near future to enable it anyway.

Co-authored-by: Dzmitry Malyshau <[email protected]>
adamnemecek pushed a commit to adamnemecek/gfx that referenced this pull request Apr 1, 2021
440: Stand-alone passes r=me,grovesNL a=kvark

Fixes gfx-rs#438 

Co-authored-by: Dzmitry Malyshau <[email protected]>
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

Successfully merging this pull request may close these issues.

2 participants