mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-03 18:08:29 -04:00
shader: Implement OUT
This commit is contained in:
@@ -36,4 +36,12 @@ void EmitEpilogue(EmitContext& ctx) {
|
||||
}
|
||||
}
|
||||
|
||||
void EmitEmitVertex(EmitContext& ctx, Id stream) {
|
||||
ctx.OpEmitStreamVertex(stream);
|
||||
}
|
||||
|
||||
void EmitEndPrimitive(EmitContext& ctx, Id stream) {
|
||||
ctx.OpEndStreamPrimitive(stream);
|
||||
}
|
||||
|
||||
} // namespace Shader::Backend::SPIRV
|
||||
|
||||
Reference in New Issue
Block a user