mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:09:00 +08:00
Update Daxa to 3.0.1 (#41256)
This commit is contained in:
parent
20f600a4f5
commit
767987535b
@ -1,7 +1,9 @@
|
||||
vcpkg_from_git(
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
URL https://github.com/Ipotrick/Daxa
|
||||
REF 61b699ac12de475cf4a79bc99106b865acddaf18
|
||||
REPO Ipotrick/Daxa
|
||||
REF ${VERSION}
|
||||
SHA512 53e31bd89170ee18f404ae778c6fd0d5a1cefa2faf9f28e98d793c79dddeb03acda5525c98b875e45024de5db9c5e9cd9216042978c3a107587fefb6343db1e0
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
@ -9,10 +11,11 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
utils-imgui WITH_UTILS_IMGUI
|
||||
utils-mem WITH_UTILS_MEM
|
||||
utils-pipeline-manager-glslang WITH_UTILS_PIPELINE_MANAGER_GLSLANG
|
||||
utils-pipeline-manager-slang WITH_UTILS_PIPELINE_MANAGER_SLANG
|
||||
utils-pipeline-manager-spirv-validation WITH_UTILS_PIPELINE_MANAGER_SPIRV_VALIDATION
|
||||
utils-task-graph WITH_UTILS_TASK_GRAPH
|
||||
)
|
||||
set(DAXA_DEFINES)
|
||||
set(DAXA_DEFINES "-DDAXA_INSTALL=true")
|
||||
|
||||
if(WITH_UTILS_IMGUI)
|
||||
list(APPEND DAXA_DEFINES "-DDAXA_ENABLE_UTILS_IMGUI=true")
|
||||
@ -23,6 +26,9 @@ endif()
|
||||
if(WITH_UTILS_PIPELINE_MANAGER_GLSLANG)
|
||||
list(APPEND DAXA_DEFINES "-DDAXA_ENABLE_UTILS_PIPELINE_MANAGER_GLSLANG=true")
|
||||
endif()
|
||||
if(WITH_UTILS_PIPELINE_MANAGER_SLANG)
|
||||
list(APPEND DAXA_DEFINES "-DDAXA_ENABLE_UTILS_PIPELINE_MANAGER_SLANG=true")
|
||||
endif()
|
||||
if(WITH_UTILS_PIPELINE_MANAGER_SPIRV_VALIDATION)
|
||||
list(APPEND DAXA_DEFINES "-DDAXA_ENABLE_UTILS_PIPELINE_MANAGER_SPIRV_VALIDATION=true")
|
||||
endif()
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "daxa",
|
||||
"version": "2.0.0",
|
||||
"version": "3.0.2",
|
||||
"description": "Daxa C++ Vulkan Abstraction",
|
||||
"homepage": "https://github.com/Ipotrick/Daxa",
|
||||
"license": "MIT",
|
||||
@ -40,6 +40,12 @@
|
||||
"glslang"
|
||||
]
|
||||
},
|
||||
"utils-pipeline-manager-slang": {
|
||||
"description": "Build with Slang",
|
||||
"dependencies": [
|
||||
"shader-slang"
|
||||
]
|
||||
},
|
||||
"utils-pipeline-manager-spirv-validation": {
|
||||
"description": "Build with SPIR-V validation",
|
||||
"dependencies": [
|
||||
|
@ -2225,7 +2225,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"daxa": {
|
||||
"baseline": "2.0.0",
|
||||
"baseline": "3.0.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"dbg-macro": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "11b337b86d5d7f3962cdc06942918607f7bd4489",
|
||||
"version": "3.0.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "2f57bd48f2c32dfad7e8a7dc51e167c9e0832848",
|
||||
"version": "2.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user