Skip to content

Commit 47900b1

Browse files
author
kevyuu
committed
Add final to IShader
1 parent e2f7b8f commit 47900b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nbl/asset/IShader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace nbl::asset
2727
The purpose for the class is for storing raw HLSL code to be compiled
2828
or already compiled (but unspecialized) SPIR-V code.
2929
*/
30-
class IShader : public IAsset
30+
class IShader final : public IAsset
3131
{
3232
public:
3333
enum class E_CONTENT_TYPE : uint8_t

0 commit comments

Comments
 (0)