Skip to content

Commit

Permalink
Update Metal shaders
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Feb 2, 2025
1 parent 2cac5ae commit 8d73f8d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ typedef struct kope_metal_vertex_buffer_layout {
} kope_metal_vertex_buffer_layout;

typedef struct kope_metal_shader {
uint8_t *data;
size_t size;
const char *function_name;
} kope_metal_shader;

#define KOPE_METAL_MAX_VERTEX_BUFFERS 16
Expand Down

0 comments on commit 8d73f8d

Please sign in to comment.