odin-lang / Odin

Odin Programming Language
https://odin-lang.org
BSD 3-Clause "New" or "Revised" License
6.13k stars 551 forks source link

Mistakes in Odin/vendor/sdl2/sdl_pixels.odin #3860

Closed RichardFevrier closed 3 days ago

RichardFevrier commented 4 days ago

Currently implementing SDL3 I noticed some little mistakes in the current SDL2 implem (too busy to make a PR sorry).

PIXELTYPE_ARRAYF3 :: 11 -> PIXELTYPE_ARRAYF32 :: 11

ARRAYORDER_ABG :: 6 -> ARRAYORDER_ABGR :: 6

Odin lang is a banger btw! 🤩

Edit: Here and here are the original imple if you want to check by yourself.

Feoramund commented 3 days ago

Thank you for the direct source links on this. Those are always very helpful.