This website requires JavaScript.
Explore
Help
Sign In
Leahnaya
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2026-09-23 02:40:35 -05:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c7d7ae49120bbc79797698a9f534a29cddcdbd98
dolphin
/
Source
/
Core
/
VideoCommon
/
Assets
History
Mai
b27c15fab6
Merge pull request
#12382
from iwubcode/shader_asset_default_value
...
VideoCommon: update shader asset to provide a variant default value
2023-12-17 14:41:55 -05:00
..
CustomAsset.cpp
…
CustomAsset.h
…
CustomAssetLibrary.cpp
CustomAssetLibrary: Remove unused GetAssetSize() function
2023-12-11 22:00:52 -05:00
CustomAssetLibrary.h
CustomAssetLibrary: Remove unnecessary qualifier in LoadInfo
2023-11-25 18:01:44 -05:00
CustomAssetLoader.cpp
…
CustomAssetLoader.h
…
CustomTextureData.cpp
…
CustomTextureData.h
…
DirectFilesystemAssetLibrary.cpp
…
DirectFilesystemAssetLibrary.h
…
MaterialAsset.cpp
VideoCommon: add additional data types (int, int2, float, bool, etc) as properties of materials and some helper functions to support sending the data to the GPU
2023-12-04 00:12:31 -06:00
MaterialAsset.h
VideoCommon: add additional data types (int, int2, float, bool, etc) as properties of materials and some helper functions to support sending the data to the GPU
2023-12-04 00:12:31 -06:00
ShaderAsset.cpp
VideoCommon: update shader asset to provide a variant default value
2023-12-12 00:01:22 -06:00
ShaderAsset.h
VideoCommon: update shader asset to provide a variant default value
2023-12-12 00:01:22 -06:00
TextureAsset.cpp
…
TextureAsset.h
…