Closed flowCRANE closed 11 months ago
https://github.com/PascalGameDevelopment/SDL2-for-Pascal/blob/3feb4767eddce88219098f76d638890d069be671/units/sdl2.pas#L356-L359
This macro-function should be named SDL_PIXELFORMAT, since it is used to return the pixel format, one of the SDL_PIXELFORMAT_* values. Am I right?
SDL_PIXELFORMAT
SDL_PIXELFORMAT_*
Hi there,
thanks for the hint, but the naming is correct. This is how this macro is named in the original project headers.
https://github.com/PascalGameDevelopment/SDL2-for-Pascal/blob/3feb4767eddce88219098f76d638890d069be671/units/sdl2.pas#L356-L359
This macro-function should be named
SDL_PIXELFORMAT
, since it is used to return the pixel format, one of theSDL_PIXELFORMAT_*
values. Am I right?