Skip to content

Instantly share code, notes, and snippets.

//StereoScreen.shader
//Copyright (c) 2022 sunasaji
//SPDX-License-Identifier: MIT
Shader "Unlit/StereoScreen" {
Properties {
_MainTex ("MainTex", 2D) = "white" {}
_ExtendX("Extend X", float) = 0.5
_LeftShiftX("Left Shift X", float) = 0
_RightShiftX("Right Shift X", float) = 0.5