Первая растеризация
This commit is contained in:
8
src/render/cpu/arc.zig
Normal file
8
src/render/cpu/arc.zig
Normal file
@@ -0,0 +1,8 @@
|
||||
const Document = @import("../../models/Document.zig");
|
||||
const pipeline = @import("pipeline.zig");
|
||||
const DrawContext = pipeline.DrawContext;
|
||||
|
||||
const Object = Document.Object;
|
||||
|
||||
/// Рисует дугу (заглушка: пока не реализовано).
|
||||
pub fn draw(_: *DrawContext, _: *const Object) void {}
|
||||
Reference in New Issue
Block a user