This commit is contained in:
Vicente Ferrari Smith 2026-01-18 10:26:42 +01:00
parent e3ecede0ca
commit ade18c6b08

View File

@ -224,6 +224,9 @@ pub fn main() !void {
rl.gl.rlEnd(); rl.gl.rlEnd();
rl.endShaderMode(); rl.endShaderMode();
rl.drawRectangle(400, 0, 400, 450, rl.Color{ .r = 54, .g = 54, .b = 54, .a = 255 });
// f.texture.drawPro( // f.texture.drawPro(
// .{.x = 0, .y = 0, .width = 4096, .height = 4096}, // .{.x = 0, .y = 0, .width = 4096, .height = 4096},
// .{.x = 0, .y = 0, .width = 512, .height = 512 }, // .{.x = 0, .y = 0, .width = 512, .height = 512 },