VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/shaders/cconvBGR.c@ 22640

Last change on this file since 22640 was 22640, checked in by vboxsync, 16 years ago

OSE fix

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 184 bytes
Line 
1#extension GL_ARB_texture_rectangle : enable
2
3uniform sampler2DRect uSrcTex;
4
5void cconvBGR(vec2 srcCoord)
6{
7 gl_FragColor = texture2DRect(uSrcTex, vec2(srcCoord.x, srcCoord.y));
8}
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette