format (remove empty lines)
parent
ac2eef9aeb
commit
6dc5ae7a00
|
|
@ -31,7 +31,6 @@ pub const Options = struct {
|
|||
per_vertex,
|
||||
per_instance,
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
program: gl.Program,
|
||||
|
|
|
|||
|
|
@ -96,4 +96,3 @@ pub fn replaceRegion(
|
|||
data.ptr,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue