supported HDPI PerMonitor at Windows platform.

This commit is contained in:
2022-03-15 18:03:29 +08:00
parent 057a6e2bd0
commit 727d36f16b
5 changed files with 6 additions and 5 deletions

View File

@@ -4,6 +4,7 @@
IF(WIN32)
set_target_properties(${name} PROPERTIES VS_DEBUGGER_WORKING_DIRECTORY ${ULRE_RUNTIME_PATH})
set_property(TARGET ${name} PROPERTY VS_DPI_AWARE "PerMonitor")
ENDIF()
set_property(TARGET ${name} PROPERTY FOLDER "ULRE/Example/Vulkan")
@@ -53,4 +54,4 @@ CreateProject(16.DeferredRenderMultiCmdBuffer DeferredRenderMultiCmdBuffer.cpp)
CreateProject(17.Cubemap Cubemap.cpp)
CreateProject(17.EquirectangularMap EquirectangularMap.cpp)
CreateProject(18.RayPicking RayPicking.cpp)
CreateProject(18.RayPicking RayPicking.cpp)