You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked at this a bit more and it seems like the move here maybe to better align TR's API with how DX works with multiple sample images. I played around with some changes which I'll put up on a branch later today.
High level list of changes:
Added attachment parameter to tr_cmd_render_target_transition
Added tr_cmd_resolve_image to resolve a single texture uses the format from single sample texture (not sure if this is the best thing)
Added tr_cmd_resolve_render_target to resolve all attachments assuming their states are the same
Removed the automatic resolve in tr_internal_dx_cmd_end_render
Issue stemming from #18
I looked at this a bit more and it seems like the move here maybe to better align TR's API with how DX works with multiple sample images. I played around with some changes which I'll put up on a branch later today.
High level list of changes:
Here's what the function signatures look like:
Let me know what you think.
The text was updated successfully, but these errors were encountered: