Changeset 71686 in vbox for trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp
- Timestamp:
- Apr 5, 2018 3:03:53 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 121772
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp
r69904 r71686 6208 6208 Log(("vmsvga3dDrawPrimitives cid=%x numVertexDecls=%d numRanges=%d, cVertexDivisor=%d\n", cid, numVertexDecls, numRanges, cVertexDivisor)); 6209 6209 6210 /* Caller already check these, but it cannot hurt to check again... */ 6210 6211 AssertReturn(numVertexDecls && numVertexDecls <= SVGA3D_MAX_VERTEX_ARRAYS, VERR_INVALID_PARAMETER); 6211 6212 AssertReturn(numRanges && numRanges <= SVGA3D_MAX_DRAW_PRIMITIVE_RANGES, VERR_INVALID_PARAMETER); 6212 6213 AssertReturn(!cVertexDivisor || cVertexDivisor == numVertexDecls, VERR_INVALID_PARAMETER); 6214 6213 6215 /** @todo Non-zero cVertexDivisor */ 6214 6216 Assert(!cVertexDivisor);
Note:
See TracChangeset
for help on using the changeset viewer.