summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/GraphicsModSystem/Runtime/Actions/CustomPipelineAction.cpp
AgeCommit message (Expand)Author
2024-01-27VideoCommon: refactor the custom pipeline logic in the graphics mod action in...iwubcode
2023-12-19VideoCommon: update custom pipeline action to support a variety of texture sa...iwubcode
2023-12-04VideoCommon: add additional data types (int, int2, float, bool, etc) as prope...iwubcode
2023-10-10VideoCommon: instead of using 'CustomTextureData' directly, use 'TextureData'...iwubcode
2023-09-04Merge pull request #12137 from iwubcode/custom_pipeline_more_error_checkingJMC47
2023-09-02VideoCommon: add loading cube maps from DDS files and loading it into our cus...iwubcode
2023-08-24VideoCommon: additional error checking for CustomPipelineAction and move the ...iwubcode
2023-08-20VideoCommon: add custom pipeline actioniwubcode