tweak types
This commit is contained in:
parent
ea74fe7076
commit
ea280b6382
|
@ -49,7 +49,7 @@ Plot3D::Plot3D(const lol::BBox& domainAndRange, float scale, float resolution, P
|
|||
Triangulate(functionValues, sliceLength, indices);
|
||||
|
||||
vao = lol::VAOFactory::Produce(vertices, indices,
|
||||
{
|
||||
lol::Layout {
|
||||
{ 3, GL_FLOAT, GL_FALSE, sizeof(float) * 4, (void*)0 },
|
||||
{ 1, GL_FLOAT, GL_FALSE, sizeof(float) * 4, (void*)(3 * sizeof(float))}
|
||||
}
|
||||
|
|
2
vendor/lol
vendored
2
vendor/lol
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 923213a6501f700d4a6556f85bcc2cc48557d140
|
||||
Subproject commit 711d18e7184fcfc41c1c065b1f97b00f361ab1f8
|
Loading…
Reference in a new issue