mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
test
This commit is contained in:
Vendored
+5
-5
@@ -1020,11 +1020,11 @@ __renderFlush :: proc(uptr: rawptr) {
|
||||
__blendFuncSeparate(ctx, &call.blendFunc)
|
||||
|
||||
switch call.type {
|
||||
case .NONE: {}
|
||||
case .FILL: __fill(ctx, call)
|
||||
case .CONVEX_FILL: __convexFill(ctx, call)
|
||||
case .STROKE: __stroke(ctx, call)
|
||||
case .TRIANGLES: __triangles(ctx, call)
|
||||
case .NONE: {}
|
||||
case .FILL: __fill(ctx, call)
|
||||
case .CONVEX_FILL: __convexFill(ctx, call)
|
||||
case .STROKE: __stroke(ctx, call)
|
||||
case .TRIANGLES: __triangles(ctx, call)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user