Commits on Source (12)
-
Sebastian Gaida authored
added event struct to projekt supports lambda functionality of event handling main of first triangle will add a example
-
Sebastian Gaida authored
adds basic events like mousemovement, resize or keyEvents This is only the basic code to fetch these events not to handle the actual event
-
Sebastian Gaida authored
hides poll events from User, so i can't be forgotten
-
Sebastian Gaida authored
added event boilerplate for swapchain recreation needed to change window in create and constructor to not const
-
Sebastian Gaida authored
-
Sebastian Gaida authored
why?
-
Tobias Frisch authored
Resolve "EventPoll mit Lambdas" Closes #14 See merge request !25
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Tobias Frisch authored
Resolve "Command Submit Interface" Closes #39 See merge request !31
Showing
- config/Sources.cmake 2 additions, 0 deletionsconfig/Sources.cmake
- include/vkcv/CommandResources.hpp 17 additions, 4 deletionsinclude/vkcv/CommandResources.hpp
- include/vkcv/Core.hpp 30 additions, 2 deletionsinclude/vkcv/Core.hpp
- include/vkcv/Event.hpp 64 additions, 0 deletionsinclude/vkcv/Event.hpp
- include/vkcv/QueueManager.hpp 3 additions, 1 deletioninclude/vkcv/QueueManager.hpp
- include/vkcv/SyncResources.hpp 7 additions, 5 deletionsinclude/vkcv/SyncResources.hpp
- include/vkcv/Window.hpp 39 additions, 0 deletionsinclude/vkcv/Window.hpp
- projects/first_triangle/src/main.cpp 3 additions, 2 deletionsprojects/first_triangle/src/main.cpp
- src/vkcv/CommandResources.cpp 74 additions, 11 deletionssrc/vkcv/CommandResources.cpp
- src/vkcv/Core.cpp 75 additions, 42 deletionssrc/vkcv/Core.cpp
- src/vkcv/SyncResources.cpp 17 additions, 8 deletionssrc/vkcv/SyncResources.cpp
- src/vkcv/Window.cpp 40 additions, 2 deletionssrc/vkcv/Window.cpp
include/vkcv/Event.hpp
0 → 100644