Last change
on this file since 26600 was 22883, checked in by vboxsync, 15 years ago |
fideo hw accel: fix for ATI + small optimizations
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
192 bytes
|
Line | |
---|
1 | #extension GL_ARB_texture_rectangle : enable
|
---|
2 | uniform sampler2DRect uSrcTex;
|
---|
3 | void vboxCConv()
|
---|
4 | {
|
---|
5 | vec2 srcCoord = vec2(gl_TexCoord[0]);
|
---|
6 | gl_FragColor = texture2DRect(uSrcTex, srcCoord);
|
---|
7 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.