Add devwindow tab listing render targets

Copy TableContainer from content into engine. It's internal though.

Add various stuff to Clyde to allow the UI to access it. Includes a new IClydeInternal.RenderNow() which seems to not completely explode in my face.
This commit is contained in:
PJB3005
2025-09-13 01:21:22 +02:00
parent 186392ea80
commit 60d26be139
11 changed files with 604 additions and 6 deletions
@@ -6,5 +6,6 @@
<DevWindowTabUI Name="UI" />
<DevWindowTabPerf Name="Perf" />
<DevWindowTabTextures Name="Textures" />
<DevWindowTabRenderTargets Name="RenderTargets" />
</TabContainer>
</Control>