Skip to content

Commit 5e27920

Browse files
committed
merge master, fix conflicts
2 parents 9f86c09 + fcb43e6 commit 5e27920

36 files changed

Lines changed: 3695 additions & 1264 deletions

09_GeometryCreator/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// This file is part of the "Nabla Engine".
33
// For conditions of distribution and use, see copyright notice in nabla.h
44

5-
#include <nbl/builtin/hlsl/math/linalg/transformation_matrix_utils.hlsl>
65
#include <nbl/builtin/hlsl/math/thin_lens_projection.hlsl>
76

87
#include "common.hpp"

24_ColorSpaceTest/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,7 @@ class ColorSpaceTestSampleApp final : public SimpleWindowedApplication, public B
793793
};
794794
cmdbuf->beginRenderPass(info,IGPUCommandBuffer::SUBPASS_CONTENTS::INLINE);
795795
}
796+
796797
cmdbuf->bindGraphicsPipeline(m_pipeline.get());
797798
cmdbuf->pushConstants(m_pipeline->getLayout(),hlsl::ShaderStage::ESS_FRAGMENT,0,sizeof(push_constants_t),&pc);
798799
cmdbuf->bindDescriptorSets(nbl::asset::EPBP_GRAPHICS,m_pipeline->getLayout(),3,1,&ds);

50.IESProfileTest/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

50.IESProfileTest/compute/cdc.comp

Lines changed: 0 additions & 260 deletions
This file was deleted.

50.IESProfileTest/compute/common.h

Lines changed: 0 additions & 14 deletions
This file was deleted.

50.IESProfileTest/inputs.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)