[glutils] Add ProgramSource::vboLen
This commit is contained in:
parent
caa59f3724
commit
e84df7801e
1
deps/glutils/include/glutils/glutils.hpp
vendored
1
deps/glutils/include/glutils/glutils.hpp
vendored
@ -164,6 +164,7 @@ struct ProgramSource {
|
||||
}
|
||||
return len;
|
||||
}();
|
||||
GLsizei const vboLen = rowLen * 4;
|
||||
ox::String const vertShader{};
|
||||
ox::String const fragShader{};
|
||||
ox::String const geomShader{};
|
||||
|
Loading…
Reference in New Issue
Block a user