saving
This commit is contained in:
parent
6523d94d02
commit
b31f69f532
|
|
@ -146,7 +146,7 @@ pub const Renderer = struct {
|
|||
.shaderformatSpirv = true,
|
||||
.shaderformatDxil = true,
|
||||
.shaderformatMsl = true,
|
||||
}, true, null);
|
||||
}, builtin.mode == .Debug, null);
|
||||
|
||||
self.window = platform.getInstance().window;
|
||||
self.scissor = .{ .x = 0, .y = 0, .w = platform.getInstance().windowExtent.x, .h = platform.getInstance().windowExtent.y };
|
||||
|
|
@ -1068,4 +1068,5 @@ const texture_sample_png align(8) = @embedFile("embedded/texture_sample.png").*;
|
|||
const primitive_box_obj align(8) = @embedFile("embedded/primitive_box.obj").*;
|
||||
const tracy = core.tracy;
|
||||
|
||||
const builtin = @import("builtin");
|
||||
pub const SsaoSystem = @import("ssao.zig");
|
||||
|
|
|
|||
Loading…
Reference in New Issue