summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Assets/ShaderAsset.cpp
AgeCommit message (Expand)Author
2025-12-29ShaderAsset: Fix shadowed variableJoshua Vandaƫle
2025-11-21VideoCommon: update ShaderAsset to use a vector of properties, this way we en...iwubcode
2025-11-21VideoCommon: update ShaderAsset to remove requirement of the code name being ...iwubcode
2025-08-22VideoCommon: update shader asset to support both vertex and pixel shaders; re...iwubcode
2025-06-06VideoCommon: rename m_bytes_loaded in asset library to bytes_loadediwubcode
2024-12-15Modernize `std::all_of` with rangesmitaclaw
2024-01-24ShaderAsset: Emplace value instances when possible in ToJson()Lioncash
2024-01-23VideoCommon: add a method to calculate a default value for ShaderAsset and an...iwubcode
2024-01-23VideoCommon: add function to serialize ShaderAsset to jsoniwubcode
2023-12-12VideoCommon: update shader asset to provide a variant default valueiwubcode
2023-12-11ShaderAsset: Mark ParseShaderProperties() as staticLioncash
2023-10-16VideoCommon: use ToLower function in assets when parsing json, for proper loc...iwubcode
2023-10-16VideoCommon: add additional properties to ShaderAsset to support custom shade...iwubcode
2023-09-05VideoCommon: add cubemap as a sampler target for shaders, add cubemap as a va...iwubcode
2023-08-26VideoCommon: add additional texture sampler types to ShaderAssetiwubcode
2023-06-30VideoCommon: add a pixel shader assetiwubcode