Roi Martin
705f704ecf
Change WaveFormat
and WaveCrop
signatures to accept a pointer to Wave
...
The raylib functions `WaveFormat` and `WaveCrop` accept a pointer to
`Wave` because the wave is updated in-place. However, the current Go
bindings pass a copy of the wave to the C functions, so it is not
updated. This commit changes the signatures of the Go API so they also
accept a pointer to `Wave`.
2025-03-27 09:12:54 +01:00
JupiterRider
3fd9012394
missing constants from RLGL added ( fixes #488 )
2025-02-14 22:42:09 +01:00
George Stark
e31988d117
Add GetClipboardImage for drm platform.
...
Signed-off-by: George Stark <stark.georgy@gmail.com>
2025-01-09 19:07:59 +03:00
sugarvoid
ff0ecd0e76
Add return value in rlgl_purego.go
2024-12-28 05:23:49 -06:00
sugarvoid
8e035f761c
Add return value to LoadTextureDepth
2024-12-27 07:59:46 -06:00
JupiterRider
2040136e38
rcore_desktop_rgfw.c SetGamepadVibration added
2024-12-17 19:42:54 +01:00
Milan Nikolic
edb2c107b3
Merge pull request #476 from Alireza-Ta/android_enhancement
...
Android Compilation Enhancement
2024-12-17 12:51:49 +01:00
Alireza-Ta
8490a60f72
Add GetClipboardImage for android platform.
2024-12-17 11:09:31 +03:30
JupiterRider
5868292fd5
fix purego version of DetachAudioStreamProcessor and DetachAudioMixedProcessor #425
2024-12-15 18:19:57 +01:00
JupiterRider
533c35110b
ModelAnimation.GetName() added
2024-12-14 21:26:58 +01:00
JupiterRider
dce94f509d
ModelAnimation.GetFramePose() added #466
2024-12-14 21:15:08 +01:00
JupiterRider
98ce816ab8
ModelAnimation.GetBones() added #466
2024-12-14 20:19:05 +01:00
Milan Nikolic
a9ad86d501
Update wayland headers
2024-12-07 12:43:08 +01:00
Milan Nikolic
659b0700ba
Add support for vendor
2024-12-07 11:37:19 +01:00
Milan Nikolic
b6bb8ec528
Export Wave data, issue #402
2024-12-03 09:17:34 +01:00
Milan Nikolic
ea071de5c2
Add support for SDL3
2024-12-03 09:06:39 +01:00
Milan Nikolic
5df9325f63
Add wayland build tag, issue #404
2024-12-03 08:00:59 +01:00
Milan Nikolic
04c9cea61b
Update modules
2024-12-02 11:59:55 +01:00
Milan Nikolic
8b5f8fe6bb
Update modules, issue #473
2024-12-02 11:54:24 +01:00
JupiterRider
5ed790526c
use android_run()
2024-11-29 19:45:51 +01:00
JupiterRider
c3489ebef8
fix "warning: 'ALIGN' macro redefined" on MacOS (same as 5943b16bad
)
2024-11-29 19:28:34 +01:00
JupiterRider
4c9f2e5dd7
rlgl: rlSetUniform, rlSetUniformMatrix and rlSetUniformMatrices added
2024-11-29 18:43:53 +01:00
JupiterRider
574299012d
rlgl: update rlLoadFramebuffer
2024-11-29 18:15:42 +01:00
JupiterRider
de01649968
rlgl: rlColorMask added
2024-11-29 18:01:24 +01:00
JupiterRider
e5537960f0
rlgl: rlBlitFramebuffer and rlBindFramebuffer added
2024-11-29 17:56:43 +01:00
JupiterRider
f10c42c14e
rlgl: rlGetActiveFramebuffer added
2024-11-29 17:46:31 +01:00
JupiterRider
5d9fdd5313
rlgl: rlSetClipPlanes, rlGetCullDistanceNear and rlGetCullDistanceFar added
2024-11-29 17:42:27 +01:00
JupiterRider
692079f471
fix drm build (see 8a207901da
)
2024-11-24 17:07:33 +01:00
JupiterRider
d054bd9043
LoadImageAnim functions: frames is a pointer, not a slice
2024-11-24 16:44:22 +01:00
JupiterRider
ffc0ab4fc6
fix GetScreenToWorldRay* cgo functions
2024-11-24 16:29:48 +01:00
JupiterRider
9e7c7db0ec
fix "cannot use v (variable of type *Image) as Image value in return statement"
2024-11-24 16:29:09 +01:00
JupiterRider
aee70123d7
Additional ShaderUniformDataType constants + description added
2024-11-24 16:20:45 +01:00
JupiterRider
ccc9ef8662
rlgl: VertexBuffer has new field + descriptions added
2024-11-24 16:11:50 +01:00
JupiterRider
b922049f3b
IsAudioStreamReady has been renamed
2024-11-24 16:02:37 +01:00
JupiterRider
24323485a0
IsMusicReady has been renamed
2024-11-24 16:00:10 +01:00
JupiterRider
0c2506a3cd
WaveCrop parameters renamed
2024-11-24 15:58:13 +01:00
JupiterRider
3282ea28f2
IsSoundReady has been renamed
2024-11-24 15:54:51 +01:00
JupiterRider
f3553fea29
IsWaveReady has been renamed
2024-11-24 15:53:01 +01:00
JupiterRider
b09e22b6ad
UpdateModelAnimationBones function added
2024-11-24 15:49:58 +01:00
JupiterRider
493260d376
IsMaterialReady has been renamed
2024-11-24 15:45:49 +01:00
JupiterRider
c9a7c5c130
DrawModelPoints() and DrawModelPointsEx() added
2024-11-24 15:43:30 +01:00
JupiterRider
22bfaf1652
DrawBillboard: size is scale
2024-11-24 15:35:41 +01:00
JupiterRider
47bd3b9420
IsModelReady has been renamed
2024-11-24 15:24:23 +01:00
JupiterRider
1d2d8d9350
IsFontReady has been renamed
2024-11-24 15:21:12 +01:00
JupiterRider
9d16da4548
ColorLerp function added
2024-11-24 15:00:38 +01:00
JupiterRider
090dbf62ef
ColorToInt() comment updated
2024-11-24 14:49:41 +01:00
JupiterRider
36259e95a7
IsRenderTextureReady
2024-11-24 14:47:02 +01:00
JupiterRider
8d97c05afb
IsRenderTextureReady has been renamed
2024-11-24 14:46:58 +01:00
JupiterRider
dbf9ed2bff
IsTextureReady has been renamed
2024-11-24 14:44:41 +01:00
JupiterRider
d81d956c18
ImageDrawTriangle*-functions added
2024-11-24 14:41:13 +01:00