VirtualBox

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

Last change on this file since 35740 was 35579, checked in by vboxsync, 13 years ago

scm: cleanups and adjustments

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 192 bytes
Line 
1#extension GL_ARB_texture_rectangle : enable
2uniform sampler2DRect uSrcTex;
3void 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.

© 2023 Oracle
ContactPrivacy policyTerms of Use