gpu: update CompilationMessage defaults/optionality
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
52c89529a5
commit
6b3437c8ac
1 changed files with 1 additions and 1 deletions
|
|
@ -459,7 +459,7 @@ pub const Origin3D = extern struct {
|
|||
|
||||
pub const CompilationMessage = extern struct {
|
||||
next_in_chain: *const ChainedStruct,
|
||||
message: ?[*:0]const u8 = null,
|
||||
message: ?[*:0]const u8,
|
||||
type: CompilationMessageType,
|
||||
line_num: u64,
|
||||
line_pos: u64,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue