forked from vv/efemra
1
0
Fork 0

add stubs

This commit is contained in:
Vivianne 2022-07-17 05:56:18 -07:00
parent c8694479a4
commit dd30befb3c
4 changed files with 1 additions and 1 deletions

0
src/rendering/Camera.zig Normal file
View File

View File

View File

@ -6,7 +6,7 @@ const Device = @import("device.zig").Device;
const Command = @import("Command.zig");
const Swapchain = @import("swapchain.zig").Swapchain;
const Image = @import("image.zig").Image;
const Camera = @import("Camera.zig");
const Camera = @import("../Camera.zig");
const Shader = @import("Shader.zig");
const Pass = @import("Pass.zig");
const framebuffer = @import("framebuffer.zig");

View File