We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3946e commit ef2ed3aCopy full SHA for ef2ed3a
include/nbl/asset/ICPURayTracingPipeline.h
@@ -62,7 +62,7 @@ class ICPURayTracingPipeline final : public ICPUPipeline<IRayTracingPipeline<ICP
62
return base_t::getSpecInfos(stage);
63
}
64
65
- inline core::vector<SShaderSpecInfo>* getSpecInfoVec(hlsl::ShaderStage stage)
+ inline core::vector<SShaderSpecInfo>* getSpecInfoVector(hlsl::ShaderStage stage)
66
{
67
if (!isMutable()) return nullptr;
68
switch (stage)
0 commit comments