summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Assets/MaterialAsset.cpp
AgeCommit message (Expand)Author
2025-11-20VideoCommon: fix MaterialAsset so that boolean parameters are written to memo...iwubcode
2025-10-29MaterialAsset: Fix shadowed fieldJoshua Vandaƫle
2025-08-23VideoCommon: update material asset to support render state properties, suppor...iwubcode
2025-06-06VideoCommon: rename m_bytes_loaded in asset library to bytes_loadediwubcode
2024-12-15Modernize `std::all_of` with rangesmitaclaw
2024-01-23VideoCommon: add function to serialize MaterialAsset to jsoniwubcode
2023-12-04VideoCommon: add additional data types (int, int2, float, bool, etc) as prope...iwubcode
2023-07-09VideoCommon: add material asset. A material is similar to other graphics eng...iwubcode