index
:
oculusvr-sdk.git
jogamp_0.3.2
jogamp_0.4.4
jogamp_0.5.0.1
master
vanilla_0.3.2
vanilla_0.4.4
vanilla_0.5.0.1
OculusVR SDK Source Code (Linux, Windows and MacOS)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LibOVR
/
Src
/
CAPI
/
Shaders
/
SimpleQuad_ps.psh
blob: a98329bb233daf1eb58ca1b02eedffc790478dec (
plain
)
1
2
3
4
5
6
float4 Color; float4 main() : SV_Target { return Color; }