Add end-of-line spaces checker

This commit is contained in:
SirLynix
2024-01-26 10:43:00 +01:00
parent 63c61c0827
commit 6757de1be8
90 changed files with 170 additions and 126 deletions

View File

@@ -35,7 +35,7 @@ namespace Nz
auto debugDrawShader = m_renderDevice.InstantiateShaderModule(nzsl::ShaderStageType::Fragment | nzsl::ShaderStageType::Vertex, *shaderModule, {});
if (!debugDrawShader)
throw std::runtime_error("failed to instantiate debug draw shader");
RenderPipelineLayoutInfo layoutInfo;
layoutInfo.bindings.assign({
{