mirror of https://github.com/kivy/kivy.git
Doc: Fix Mesh docstring (#5806)
This commit is contained in:
parent
1a20a3aef6
commit
333f158457
|
@ -359,7 +359,7 @@ cdef class Mesh(VertexInstruction):
|
|||
|
||||
which will allow mapping vertex data to the glsl instructions.
|
||||
|
||||
[(b'v_pos', 2, b'float'), (b'v_tc', 2, b'float'),]
|
||||
[(b'v_pos', 2, 'float'), (b'v_tc', 2, 'float'),]
|
||||
|
||||
will allow using
|
||||
|
||||
|
|
Loading…
Reference in New Issue