mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Add new non-readable Canvas formats: depth16, depth24, depth32f, depth24stencil8, and depth32fstencil8.
--HG-- branch : minor
This commit is contained in:
@@ -59,6 +59,11 @@ enum PixelFormat
|
||||
|
||||
// depth/stencil formats
|
||||
PIXELFORMAT_STENCIL8,
|
||||
PIXELFORMAT_DEPTH16,
|
||||
PIXELFORMAT_DEPTH24,
|
||||
PIXELFORMAT_DEPTH32F,
|
||||
PIXELFORMAT_DEPTH24_STENCIL8,
|
||||
PIXELFORMAT_DEPTH32F_STENCIL8,
|
||||
|
||||
// compressed formats
|
||||
PIXELFORMAT_DXT1,
|
||||
|
||||
Reference in New Issue
Block a user