2014-01-18 04:11:59 +00:00
|
|
|
add_subdirectory(OGL)
|
2014-02-03 13:02:17 +00:00
|
|
|
add_subdirectory(Null)
|
2013-09-11 03:12:54 +00:00
|
|
|
add_subdirectory(Software)
|
2017-01-20 22:00:55 +00:00
|
|
|
|
2023-04-07 01:37:45 +00:00
|
|
|
if(WIN32)
|
2019-03-09 13:31:35 +00:00
|
|
|
add_subdirectory(D3DCommon)
|
2017-01-20 22:00:55 +00:00
|
|
|
add_subdirectory(D3D)
|
2019-03-28 10:35:46 +00:00
|
|
|
add_subdirectory(D3D12)
|
2017-01-20 22:00:55 +00:00
|
|
|
endif()
|
|
|
|
|
2022-06-01 09:58:13 +00:00
|
|
|
if(APPLE)
|
|
|
|
add_subdirectory(Metal)
|
|
|
|
endif()
|
|
|
|
|
2018-09-03 16:09:23 +00:00
|
|
|
if(ENABLE_VULKAN)
|
|
|
|
add_subdirectory(Vulkan)
|
|
|
|
endif()
|