- May 16, 2021
-
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
Artur Wasmut authored
-
Alexander Gauggel authored
-
Alexander Gauggel authored
Merge branch '18-first-triangle' of gitlab.uni-koblenz.de:vulkan2021/vkcv-framework into 18-first-triangle
-
Alexander Gauggel authored
-
Artur Wasmut authored
Merge branch '17-first-triangle' of gitlab.uni-koblenz.de:vulkan2021/vkcv-framework into 18-first-triangle
-
Artur Wasmut authored
-
Alexander Gauggel authored
-
Artur Wasmut authored
-
Artur Wasmut authored
-
Artur Wasmut authored
-
Artur Wasmut authored
-
Artur Wasmut authored
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
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
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
- May 15, 2021
-
-
Josch Morgenstern authored
Merge branch '16-swapchain-class' of gitlab.uni-koblenz.de:vulkan2021/vkcv-framework into 16-swapchain-class
-
Josch Morgenstern authored
-
Vanessa Karolek authored
-
Vanessa Karolek authored
-
Vanessa Karolek authored
When creating queues, we need information about which queues were created and at which queue family index. This information is lost when our previous getQueueCreateInfos function terminated. The actual idea is to save this information for each queue type and compute valid handles for them. The code might look uglier than before... but maybe we can improve this. :D We also need to clean up the unnecessary print outs later on.
-
Katharina Krämer authored
-
- May 14, 2021
-
-
Tobias Frisch authored
Resolve "Warnstufe für MSVC abmildern" Closes #28 See merge request !17
-
Josch Morgenstern authored
-
Josch Morgenstern authored
-
Vanessa Karolek authored
If you specify Compute and Transfer as QueueFlagBits in main.cpp, I get the error telling I create more queues than being available for this queue family. The error is caused by wrong indexing in line 111. My device holds 3 queue families and Compute and Transfer operations are only supported by queue family #0 and #2, but we indexed #1 since we push queue family candidates into a vector structure. Thus, queue family #1 is ignored and queue family #2 is not indexed. Therefore, the queue family candidates vector is unnecessary and just causing trouble.
-
Sebastian Gaida authored
-