/////////////////////////////////////////////////////// Entry point of application \return Application exit code ///////////////////////////////////////////////////////
| 2625 | /// |
| 2626 | //////////////////////////////////////////////////////////// |
| 2627 | int main() |
| 2628 | { |
| 2629 | VulkanExample example; |
| 2630 | |
| 2631 | example.run(); |
| 2632 | } |