Added UI Scaling support

This commit is contained in:
2023-07-24 11:01:29 -07:00
parent 3bbb5ca030
commit bf1f05c335
10 changed files with 83 additions and 21 deletions

View File

@ -8,4 +8,5 @@ if(DAWN_TARGET_WIN32 AND DAWN_TARGET_GLFW)
endif()
if(DAWN_TARGET_OSX AND DAWN_TARGET_GLFW)
add_subdirectory(opengl-osx)
endif()