mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-22 15:51:30 +11:00
0dc873e73f
Initial version for trying to split up the shader to multi-pass in order to allow further adjustments of the outlines. Higher outline blur and weight settings will thicken up the lines for higher internal resolutions.
14 lines
321 B
Plaintext
14 lines
321 B
Plaintext
shaders = 4
|
|
|
|
shader0 = shaders/MMJ_Cel_Shader_MP_Blur_H.slang
|
|
alias0 = MMJ_BlurPass_H
|
|
|
|
shader1 = shaders/MMJ_Cel_Shader_MP_Blur_V.slang
|
|
alias1 = MMJ_BlurPass_V
|
|
|
|
shader2 = shaders/MMJ_Cel_Shader_MP_Outline.slang
|
|
alias2 = MMJ_OutlinePass
|
|
|
|
shader3 = shaders/MMJ_Cel_Shader_MP_Color.slang
|
|
alias3 = MMJ_ColorPass
|