Changeset 22825 in vbox
- Timestamp:
- Sep 7, 2009 8:41:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/shaders/cconvUYVY.c
r22776 r22825 20 20 y = srcClr.a; 21 21 } 22 vboxCConvApplyAYUV(vec4(u, y, 0.0, v)); }22 vboxCConvApplyAYUV(vec4(u, y, 0.0, v)); 23 23 }
Note:
See TracChangeset
for help on using the changeset viewer.