mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
8 lines
152 B
Text
8 lines
152 B
Text
uniform samplerCube _MainTex;
|
|
void main ()
|
|
{
|
|
gl_FragData[0] = textureCube (_MainTex, gl_TexCoord[0].xyz);
|
|
}
|
|
|
|
|
|
// inputs: 1, stats: 0 alu 1 tex 0 flow
|