- Feb 07, 2022
-
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
- Jan 24, 2022
-
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
- Dec 07, 2021
-
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
- Oct 08, 2021
-
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
- Sep 28, 2021
-
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
- Sep 20, 2021
-
-
Vanessa Karolek authored
-
Vanessa Karolek authored
-
- Sep 18, 2021
-
-
Lars Hoerttrich authored
-
Susanne Dötsch authored
-
- Sep 17, 2021
-
-
Mara Vogt authored
-
Susanne Dötsch authored
-
Mara Vogt 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>
-
Susanne Dötsch authored
-
Lars Hoerttrich authored
I revisited the acceleration structure creation and tried different things and now it finally works (not perfect, but it works). The main issue was (i think) the data being given as uint8_t. I changed it to float for vertices and uint32_t for indices and now it works. Additionally i rewrote the way we submit commands to the commandbuffer.
-
- Sep 16, 2021
-
-
Lars Hoerttrich authored
-
- Sep 15, 2021
-
-
Lars Hoerttrich authored
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Lars Hoerttrich authored
-
- Sep 14, 2021
-
-
Lars Hoerttrich authored
-
Lars Hoerttrich authored
-
- Sep 13, 2021
-
-
Susanne Dötsch authored
-
Lars Hoerttrich authored
-
Vanessa Karolek authored
-
Vanessa Karolek authored
-
Lars Hoerttrich authored
-
- Sep 12, 2021
-
-
Vanessa Karolek authored
[#92] add RTX Pipeline creation function, make dispatcher member accessible for RTXModule (see also text below) Problem: The vk::Pipeline object cannot be used for scene.recordDrawcalls! Here, we need a vkcv::PipelineHandle. Maybe we need to move all functionalities from here to the PipelineManager - similar to PipelineManager::createComputePipeline and PipelineManager::createGraphicsPipeline. As far as I know, there are also some updates for the PipelineManager in develop. We should merge and see how to deal with the pipeline.
-
Vanessa Karolek authored
-
- Sep 11, 2021
-
-
Alex Laptop authored
-
Lars Hoerttrich authored
-
Lars Hoerttrich authored
-
Lars Hoerttrich authored
-
- Sep 10, 2021
-
-
Artur Wasmut authored
-
- Sep 07, 2021
-
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
- Sep 05, 2021
-
-
Mara Vogt authored
-
- Sep 04, 2021
-
-
Vanessa Karolek authored
-
Vanessa Karolek authored
Seems to work... ^^
-