more inline visualization; do not require qualifier if view rule names collide with locals

This commit is contained in:
Ryan Fleury
2025-02-11 16:36:20 -08:00
parent 98ec6ee3bb
commit 6c37db2105
5 changed files with 6 additions and 15 deletions
+4 -2
View File
@@ -826,8 +826,10 @@ r_end_frame(void)
tex = next)
{
next = tex->next;
tex->view->lpVtbl->Release(tex->view);
tex->texture->lpVtbl->Release(tex->texture);
tex->view->lpVtbl->Release(tex->view);
tex->texture->lpVtbl->Release(tex->texture);
tex->view = 0;
tex->texture = 0;
tex->generation += 1;
SLLStackPush(r_d3d11_state->first_free_tex2d, tex);
}