Turiiya
354cad9a36
update variable name
...
updates the variable name that was changed due to being a duplicate
of the module name. `obj_part` a nicer name which already used
inside of the module for the ObjPart struct.
2023-06-06 00:19:06 +02:00
Turiiya
acef3994db
fix module name conflict in example
2023-05-08 16:32:59 +02:00
yuyi
017ace6ea7
vfmt: change all '$expr' to '${expr}' ( #16428 )
2022-11-15 16:53:13 +03:00
Larpon
816e9319d7
cgen: remove the need for [console] for gg or ui programs on windows ( #15912 )
2022-09-29 15:02:50 +03:00
shove
8b962f8446
checker: fix nested struct reference type field initialized check. ( fix : #15741 ) ( #15752 )
2022-09-15 07:59:31 +03:00
Alexander Medvednikov
fbb9e65c0f
all: ~500 more byte=>u8
2022-04-15 18:25:45 +03:00
Alexander Medvednikov
fb192d949b
all: replace []byte with []u8
2022-04-15 15:35:35 +03:00
Alexander Medvednikov
d4a0d6f73c
all: byte => u8
2022-04-15 14:58:56 +03:00
Larpon
faaa7035c4
examples: fix segmentation fault crash on exit in sokol 0X_ examples ( #13299 )
2022-01-27 19:46:55 +02:00
Larpon
b44b8c472d
examples: use vmemset instead of C.memset ( #13104 )
2022-01-09 16:08:11 +02:00
penguindark
92fcb82ca3
sokol: fix for example06 ( #13101 )
2022-01-09 16:02:24 +02:00
penguindark
22fce6a525
sokol: update sokol_gfx.h to the LAST version, and fix example 06 ( #13100 )
2022-01-08 20:29:29 +02:00
Larpon
5cffa1a2e4
sokol: use V type for SG_SHADERSTAGE_[VS|FS] ( #13086 )
2022-01-07 19:52:44 +02:00
Larpon
88a973b617
sokol: type alias all sgl
structs, support sgl_context
( #13018 )
2022-01-03 15:05:24 +02:00
Larpon
4d4398fa8a
sokol: type alias all gfx
structs ( #13014 )
2022-01-02 20:36:01 +02:00
Larpon
83260e5074
docs: add link to shader inclusion example ( #12613 )
2021-11-29 18:26:32 +02:00
Enzo
e3b65092d6
parser: deprecate size_t
( #11443 )
2021-09-08 13:09:32 +03:00
Delyan Angelov
f18265e6a8
gg: remove obsolete usages of use_ortho: true
2021-06-24 11:15:12 +03:00
penguindark
d8d05e0106
all: new string interpolation in pure V ( #10181 )
2021-05-24 05:20:45 +03:00
Don Park
aebb551e93
cgen: do full struct initialisation for V structs, fixes invalid data from map[string]Struct{}['unknown']
( #9878 )
2021-04-27 08:18:48 +03:00
Uwe Krüger
3c0a368af3
all: automatically move (some) referenced objects to heap ( #9873 )
2021-04-25 21:40:38 +03:00
Lukas Neubert
16e79bc3ca
tools: format most examples and tutorials, add them to v test-cleancode
( #9826 )
2021-04-20 17:16:35 +03:00
Delyan Angelov
d4f31412b7
v: deprecate @VROOT
in favour of @VMODROOT
( #9795 )
2021-04-19 19:01:47 +03:00
penguindark
73238a81e2
examples: sokol: update the comments on how to compile the shaderes ( #9633 )
2021-04-08 02:11:41 +02:00
Larpon
8caabf0e9e
sokol: update to floooh/sokol@c602d83 ( #9607 )
2021-04-07 20:39:23 +02:00
penguindark
a016ac39c0
examples: change byteptr to &byte in sokol examples and regex ( #9606 )
2021-04-05 18:17:45 +03:00
penguindark
a2ef9967fe
examples: add .obj viewer as a sokol example ( #9456 )
2021-03-25 16:53:13 +01:00