Shader: Fix SPIRV shaders terminating before function last statement
This commit is contained in:
@@ -138,6 +138,8 @@ namespace Nz
|
||||
};
|
||||
|
||||
private:
|
||||
void HandleStatementList(const std::vector<ShaderAst::StatementPtr>& statements);
|
||||
|
||||
void PushResultId(UInt32 value);
|
||||
UInt32 PopResultId();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user