home *** CD-ROM | disk | FTP | other *** search
- package com.ms.directX;
-
- public final class d3dExecuteData {
- public int dwSize;
- public int dwVertexOffset;
- public int dwVertexCount;
- public int dwInstructionOffset;
- public int dwInstructionLength;
- public int dwHVertexOffset;
- public int dwSize2;
- public int dwTrianglesDrawn;
- public int dwLinesDrawn;
- public int dwPointsDrawn;
- public int dwSpansDrawn;
- public int dwVerticesProcessed;
- }
-