Last change
on this file since 64358 was 55401, checked in by vboxsync, 10 years ago |
added a couple of missing Id headers
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
|
File size:
203 bytes
|
Line | |
---|
1 | /* $Id: cconvBGR.c 55401 2015-04-23 10:03:17Z vboxsync $ */
|
---|
2 | #extension GL_ARB_texture_rectangle : enable
|
---|
3 | uniform sampler2DRect uSrcTex;
|
---|
4 | void vboxCConv()
|
---|
5 | {
|
---|
6 | vec2 srcCoord = vec2(gl_TexCoord[0]);
|
---|
7 | gl_FragColor = texture2DRect(uSrcTex, srcCoord);
|
---|
8 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.