~haggai-eran/nux/rtl-rebased

« back to all changes in this revision

Viewing changes to NuxGraphics/GpuDeviceVertex.cpp

  • Committer: Jay Taoko
  • Date: 2011-10-21 22:06:35 UTC
  • mto: This revision was merged to the branch mainline in revision 509.
  • Revision ID: jay.taoko@canonical.com-20111021220635-1tdvncs47hdlfbz1
* Removed custom Nux types: t_u32, t_s32, t_bool, ...

Show diffs side-by-side

added added

removed removed

Lines of Context:
384
384
//       InvalidateVertexBuffer();
385
385
//       InvalidateVertexBuffer();
386
386
// 
387
 
//       t_size ptr = * (t_size *) pVertexStreamZeroData + _StreamSource[vtxelement.Stream].StreamOffset;
 
387
//       size_t ptr = * (size_t *) pVertexStreamZeroData + _StreamSource[vtxelement.Stream].StreamOffset;
388
388
//       CHECKGL(glEnableClientState(GL_VERTEX_ARRAY));
389
389
//       CHECKGL(glVertexPointer( vtxelement.NumComponent,
390
390
//                                   vtxelement.Type,