mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Update the internal naming convention for pixel formats.
--HG-- branch : minor
This commit is contained in:
@@ -69,7 +69,7 @@ public:
|
||||
* @param height The height of the ImageData.
|
||||
* @return The new ImageData.
|
||||
**/
|
||||
ImageData *newImageData(int width, int height, PixelFormat format = PIXELFORMAT_RGBA8);
|
||||
ImageData *newImageData(int width, int height, PixelFormat format = PIXELFORMAT_RGBA8_UNORM);
|
||||
|
||||
/**
|
||||
* Creates empty ImageData with the given size.
|
||||
|
||||
Reference in New Issue
Block a user