Render pass descriptor handles

This commit is contained in:
Greg Wells
2025-06-04 09:49:43 -04:00
parent c48e11f998
commit f20d701353
9 changed files with 27 additions and 21 deletions

View File

@@ -9,3 +9,5 @@ GN_HANDLE(gnDebugger);
GN_HANDLE(gnWindowSurface);
GN_HANDLE(gnPresentationQueue);
GN_HANDLE(gnTexture);
GN_HANDLE(gnRenderPassDescriptor);
GN_HANDLE(gnOutputDevice);