raylib/src
hkc d26a56d4e1
Added mixed audio processor (#2929)
* Use RL_QUADS/RL_TRIANGLES for single-pixel drawing

Addresses problem mentioned in
https://github.com/raysan5/raylib/issues/2744#issuecomment-1273568263
(in short: when drawing pixels using DrawPixel{,V} in camera mode,
upscaled pixel becomes a line instead of bigger pixel)

* [rtextures] Fixed scaling down in ImageTextEx

Closes #2755

* Added global audio processor

* Renamed struct member to follow naming conventions

* Added example for AttachAudioMixedProcessor
2023-02-20 11:13:24 +01:00
..
external Update qoa.h 2023-02-12 13:29:39 +01:00
build.zig zig build: do not use deprecated functions (#2913) 2023-02-06 10:28:24 +01:00
CMakeLists.txt Fix an issue when compiling for web (#2820) 2022-11-30 10:36:01 +01:00
config.h REVIEWED: config.h format and inconsistencies 2023-02-12 13:28:35 +01:00
Makefile Add wayland support (#2883) 2023-01-25 22:25:25 +01:00
minshell.html Fixed some grammar mistakes and typos. (#2914) 2023-02-09 13:17:47 +01:00
raudio.c Added mixed audio processor (#2929) 2023-02-20 11:13:24 +01:00
raylib.dll.rc Update year to 2023 2023-01-01 16:07:51 +01:00
raylib.dll.rc.data Updated raylib resource data (32bit) 2022-08-02 18:06:00 +02:00
raylib.h Added mixed audio processor (#2929) 2023-02-20 11:13:24 +01:00
raylib.ico Updated icon data 2018-09-26 16:02:42 +02:00
raylib.rc Update year to 2023 2023-01-01 16:07:51 +01:00
raylib.rc.data Updated raylib resource data (32bit) 2022-08-02 18:06:00 +02:00
raymath.h Clean trailing spaces 2023-02-05 16:30:23 +01:00
rcamera.h Minor format tweaks 2023-02-15 18:11:46 +01:00
rcamera.old.h REVIEWED: Camera redesign PR 2023-02-14 20:00:51 +01:00
rcore.c Avoid centering mouse when program launches 2023-02-15 13:11:26 +01:00
rgestures.h Fixed some grammar mistakes and typos. (#2914) 2023-02-09 13:17:47 +01:00
rglfw.c Clean trailing spaces 2023-02-05 16:30:23 +01:00
rlgl.h Fixed some grammar mistakes and typos. (#2914) 2023-02-09 13:17:47 +01:00
rmodels.c REVIEWED: Vertex colors support on M3D loading #2878 2023-02-12 12:10:01 +01:00
rshapes.c Fixed some grammar mistakes and typos. (#2914) 2023-02-09 13:17:47 +01:00
rtext.c Fixed some grammar mistakes and typos. (#2914) 2023-02-09 13:17:47 +01:00
rtextures.c Fixed some grammar mistakes and typos. (#2914) 2023-02-09 13:17:47 +01:00
shell.html Fixed some grammar mistakes and typos. (#2914) 2023-02-09 13:17:47 +01:00
utils.c Fixed some grammar mistakes and typos. (#2914) 2023-02-09 13:17:47 +01:00
utils.h Update year to 2023 2023-01-01 16:07:51 +01:00