mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
vulkan: implement compressed textures
This commit is contained in:
@@ -58,7 +58,7 @@ bool Buffer::loadVolatile()
|
||||
if (result != VK_SUCCESS)
|
||||
throw love::Exception("failed to create buffer");
|
||||
|
||||
if (usageFlags & BUFFERUSAGE_TEXEL)
|
||||
if (usageFlags & BUFFERUSAGEFLAG_TEXEL)
|
||||
{
|
||||
VkBufferViewCreateInfo bufferViewInfo{};
|
||||
bufferViewInfo.buffer = buffer;
|
||||
|
||||
Reference in New Issue
Block a user