Displaying 2 results from an estimated 2 matches for "texunits".
Did you mean:
texunit
2006 Oct 12
0
Privates example? (fwd)
...;model)
{
@@ -3180,13 +3189,13 @@
if (w->vCount == 0)
{
// reset
- w->indexCount = 0;
- w->texCoordSize = 4;
+ aw->indexCount = 0;
+ aw->texCoordSize = 4;
}
- vSize = 2 + w->texUnits * w->texCoordSize;
+ vSize = 2 + w->texUnits * aw->texCoordSize;
nVertices = w->vCount;
- nIndices = w->indexCount;
+ nIndices = aw->indexCount;
v = w->vertices + (nVertices * vSize);
i = w->indices + nIndices;
@@ -3523,7 +...
2009 Mar 27
0
Wine release 1.1.18
The Wine development release 1.1.18 is now available.
What's new in this release (see below for details):
- RPC over HTTP support.
- Improved support for upgrades in MSI.
- Debug symbols in WineDbg on Mac OS X.
- Many Direct3D code cleanups.
- Various bug fixes.
The source is available from the following locations: