├── GrabScreen.cs ├── GrabScreen.cs.meta ├── Materials.meta ├── Materials ├── CommandBufferRefraction.mat ├── CommandBufferRefraction.mat.meta ├── CommandBufferRefractionCheaper.mat ├── CommandBufferRefractionCheaper.mat.meta ├── CommandBufferRefractionCheaperAlt.mat └── CommandBufferRefractionCheaperAlt.mat.meta ├── README.md ├── Shaders.meta ├── Shaders ├── RefractionWithCommandBuffer.shader ├── RefractionWithCommandBuffer.shader.meta ├── RefractionWithCommandBufferCheaper.shader ├── RefractionWithCommandBufferCheaper.shader.meta ├── SeparableBlur.shader ├── SeparableBlur.shader.meta ├── ShaderGUI.meta └── ShaderGUI │ ├── Editor.meta │ └── Editor │ ├── CustomMaterialInspector.cs │ └── CustomMaterialInspector.cs.meta ├── Textures.meta ├── Textures ├── Portal_AlbedoBlur.psd ├── Portal_AlbedoBlur.psd.meta ├── Portal_MetallicSmoothnessOcclusionOpacity.psd ├── Portal_MetallicSmoothnessOcclusionOpacity.psd.meta ├── Portal_Normal.png └── Portal_Normal.png.meta ├── _CommandBufferRefraction.unity ├── _CommandBufferRefraction.unity.meta ├── _CommandBufferRefractionCheaper.unity └── _CommandBufferRefractionCheaper.unity.meta /GrabScreen.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/GrabScreen.cs -------------------------------------------------------------------------------- /GrabScreen.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/GrabScreen.cs.meta -------------------------------------------------------------------------------- /Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/Materials.meta -------------------------------------------------------------------------------- /Materials/CommandBufferRefraction.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/Materials/CommandBufferRefraction.mat -------------------------------------------------------------------------------- /Materials/CommandBufferRefraction.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/Materials/CommandBufferRefraction.mat.meta -------------------------------------------------------------------------------- /Materials/CommandBufferRefractionCheaper.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/Materials/CommandBufferRefractionCheaper.mat -------------------------------------------------------------------------------- /Materials/CommandBufferRefractionCheaper.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/Materials/CommandBufferRefractionCheaper.mat.meta -------------------------------------------------------------------------------- /Materials/CommandBufferRefractionCheaperAlt.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/Materials/CommandBufferRefractionCheaperAlt.mat -------------------------------------------------------------------------------- /Materials/CommandBufferRefractionCheaperAlt.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/Materials/CommandBufferRefractionCheaperAlt.mat.meta -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/README.md -------------------------------------------------------------------------------- /Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/Shaders.meta -------------------------------------------------------------------------------- /Shaders/RefractionWithCommandBuffer.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/Shaders/RefractionWithCommandBuffer.shader -------------------------------------------------------------------------------- /Shaders/RefractionWithCommandBuffer.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/Shaders/RefractionWithCommandBuffer.shader.meta -------------------------------------------------------------------------------- /Shaders/RefractionWithCommandBufferCheaper.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/Shaders/RefractionWithCommandBufferCheaper.shader -------------------------------------------------------------------------------- /Shaders/RefractionWithCommandBufferCheaper.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/Shaders/RefractionWithCommandBufferCheaper.shader.meta -------------------------------------------------------------------------------- /Shaders/SeparableBlur.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/Shaders/SeparableBlur.shader -------------------------------------------------------------------------------- /Shaders/SeparableBlur.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/Shaders/SeparableBlur.shader.meta -------------------------------------------------------------------------------- /Shaders/ShaderGUI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/Shaders/ShaderGUI.meta -------------------------------------------------------------------------------- /Shaders/ShaderGUI/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/Shaders/ShaderGUI/Editor.meta -------------------------------------------------------------------------------- /Shaders/ShaderGUI/Editor/CustomMaterialInspector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/Shaders/ShaderGUI/Editor/CustomMaterialInspector.cs -------------------------------------------------------------------------------- /Shaders/ShaderGUI/Editor/CustomMaterialInspector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/Shaders/ShaderGUI/Editor/CustomMaterialInspector.cs.meta -------------------------------------------------------------------------------- /Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/Textures.meta -------------------------------------------------------------------------------- /Textures/Portal_AlbedoBlur.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/Textures/Portal_AlbedoBlur.psd -------------------------------------------------------------------------------- /Textures/Portal_AlbedoBlur.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/Textures/Portal_AlbedoBlur.psd.meta -------------------------------------------------------------------------------- /Textures/Portal_MetallicSmoothnessOcclusionOpacity.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/Textures/Portal_MetallicSmoothnessOcclusionOpacity.psd -------------------------------------------------------------------------------- /Textures/Portal_MetallicSmoothnessOcclusionOpacity.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/Textures/Portal_MetallicSmoothnessOcclusionOpacity.psd.meta -------------------------------------------------------------------------------- /Textures/Portal_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/Textures/Portal_Normal.png -------------------------------------------------------------------------------- /Textures/Portal_Normal.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/Textures/Portal_Normal.png.meta -------------------------------------------------------------------------------- /_CommandBufferRefraction.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/_CommandBufferRefraction.unity -------------------------------------------------------------------------------- /_CommandBufferRefraction.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/_CommandBufferRefraction.unity.meta -------------------------------------------------------------------------------- /_CommandBufferRefractionCheaper.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/_CommandBufferRefractionCheaper.unity -------------------------------------------------------------------------------- /_CommandBufferRefractionCheaper.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Doppelkeks/Unity-CommandBufferRefraction/HEAD/_CommandBufferRefractionCheaper.unity.meta --------------------------------------------------------------------------------