supported HDPI PerMonitor at Windows platform.
This commit is contained in:
parent
057a6e2bd0
commit
727d36f16b
@ -1 +1 @@
|
||||
Subproject commit 78046ef7e5a33ace87bb7a858dccab4fe737d24a
|
||||
Subproject commit ba5bb61096725b03d1487398f025c7574f60eda9
|
2
CMCore
2
CMCore
@ -1 +1 @@
|
||||
Subproject commit f305b89cd3e3fe281635a67fba24c77e85242975
|
||||
Subproject commit 6c2f5b255c0c04e20531e2fc8ac7843df264fa5b
|
@ -1 +1 @@
|
||||
Subproject commit afd66d8f400eab3858efea22b5862194995ef642
|
||||
Subproject commit ad3fb8d3809f7975df33ea5753f4e1454b6d1f3a
|
@ -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)
|
||||
|
2
res
2
res
@ -1 +1 @@
|
||||
Subproject commit 534f4efea9e1db2ad8572d84b68f5b67fc32b557
|
||||
Subproject commit fd0bd99c873a376121eb534b99fe7fbfb24c2fd2
|
Loading…
x
Reference in New Issue
Block a user