mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
VideoCommon: add material asset. A material is similar to other graphics engines where it provides data to be used in conjunction with a shader asset to generate a runtime AbstractShader
This commit is contained in:
@ -18,6 +18,8 @@ add_library(videocommon
|
||||
Assets/CustomTextureData.h
|
||||
Assets/DirectFilesystemAssetLibrary.cpp
|
||||
Assets/DirectFilesystemAssetLibrary.h
|
||||
Assets/MaterialAsset.cpp
|
||||
Assets/MaterialAsset.h
|
||||
Assets/ShaderAsset.cpp
|
||||
Assets/ShaderAsset.h
|
||||
Assets/TextureAsset.cpp
|
||||
|
Reference in New Issue
Block a user