missing public declaration
This commit is contained in:
@@ -37,7 +37,7 @@ const SpvSource = struct {
|
|||||||
source: []const u8,
|
source: []const u8,
|
||||||
};
|
};
|
||||||
|
|
||||||
const ModuleError = error{
|
pub const ModuleError = error{
|
||||||
InvalidSpirV,
|
InvalidSpirV,
|
||||||
InvalidMagic,
|
InvalidMagic,
|
||||||
UnsupportedEndianness,
|
UnsupportedEndianness,
|
||||||
|
|||||||
Reference in New Issue
Block a user