Add imgui
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#include <filesystem>
|
||||
#include <string>
|
||||
|
||||
#include "imgui.h"
|
||||
#include "destrum/Util/ModelDocUtils.h"
|
||||
|
||||
LightKeeper::LightKeeper() : App(), renderer(meshCache, materialCache) {
|
||||
@@ -385,7 +386,8 @@ void LightKeeper::customDraw() {
|
||||
gfxDevice.endFrame(
|
||||
cmd, drawImage, {
|
||||
.clearColor = {{0.f, 0.f, 0.5f, 1.f}},
|
||||
.drawImageBlitRect = glm::ivec4{}
|
||||
.drawImageBlitRect = glm::ivec4{},
|
||||
.imguiPass = &imguiPass,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user