Changeset 31474 in vbox for trunk/src/VBox/GuestHost/OpenGL/packer/pack_program.c
- Timestamp:
- Aug 9, 2010 10:30:49 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/packer/pack_program.c
r15532 r31474 355 355 GET_PACKER_CONTEXT(pc); 356 356 unsigned char *data_ptr; 357 (void) pc;358 357 GET_BUFFERED_POINTER( pc, 8 ); 359 358 pc->current.c.vertexAttrib.b4[index] = data_ptr + 12; … … 371 370 GET_PACKER_CONTEXT(pc); 372 371 unsigned char *data_ptr; 373 (void) pc;374 372 GET_BUFFERED_POINTER( pc, 20 ); 375 373 pc->current.c.vertexAttrib.i4[index] = data_ptr + 12; … … 387 385 GET_PACKER_CONTEXT(pc); 388 386 unsigned char *data_ptr; 389 (void) pc;390 387 GET_BUFFERED_POINTER( pc, 12 ); 391 388 pc->current.c.vertexAttrib.s4[index] = data_ptr + 12; … … 403 400 GET_PACKER_CONTEXT(pc); 404 401 unsigned char *data_ptr; 405 (void) pc;406 402 GET_BUFFERED_POINTER( pc, 8 ); 407 403 pc->current.c.vertexAttrib.ub4[index] = data_ptr + 12; … … 419 415 GET_PACKER_CONTEXT(pc); 420 416 unsigned char *data_ptr; 421 (void) pc;422 417 GET_BUFFERED_POINTER( pc, 20 ); 423 418 pc->current.c.vertexAttrib.ui4[index] = data_ptr + 12; … … 435 430 GET_PACKER_CONTEXT(pc); 436 431 unsigned char *data_ptr; 437 (void) pc;438 432 GET_BUFFERED_POINTER( pc, 12 ); 439 433 pc->current.c.vertexAttrib.s4[index] = data_ptr + 12; … … 451 445 GET_PACKER_CONTEXT(pc); 452 446 unsigned char *data_ptr; 453 (void) pc;454 447 GET_BUFFERED_POINTER( pc, 8 ); 455 448 pc->current.c.vertexAttrib.b4[index] = data_ptr + 12; … … 467 460 GET_PACKER_CONTEXT(pc); 468 461 unsigned char *data_ptr; 469 (void) pc;470 462 GET_BUFFERED_POINTER( pc, 20 ); 471 463 pc->current.c.vertexAttrib.i4[index] = data_ptr + 12; … … 483 475 GET_PACKER_CONTEXT(pc); 484 476 unsigned char *data_ptr; 485 (void) pc;486 477 GET_BUFFERED_POINTER( pc, 20 ); 487 478 pc->current.c.vertexAttrib.ui4[index] = data_ptr + 12; … … 499 490 GET_PACKER_CONTEXT(pc); 500 491 unsigned char *data_ptr; 501 (void) pc;502 492 GET_BUFFERED_POINTER( pc, 12 ); 503 493 pc->current.c.vertexAttrib.s4[index] = data_ptr + 12; … … 516 506 GET_PACKER_CONTEXT(pc); 517 507 unsigned char *data_ptr; 518 (void) pc;519 508 GET_BUFFERED_POINTER( pc, 8 ); 520 509 pc->current.c.vertexAttrib.ub4[index] = data_ptr + 12;
Note:
See TracChangeset
for help on using the changeset viewer.