all: use explicit backing integers for packed structs

This commit is contained in:
Ali Chraghi 2023-03-28 15:11:13 +03:30 committed by Stephen Gutekanst
parent 4ebf238c5e
commit 266b651b34
9 changed files with 18 additions and 18 deletions

View file

@ -203,7 +203,7 @@ pub const Image = struct {
}
};
pub const PackUASTCFlags = packed struct {
pub const PackUASTCFlags = packed struct(u32) {
fastest: bool = false,
faster: bool = false,
default: bool = false,