mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Cleaned up some duplicated pixel format-related code in Font files.
--HG-- branch : minor
This commit is contained in:
@@ -48,6 +48,8 @@ enum PixelFormat
|
||||
PIXELFORMAT_RG32F,
|
||||
PIXELFORMAT_RGBA32F,
|
||||
|
||||
PIXELFORMAT_LA8, // Same as RG8, but accessed as (L, L, L, A)
|
||||
|
||||
// packed formats
|
||||
PIXELFORMAT_RGBA4,
|
||||
PIXELFORMAT_RGB5A1,
|
||||
|
||||
Reference in New Issue
Block a user