Skip to content

A simple example of MRT (multi render targets) with Unity

Notifications You must be signed in to change notification settings

Donnotron666/UnityMrtTest

This branch is up to date with keijiro/UnityMrtTest:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c9bf0bf · Mar 9, 2017

History

5 Commits
Mar 9, 2017
Mar 9, 2017
Apr 14, 2016
Apr 14, 2016
Mar 9, 2017

Repository files navigation

Unity MRT Test

This example shows how to use MRT (multi render targets) buffers in Unity.

Screenshot

Note - In most cases, the MRT feature doesn’t work with OpenGL ES 2.0. It’s recommended to use with OpenGL ES 3.0 or Metal. In case OpenGL ES 2.0 support is required, shader blocks using MRT should be disabled with #if !SHADER_API_GLES directives, because they emit shader compilation error at run time.

About

A simple example of MRT (multi render targets) with Unity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 54.7%
  • ShaderLab 45.3%