Skip to content
Snippets Groups Projects
Verified Commit fcf7cd40 authored by Tobias Frisch's avatar Tobias Frisch
Browse files

[#34] Corrected triangle application

parent fec73717
No related branches found
No related tags found
1 merge request!43Resolve "Resizing-Event"
Pipeline #25426 passed
...@@ -147,8 +147,6 @@ int main(int argc, const char** argv) { ...@@ -147,8 +147,6 @@ int main(int argc, const char** argv) {
core.renderMesh( core.renderMesh(
trianglePass, trianglePass,
trianglePipeline, trianglePipeline,
windowWidth,
windowHeight,
sizeof(mvp), sizeof(mvp),
&mvp, &mvp,
vertexBufferBindings, vertexBufferBindings,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment