Changeset 1478
- Timestamp:
- Jun 14, 2012, 9:51:23 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gpu/vertexbuffer.cpp
r1475 r1478 361 361 362 362 # if !defined __CELLOS_LV2__ 363 if (type_index <= 12) 363 if (tlut[type_index].type == GL_FLOAT 364 || tlut[type_index].type == GL_DOUBLE 365 || tlut[type_index].type == GL_BYTE 366 || tlut[type_index].type == GL_UNSIGNED_BYTE) 364 367 { 365 368 /* Normalize unsigned bytes by default, because it's usually
Note: See TracChangeset
for help on using the changeset viewer.