mirror of
https://github.com/raysan5/raylib.git
synced 2026-06-13 21:01:53 +08:00
* 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 |
||
|---|---|---|
| .. | ||
| resources | ||
| audio_mixed_processor.c | ||
| audio_mixed_processor.png | ||
| audio_module_playing.c | ||
| audio_module_playing.png | ||
| audio_multichannel_sound.c | ||
| audio_multichannel_sound.png | ||
| audio_music_stream.c | ||
| audio_music_stream.png | ||
| audio_raw_stream.c | ||
| audio_raw_stream.png | ||
| audio_sound_loading.c | ||
| audio_sound_loading.png | ||
| audio_stream_effects.c | ||
| audio_stream_effects.png | ||