VideoCommon: add an asset library that loads directly from the filesystem

This commit is contained in:
iwubcode
2023-06-02 14:24:21 -05:00
parent 6028c05644
commit 07307edd49
4 changed files with 186 additions and 0 deletions

View File

@ -14,6 +14,8 @@ add_library(videocommon
Assets/CustomAssetLibrary.h
Assets/CustomTextureData.cpp
Assets/CustomTextureData.h
Assets/DirectFilesystemAssetLibrary.cpp
Assets/DirectFilesystemAssetLibrary.h
AsyncRequests.cpp
AsyncRequests.h
AsyncShaderCompiler.cpp