Add abstraction for bindless resources#67
Conversation
0fa2d21 to
a0fbdc8
Compare
cb6e7d5 to
c8b782a
Compare
|
Sorry for the dumb mistakes it was late when I pushed yesterday lol |
a970ffd to
e875102
Compare
|
I wasn't sure how to write a method to bind the pool descriptor set so I did it in the simplest and most direct way. Let me know if won't do. I'm particularly worried of the fact that |
|
What I imagine is best is to try to implement pipeline layout compatibility (See the spec). What this means in practice is that when calling We can then try to include the bound pools in this calculation so they are not cleared when the layout is compatible. |
No description provided.