Search
lxdream.org :: lxdream/src/pvr2/scene.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/pvr2/scene.h
changeset 1140:7dc1c71ece76
prev1133:f3da7d810d5c
next1151:e1848ca9b5b1
author nkeynes
date Tue Oct 26 08:39:02 2010 +1000 (12 years ago)
permissions -rw-r--r--
last change Implement fragment shader to support palette textures 'directly', and
therefore avoid having to reload all palette textures whenever the palette
changes.
file annotate diff log raw
1.1 --- a/src/pvr2/scene.h Wed Oct 20 17:56:59 2010 +1000
1.2 +++ b/src/pvr2/scene.h Tue Oct 26 08:39:02 2010 +1000
1.3 @@ -35,7 +35,7 @@
1.4
1.5
1.6 struct vertex_struct {
1.7 - float u,v;
1.8 + float u,v,r,tex_mode; /* tex-coord quad */
1.9 float x,y,z;
1.10 float rgba[4];
1.11 float offset_rgba[4];
.