OSDN Git Service

More accurate validation on gl vertex attributes
authorYahan Zhou <yahan@google.com>
Thu, 1 Dec 2016 21:49:44 +0000 (13:49 -0800)
committerYahan Zhou <yahan@google.com>
Thu, 1 Dec 2016 22:33:54 +0000 (14:33 -0800)
commit3f2f1b47280c540407bf6d1f2b83cadd3a889c32
tree2ca59eb7e425dc72ccfe6c71be1f39b88b0b5e80
parent47a3dfc570ad46a2a1a17dfad2c7c325160142d0
More accurate validation on gl vertex attributes

This CL has more accurate validation for gl vertex attributes, and is
more tolerable if the user forgot to disable some vertex attribute
arrays.

Change-Id: I6bb205add25bf51f0ba70a5cb267c3319a17a842
system/GLESv2_enc/GL2Encoder.cpp