mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Replace internal 'staging' buffer data type with new 'readback' type.
This commit is contained in:
@@ -110,7 +110,7 @@ enum BufferDataUsage
|
||||
BUFFERDATAUSAGE_STREAM,
|
||||
BUFFERDATAUSAGE_DYNAMIC,
|
||||
BUFFERDATAUSAGE_STATIC,
|
||||
BUFFERDATAUSAGE_STAGING,
|
||||
BUFFERDATAUSAGE_READBACK,
|
||||
BUFFERDATAUSAGE_MAX_ENUM
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user