Skip to content

Commit

Permalink
default init
Browse files Browse the repository at this point in the history
  • Loading branch information
AmesingFlank committed Oct 31, 2021
1 parent d2e9da4 commit 3f81d1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions taichi/backends/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@ struct BufferImageCopyParams {
};

struct ImageCopyParams {
uint32_t width;
uint32_t height;
uint32_t depth;
uint32_t width{1};
uint32_t height{1};
uint32_t depth{1};
};

class CommandList {
Expand Down

0 comments on commit 3f81d1b

Please sign in to comment.