Changeset 2156 for trunk/src/gpu/vertexbuffer.cpp
- Timestamp:
- Dec 20, 2012, 2:01:32 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gpu/vertexbuffer.cpp
r2082 r2156 374 374 if (usage_index++ == index) 375 375 break; 376 377 if (attr_index == m_count) 378 { 379 Log::Error("stream #%d with usage %x not found in declaration\n", 380 index, usage); 381 attr_index = 0; 382 } 376 383 377 384 /* Now compute the stride and offset up to this stream index */
Note: See TracChangeset
for help on using the changeset viewer.