Merge pull request #12009 from iwubcode/shader_asset

VideoCommon: add a pixel shader asset
This commit is contained in:
Admiral H. Curtiss
2023-07-03 03:24:11 +02:00
committed by GitHub
9 changed files with 310 additions and 0 deletions

View File

@ -18,6 +18,8 @@ add_library(videocommon
Assets/CustomTextureData.h
Assets/DirectFilesystemAssetLibrary.cpp
Assets/DirectFilesystemAssetLibrary.h
Assets/ShaderAsset.cpp
Assets/ShaderAsset.h
Assets/TextureAsset.cpp
Assets/TextureAsset.h
AsyncRequests.cpp