Skip to content
Snippets Groups Projects

Resolve "Mehrere Fenster, Abhängigkeiten von Core zu Fenster+Swapchain etc"

3 files
+ 42
65
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 6
0
@@ -78,6 +78,12 @@ namespace vkcv {
@@ -78,6 +78,12 @@ namespace vkcv {
* polls all events on the GLFWwindow
* polls all events on the GLFWwindow
*/
*/
static void pollEvents();
static void pollEvents();
 
 
/**
 
*
 
* @return
 
*/
 
static const std::vector<std::string>& getExtensions();
/**
/**
* basic events of the window
* basic events of the window
Loading