5 lines
123 B
Zig
5 lines
123 B
Zig
pub const ExternalTexture = enum(usize) {
|
|
_,
|
|
|
|
pub const none: ExternalTexture = @intToEnum(ExternalTexture, 0);
|
|
};
|