A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.unity3d.com/Manual/writing-shader-add-shader-program.html below:

Manual: Add an HLSL shader program

Shader program fundamentals

Duplicate HLSL in multiple programs

Add an HLSL shader program

To add HLSL code, you can use the HLSLPROGRAM directive.

Example
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