Commits on Source (53)
-
Sebastian Gaida authored
-
Simeon Hermann authored
-
Sebastian Gaida authored
-
Simeon Hermann authored
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Alexander Gauggel authored
Resolve "Vulkan-Handles get destroyed if unused" Closes #62 See merge request !47
-
Sebastian Gaida authored
-
Sebastian Gaida authored
shut up msvc it was a feature not a bug....
-
Simeon Hermann authored
-
Simeon Hermann authored
-
Artur Wasmut authored
-
Artur Wasmut authored
Resolve "Anlegen eines neuen DescriptorPools sobald OOM Error auftritt." Closes #46 See merge request !50
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Artur Wasmut authored
-
Alexander Gauggel authored
Resolve "Swapchain Image Handle" Closes #64 See merge request !52
-
Artur Wasmut authored
-
Artur Wasmut authored
-
Alexander Gauggel authored
-
Alexander Gauggel authored
Merge branch '34-resizing-event' of gitlab.uni-koblenz.de:vulkan2021/vkcv-framework into 34-resizing-event
-
Sebastian Gaida authored
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Tobias Frisch authored
Merge branch '34-resizing-event' of gitlab.uni-koblenz.de:vulkan2021/vkcv-framework into 34-resizing-event
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Artur Wasmut authored
save pipeline config and check against pipeline's dimensions when dynamically setting viewport and scissor.
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
Trevor Hollmann authored
Resolve "Resizing-Event" Closes #34 See merge request !43
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Alexander Gauggel authored
-
Alexander Gauggel authored
Merge branch '66-cmd-sync-rework' of gitlab.uni-koblenz.de:vulkan2021/vkcv-framework into 66-cmd-sync-rework
-
Alexander Gauggel authored
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Tobias Frisch authored
Merge branch '66-cmd-sync-rework' of gitlab.uni-koblenz.de:vulkan2021/vkcv-framework into 66-cmd-sync-rework
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Sebastian Gaida authored
-
Sebastian Gaida authored
-
Alexander Gauggel authored
Resolve "Queues-Abfragen anpassen für Intel HD Graphics" Closes #61 See merge request !46
-
Artur Wasmut authored
Resolve "Cmd/Sync-Rework" Closes #66 See merge request !54
Showing
- config/Sources.cmake 9 additions, 4 deletionsconfig/Sources.cmake
- include/vkcv/Buffer.hpp 5 additions, 0 deletionsinclude/vkcv/Buffer.hpp
- include/vkcv/BufferManager.hpp 8 additions, 8 deletionsinclude/vkcv/BufferManager.hpp
- include/vkcv/CommandRecordingFunctionTypes.hpp 8 additions, 0 deletionsinclude/vkcv/CommandRecordingFunctionTypes.hpp
- include/vkcv/CommandStreamManager.hpp 55 additions, 0 deletionsinclude/vkcv/CommandStreamManager.hpp
- include/vkcv/Core.hpp 51 additions, 48 deletionsinclude/vkcv/Core.hpp
- include/vkcv/DescriptorConfig.hpp 8 additions, 13 deletionsinclude/vkcv/DescriptorConfig.hpp
- include/vkcv/DrawcallRecording.hpp 54 additions, 0 deletionsinclude/vkcv/DrawcallRecording.hpp
- include/vkcv/Handles.hpp 39 additions, 8 deletionsinclude/vkcv/Handles.hpp
- include/vkcv/Image.hpp 8 additions, 9 deletionsinclude/vkcv/Image.hpp
- include/vkcv/PassConfig.hpp 4 additions, 12 deletionsinclude/vkcv/PassConfig.hpp
- include/vkcv/PipelineConfig.hpp 15 additions, 12 deletionsinclude/vkcv/PipelineConfig.hpp
- include/vkcv/ShaderProgram.hpp 2 additions, 0 deletionsinclude/vkcv/ShaderProgram.hpp
- include/vkcv/SwapChain.hpp 66 additions, 14 deletionsinclude/vkcv/SwapChain.hpp
- include/vkcv/Window.hpp 0 additions, 1 deletioninclude/vkcv/Window.hpp
- modules/camera/include/vkcv/camera/Camera.hpp 1 addition, 1 deletionmodules/camera/include/vkcv/camera/Camera.hpp
- modules/camera/include/vkcv/camera/CameraManager.hpp 6 additions, 4 deletionsmodules/camera/include/vkcv/camera/CameraManager.hpp
- modules/camera/src/vkcv/camera/Camera.cpp 5 additions, 3 deletionsmodules/camera/src/vkcv/camera/Camera.cpp
- modules/camera/src/vkcv/camera/CameraManager.cpp 10 additions, 4 deletionsmodules/camera/src/vkcv/camera/CameraManager.cpp
- projects/CMakeLists.txt 1 addition, 0 deletionsprojects/CMakeLists.txt
include/vkcv/CommandStreamManager.hpp
0 → 100644
include/vkcv/DrawcallRecording.hpp
0 → 100644