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 3cf4554 commit 9eab2f8Copy full SHA for 9eab2f8
include/nbl/asset/ICPURayTracingPipeline.h
@@ -36,7 +36,7 @@ class ICPURayTracingPipeline final : public ICPUPipeline<IRayTracingPipeline<ICP
36
constexpr static inline auto AssetType = ET_RAYTRACING_PIPELINE;
37
inline E_TYPE getAssetType() const override { return AssetType; }
38
39
- inline std::span<const SShaderSpecInfo> getSpecInfos(const hlsl::ShaderStage stage) const override final
+ inline std::span<const SShaderSpecInfo> getSpecInfos(const hlsl::ShaderStage stage) const override
40
{
41
switch (stage)
42
0 commit comments