glslang -> SPIR-V: Correct code generated for EmitStreamVertex and EndStreamPrimitive.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@30270 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
@@ -228,7 +228,8 @@ public:
|
||||
Id createCompositeInsert(Id object, Id composite, Id typeId, unsigned index);
|
||||
Id createCompositeInsert(Id object, Id composite, Id typeId, std::vector<unsigned>& indexes);
|
||||
|
||||
Id createEmptyOp(OpCode);
|
||||
void createNoResultOp(OpCode);
|
||||
void createNoResultOp(OpCode, Id operand);
|
||||
void createControlBarrier(unsigned executionScope);
|
||||
void createMemoryBarrier(unsigned executionScope, unsigned memorySemantics);
|
||||
Id createUnaryOp(OpCode, Id typeId, Id operand);
|
||||
|
||||
Reference in New Issue
Block a user