surface details function

This commit is contained in:
Gregory Wells
2025-07-10 15:15:24 -04:00
parent 0dc2e035ab
commit fbd4c01e73
4 changed files with 39 additions and 3 deletions

View File

@@ -16,8 +16,7 @@ gnInstanceFunctions loadOpenGLInstanceFunctions() {
._gnCreateX11WindowSurface = createGLXContext,
#endif
#endif
// ._gnCreateMacOSWindowSurface = createMetalSurface,
// ._gnDestroyWindowSurface = destroyMetalWindowSurface,
// ._gnGetSurfaceDetails = getMetalSurfaceDetails
._gnGetSurfaceDetails = genOpenGLSurfaceDetails
};
}