Skip to content
Snippets Groups Projects
Commit fa3e41c6 authored by Sebastian Gaida's avatar Sebastian Gaida
Browse files

[#87] call static methode instead

parent a557caeb
No related branches found
No related tags found
1 merge request!74Resolve "Mesh Shader Implementation"
Pipeline #26407 failed
......@@ -217,7 +217,7 @@ int main(int argc, const char** argv) {
while (window.isWindowOpen())
{
window.pollEvents();
vkcv::Window::pollEvents();
uint32_t swapchainWidth, swapchainHeight; // No resizing = No problem
if (!core.beginFrame(swapchainWidth, swapchainHeight)) {
......
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