mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools: make v test-cleancode
test everything by default (#10050)
This commit is contained in:
@ -2,8 +2,8 @@ module gfx
|
||||
|
||||
pub fn create_clear_pass(r f32, g f32, b f32, a f32) C.sg_pass_action {
|
||||
mut color_action := C.sg_color_attachment_action{
|
||||
action: gfx.Action(C.SG_ACTION_CLEAR)
|
||||
value: C.sg_color {
|
||||
action: Action(C.SG_ACTION_CLEAR)
|
||||
value: C.sg_color{
|
||||
r: r
|
||||
g: g
|
||||
b: b
|
||||
|
Reference in New Issue
Block a user