You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00:00
Trigger save of the RD pipeline cache on application pause
This commit is contained in:
@@ -21,4 +21,12 @@ target_include_directories(${PROJECT_NAME}
|
||||
${ANDROID_ROOT_DIR}
|
||||
${OPENXR_INCLUDE_DIR})
|
||||
|
||||
add_definitions(-DUNIX_ENABLED -DVULKAN_ENABLED -DANDROID_ENABLED -DGLES3_ENABLED -DTOOLS_ENABLED -DDEBUG_ENABLED)
|
||||
add_definitions(
|
||||
-DUNIX_ENABLED
|
||||
-DVULKAN_ENABLED
|
||||
-DANDROID_ENABLED
|
||||
-DGLES3_ENABLED
|
||||
-DTOOLS_ENABLED
|
||||
-DDEBUG_ENABLED
|
||||
-DRD_ENABLED
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user