* Merged in my latest changes into SVN repository.
* Arranged to avoid reading/writing textures at same time. * Removed depth and stencil buffers from FBO's. * Eliminated 1-component FBO that caused grief for FBO completeness test. * Added back missing cubeShaderNoTexture.vert
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_FragColor = gl_Color ;
|
||||
}
|
||||
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_FragColor = gl_Color ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user