Karl Zylinski
|
a9166f52f8
|
Raylib 5.0 IsMouseButtonUp workaround: Better use of when clause to make sure we remove the workaround later.
|
2023-12-18 11:30:20 +01:00 |
|
Karl Zylinski
|
9bdd4c73a5
|
Raylib workaround: Fix comment typo
|
2023-12-18 11:20:15 +01:00 |
|
Karl Zylinski
|
2362be11bf
|
Raylib 5.0 bug workaround: Check VERSION and panic if VERSION != 5.0, in which case there is info in the message about how to remove the workaround.
|
2023-12-18 11:19:11 +01:00 |
|
Karl Zylinski
|
2a0e4f7a8c
|
Workaround for bug in Raylib 5 making IsMouseButtonUp not work properly.
|
2023-12-17 19:48:19 +01:00 |
|
 Karl ZylinskiandGitHub
|
65333181fc
|
virtual arena: Actually use DEFAULT_ARENA_STATIC_RESERVE_SIZE as default value on arena_init_static
|
2023-12-04 21:15:46 +01:00 |
|
Karl Zylinski
|
51229a29f8
|
Raylib: use fixed array instead of struct for rl.Color. This makes swizzling etc work, but the memory layout is still the same
|
2023-11-06 15:23:21 +01:00 |
|
Karl Zylinski
|
764ce2a4b0
|
RAYLIB_SHARED: use /NODEFAULTLIB:msvcrt instead of /NODEFAULTLIB:libcmt. This fixes linker errors.
|
2023-11-06 14:58:34 +01:00 |
|
Karl Zylinski
|
d7cc166eab
|
Fix for skip_alphanum in JSON tokenizer not checking if first character is non-alphanum. This broke any single-character key when using SJSON specification in combination with not using quoted strings.
|
2023-04-05 22:37:05 +02:00 |
|
Karl Zylinski
|
03c9212600
|
Added some additional IID versions of Direct3D 12 UUIDs that I missed during my first pass. All are accounted for now.
|
2022-04-27 22:30:28 +02:00 |
|
Karl Zylinski
|
5650087aa3
|
Merge remote-tracking branch 'origin/master' into d3d12-binding-fixes
|
2022-04-27 20:50:54 +02:00 |
|
Karl Zylinski
|
67689ecb21
|
Typo fix in d3d12.odin
|
2022-04-27 20:47:05 +02:00 |
|
Karl Zylinski
|
cd13dedb36
|
D3D12 binding fixes: Added dxgi.IID versions of all the UUIDs in d3d12.odin so that the IIDs can be used to fetch interfaces properly. Also fixed an issue where GetDesc, GetCPUDescriptorHandleForHeapStart and GetGPUDescriptorHandleForHeapStart had the wrong signature due to an old D3D12 header bug, more info: https://stackoverflow.com/questions/34118929/getcpudescriptorhandleforheapstart-stack-corruption
|
2022-04-27 20:12:44 +02:00 |
|