JupiterRider
e9d222595d
#428 BeginVrStereoMode and EndVrStereoMode purgo body added
2024-10-18 17:47:52 +02:00
imprity
2053879bfb
Fix NewImageFromImage color converting
...
Old version of NewImageFromImage converted colors incorrectly.
This commit fixes the issue.
2024-09-15 09:54:51 +09:00
JupiterRider
6c2499adff
purego fix for ColorFromNormalized: Vector4 has to be passed as pointer (not by value)
2024-09-05 19:00:35 +02:00
Milan Nikolic
b4d0c52dc9
Merge pull request #406 from Aurora2500/mousebutton_newtype
...
[rcore] Added MouseButton newtype
2024-08-26 13:35:53 +02:00
JupiterRider
26bdccfe6f
allow passing nil to LoadShader for purego as well ( #172 )
2024-08-21 22:54:05 +02:00
JupiterRider
d374f90b45
shader has to be passed as pointer
2024-08-21 22:49:35 +02:00
Aurora
a30a52c553
changed raylib_purego.go to use the new type
2024-08-13 12:27:47 +01:00
JupiterRider
4c0391d217
comment fixed
2024-05-14 23:22:31 +02:00
JupiterRider
6fd7907d31
Use fmt.Sprintf for TraceLog to match with cgo
2024-05-14 23:09:47 +02:00
Gabriel Da Silva Marques
4523bcd71d
Added custom frame control functions to rcore.go
...
Added SwapScreenBuffer() and PollInputEvents into rcore.go with corresponding comments
To use them it's necessary to build with CGO_CFLAGS="-DSUPPORT_CUSTOM_FRAME_CONTROL=1"
Also added more info in the raylib_purego.go file for theses two functions in order to inform that the dll must be recompiled
2024-04-24 18:10:35 +02:00
JupiterRider
8545220e18
Don't use struct return values
...
This fixes https://github.com/gen2brain/raylib-go/issues/376
2024-04-21 20:27:15 +02:00
Oleksandr Kryvonos
a870a09894
variadic parameter for runesNumber in LoadFontEx
2024-02-25 12:18:39 +01:00
Snowminx
48241c48d2
fix: update purego signature to match
2023-12-29 20:42:43 -08:00
JupiterRider
a5d2760b16
Remove obsolete comment
2023-11-22 19:06:35 +01:00
JupiterRider
251b88bcb4
Purego rlgl implemented
2023-11-18 15:11:00 +01:00
JupiterRider
90f0980286
Remove comments. Change build tag.
2023-11-16 17:14:20 +01:00
JupiterRider
0e067872f8
Remove file/io functions. Make purego and CGO API match.
2023-11-16 17:05:29 +01:00
JupiterRider
3219556f38
Change functions to match with raylib-go (cgo version)
2023-11-16 14:35:55 +01:00
JupiterRider
a013367ef2
Final purego functions implemented
2023-11-15 21:38:29 +01:00
JupiterRider
c290701005
More functions
2023-11-15 17:04:22 +01:00
JupiterRider
0421884b62
Typo fixed
2023-11-14 21:33:43 +01:00
JupiterRider
4bb11a7b06
More functions implemented
2023-11-14 21:31:29 +01:00
JupiterRider
b010adb6a2
More functions implemented
2023-11-14 20:44:44 +01:00
JupiterRider
c5cba9a408
Resolve merge conflicts -.-
2023-11-14 17:29:31 +01:00