mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
examples: fix typos (#18229)
This commit is contained in:
@ -440,7 +440,7 @@ fn draw_cube_glsl_p(app App) {
|
||||
rot := [f32(app.mouse_y), f32(app.mouse_x)]
|
||||
tr_matrix := calc_tr_matrices(dw, dh, rot[0], rot[1], 2.3)
|
||||
|
||||
// apply the pipline and bindings
|
||||
// apply the pipeline and bindings
|
||||
gfx.apply_pipeline(app.pipe['puppy'])
|
||||
gfx.apply_bindings(app.bind['puppy'])
|
||||
|
||||
|
Reference in New Issue
Block a user