Shader program fundamentals
Duplicate HLSL in multiple programs
Add an HLSL shader programTo add HLSL code, you can use the HLSLPROGRAM
directive.
Shader "Examples/ExampleShader"
{
SubShader
{
Pass
{
Name "ExamplePassName"
Tags { "LightMode" = "ExampleLightModeTagValue" }
// ShaderLab commands to set the render state go here
HLSLPROGRAM
// HLSL shader code goes here
ENDHLSL
}
}
}
Additional resources
Shader program fundamentals
Duplicate HLSL in multiple programs
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4