Yours3lf / rpi-vk-driver

VK driver for the Raspberry Pi (Broadcom Videocore IV)
MIT License
1.23k stars 70 forks source link

triangle test: move the createWindowSurface() and createSwapChain() calls #30

Open caramelli opened 3 years ago

caramelli commented 3 years ago

This change calls createWindowSurface () and createSwapChain () earlier in the triangle test (which is the case in other tests).

Nicolas Caramelli