mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 21:47:57 +00:00
More vertex semantic adjustments
This commit is contained in:
@@ -256,8 +256,8 @@ struct TestApplicationCallback : IApplicationCallback
|
||||
/* Make vertex format */
|
||||
VertexElementDescriptor descs[2] =
|
||||
{
|
||||
{vbo, nullptr, VertexSemantic::Position},
|
||||
{vbo, nullptr, VertexSemantic::UV}
|
||||
{vbo, nullptr, VertexSemantic::Position3},
|
||||
{vbo, nullptr, VertexSemantic::UV2}
|
||||
};
|
||||
IVertexFormat* vfmt = factory->newVertexFormat(2, descs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user