gpu: update CompilationMessage defaults/optionality

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-27 00:03:58 -07:00 committed by Stephen Gutekanst
parent 52c89529a5
commit 6b3437c8ac

View file

@ -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,