Skip to content

Commit

Permalink
Remove two lines of unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Nov 20, 2024
1 parent 0b15d3c commit c1e9ef5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Bindless/Sources/texture.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ static void update(void *data) {

if (first_update) {
for (int i = 0; i < 9; ++i) {
int x = i % 3;
int y = i / 3;

kope_g5_image_copy_buffer source = {0};
source.buffer = &image_buffers[i];
source.bytes_per_row = kope_g5_device_align_texture_row_bytes(&device, image_width * 4);
Expand Down

0 comments on commit c1e9ef5

Please sign in to comment.