Laytan
710203eadb
Merge pull request #5505 from RoboMage/sdl2_audio_bitset
...
SDL2 - AudioAllowChangeFlags bit_set
2025-08-01 23:46:26 +02:00
Taylor
6c2b72f701
fix: align the enum values
2025-07-30 00:17:40 +09:00
Taylor
1b15c9928b
add cgltf filter type and wrap mode enums
2025-07-28 23:28:19 +09:00
robomage
55de1dd923
SDL2 - audio allow change bit_set
...
sdl.OpenAudioDevice was incorrectly using a bool instead of a c.int for it's last parameter. To make the proc call more idiomatic and inline with other bindings a new bit_set was introduced to be used in place of the constants
2025-07-27 17:39:42 -04:00
brandon
e7e16f063e
SDL_image save functions should return bool
2025-07-19 18:51:51 -04:00
gingerBill
e8b2f1eeaa
Fix indentation
2025-07-16 15:25:05 +01:00
gingerBill
e5baf483fd
Update vendor:kb_text_shape to v1.03
2025-07-16 15:14:41 +01:00
Daniel Goldenberg
78126c5684
Add linux build script for kb_text_shape
2025-07-09 14:30:22 -04:00
Laytan Laats
edf071903d
sdl3/ttf: remove #by_ptr usage with opaque Font
...
Fixes #5278
2025-06-26 17:51:57 +02:00
Feoramund
92005ba1a6
raylib: Refer to Odin-style enum over original C enum
...
Fixes #4865
2025-06-23 09:20:09 -04:00
Michael Freundorfer
109edbcec7
Fix invalid selector for acceleration structure
2025-06-22 14:10:55 +02:00
Jeroen van Rijn
6563230bd0
Add kb to vendor/README.md
2025-06-20 13:05:17 +02:00
gingerBill
565c612f4a
Fix typo
2025-06-20 11:52:18 +01:00
gingerBill
293267c7b2
Move #assert to types file
2025-06-20 10:48:30 +01:00
gingerBill
62db888ac1
Change c.int to b32
2025-06-20 10:47:26 +01:00
gingerBill
676727114f
Add to ShapeDynamic to kb_text_shape_procs.odin
2025-06-20 10:30:16 +01:00
gingerBill
d25cd01b42
Merge pull request #5371 from odin-lang/bill/vendor/kb-text-shape
...
`vendor/kb_text_shape`
2025-06-20 10:17:02 +01:00
gingerBill
0a7cf8cfe1
Even more minor changes
2025-06-20 10:07:17 +01:00
gingerBill
e5a4f3bcae
More type corrections/improvements
2025-06-20 09:59:25 +01:00
gingerBill
41e3bda2a9
Fix enum size
2025-06-20 09:51:04 +01:00
gingerBill
37fffe78d6
Use bit_fields to describe internal break_state
2025-06-20 09:48:45 +01:00
gingerBill
f055d8e714
Slight change to un definition
2025-06-20 09:42:05 +01:00
gingerBill
9d15170928
Change types where possible to the correct ones
2025-06-20 09:29:41 +01:00
gingerBill
a449ad8ed8
Keep -vet happy
2025-06-20 09:20:50 +01:00
gingerBill
9a328e1c97
Use multiple return values where possible
2025-06-20 09:17:02 +01:00
gingerBill
c3e9b16d5a
Update types
2025-06-20 09:09:04 +01:00
gingerBill
8f115c5bc8
Remove need for CRT with kb_text_shape and implement the allocating calls manually
2025-06-20 09:03:56 +01:00
gingerBill
c056fb7512
Update procs
2025-06-20 08:38:53 +01:00
gingerBill
61edcdbfc5
Add lib and build script (Windows Only)
2025-06-20 08:38:20 +01:00
gingerBill
63f1c5139a
Add types and procs for kb_text_shape
2025-06-20 08:32:25 +01:00
gingerBill
365d9b0a63
Add kb_text_shape.h
2025-06-20 07:48:05 +01:00
Matthew Pohlmann
6377afbab7
- Update SDL3 from 3.2.10 to 3.2.16
...
- Update SDL3_image from 3.2.0 to 3.2.4
2025-06-19 20:15:09 -07:00
Jeroen van Rijn
6d01aa9069
Appease -vet for haiku
2025-06-16 23:30:22 +02:00
gingerBill
002b50360c
Merge branch 'master' of https://github.com/odin-lang/Odin
2025-06-09 17:19:58 +01:00
gingerBill
2ffd6be20a
Fix minor typo from ^[^] to [^]^
2025-06-09 17:19:29 +01:00
Jeroen van Rijn
00b67831d1
Merge pull request #5297 from karl-zylinski/dxc-binding-fixes
...
DXC: Fixed broken bindings of ICompiler and ICompiler2
2025-06-08 00:18:11 +02:00
Karl Zylinski
4a6c6cd398
Fixed broken bindings of ICompiler and ICompiler2. See https://learn.microsoft.com/en-us/windows/win32/api/dxcapi/ns-dxcapi-idxccompiler and https://learn.microsoft.com/en-us/windows/win32/api/dxcapi/ns-dxcapi-idxccompiler2 for correct signatures.
2025-06-08 00:11:31 +02:00
Jeroen van Rijn
17319efd8f
Remove SDL3/TTF flag NORMAL
...
It's a `bit_set`, and NORMAL is an empty one.
https://wiki.libsdl.org/SDL3_ttf/TTF_SetFontStyle
Fixes #5275
2025-06-04 11:22:59 +02:00
Feoramund
09ddf121e3
Fix typo
2025-06-03 21:15:20 -04:00
Jeroen van Rijn
d6ec081723
Merge pull request #5223 from Badaxis/GameInput
...
GameInput fixes and tweaks
2025-05-26 23:00:24 +02:00
Vincent Billet
980b0499af
Reordered like header, multipointers, fixes
2025-05-26 22:44:09 +02:00
Jeroen van Rijn
4d3593afc9
Update rlgl.LoadFramebuffer signature to match raylib 5.5 change
2025-05-26 21:50:13 +02:00
Vincent Billet
15d8e43628
"do" removed
2025-05-26 21:30:32 +02:00
Vincent Billet
b775b4a1f1
Create() rework; comments tweaks; +hrtfapoapi
2025-05-26 21:17:44 +02:00
Laytan
f1da10469e
Merge pull request #5212 from sven-strothoff/glfw-bool-returns
...
Use b32 for GLFW functions that return GLFW_TRUE or GLFW_FALSE
2025-05-26 20:19:46 +02:00
Laytan Laats
88908d7f78
wgpu: update to 25.0.2.1
2025-05-26 20:06:11 +02:00
Sven Strothoff
7c69cb399a
Use b32 for GLFW functions that return GLFW_TRUE or GLFW_FALSE
2025-05-25 00:37:26 +02:00
HeHHeyboi
020dd57b06
Correct RWwrite signature
2025-05-23 15:29:08 +07:00
Gaia
433a21b6ff
Update wgpu.js
...
mipmapFilter is being ignored and defaulting to .Nearest on web platforms due to incorrect capitalization of the field name
2025-05-22 19:46:31 -05:00
Hector
affced2d02
Added Semaphore API to the SDL3 vendor bindings
2025-05-22 15:35:09 +01:00