mirror of
https://github.com/vlang/v.git
synced 2025-09-16 16:02:29 +03:00
examples: fix typos (#18229)
This commit is contained in:
parent
caee3935a5
commit
993546a0a2
28 changed files with 89 additions and 89 deletions
|
@ -8,7 +8,7 @@
|
|||
*
|
||||
* TODO:
|
||||
* - add instancing
|
||||
* - add an exampel with shaders
|
||||
* - add an example with shaders
|
||||
**********************************************************************/
|
||||
import gg
|
||||
import gx
|
||||
|
@ -53,7 +53,7 @@ fn create_texture(w int, h int, buf &u8) gfx.Image {
|
|||
label: &u8(0)
|
||||
d3d11_texture: 0
|
||||
}
|
||||
// commen if .dynamic is enabled
|
||||
// comment, if .dynamic is enabled
|
||||
img_desc.data.subimage[0][0] = gfx.Range{
|
||||
ptr: buf
|
||||
size: usize(sz)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue