Skip to content

Commit

Permalink
Use a smaller window because the GitHub server seems to have a small …
Browse files Browse the repository at this point in the history
…screen
  • Loading branch information
RobDangerous committed Sep 24, 2024
1 parent 925c5cc commit 103c007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Shader/Sources/shader.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ static kope_g5_command_list list;
static vertex_in_buffer vertices;
static kope_g5_buffer indices;

const int width = 1024;
const int height = 768;
const int width = 800;
const int height = 600;

static void update(void *data) {
kope_g5_texture *framebuffer = kope_g5_device_get_framebuffer(&device);
Expand Down
Binary file modified Shader/reference.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 103c007

Please sign in to comment.