summaryrefslogtreecommitdiff
path: root/docs/CustomPipelineGraphicsMod.md
AgeCommit message (Collapse)Author
2024-04-28VideoCommon: allow custom shaders to set the alpha value for use when ↵iwubcode
blending is enabled
2023-12-19docs: update CustomPipeline graphics mod docs based on changes in syntax to ↵iwubcode
support new functionality
2023-10-10VideoCommon: instead of using 'CustomTextureData' directly, use ↵iwubcode
'TextureData' for texture assets, this allows us to provide additional metadata for textures. Such as a sampler or type information (to distinguish cube maps)
2023-08-20VideoCommon: add milliseconds elapsed time value to pixel shaders as a ↵iwubcode
uniform to be able to support animation effects in custom shaders
2023-08-20docs: Add custom pipeline documentationiwubcode