Skip to content

Commit

Permalink
Fix a Metal compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Feb 1, 2025
1 parent cb799a1 commit 3068df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backends/Graphics5/Metal/Sources/kope/metal/buffer.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ void kope_metal_buffer_destroy(kope_g5_buffer *buffer) {
}

void *kope_metal_buffer_try_to_lock(kope_g5_buffer *buffer, uint64_t offset, uint64_t size) {

return NULL;
}

void *kope_metal_buffer_lock(kope_g5_buffer *buffer, uint64_t offset, uint64_t size) {
Expand Down

0 comments on commit 3068df5

Please sign in to comment.