googlevr / tilt-brush-toolkit

Scripts and assets that help you use Tilt Brush data in your creative projects.
Apache License 2.0
744 stars 164 forks source link

change vertex output to SV_POSITION and fragment to SV_TARGET where applicable #42

Closed mrlinds closed 4 years ago

mrlinds commented 4 years ago

Some fragment shaders are using target symantics which may be problematic on some platforms, so change vertex output to SV_POSITION and fragment to SV_TARGET