mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
working text rendering
This commit is contained in:
@@ -33,8 +33,8 @@ namespace love {
|
||||
VkSampler getSampler() const { return textureSampler; }
|
||||
|
||||
private:
|
||||
void transitionImageLayout(VkImage, VkFormat, VkImageLayout oldLayout, VkImageLayout newLayout);
|
||||
void copyBufferToImage(VkBuffer, VkImage, uint32_t width, uint32_t height);
|
||||
void transitionImageLayout(VkImage, VkImageLayout oldLayout, VkImageLayout newLayout);
|
||||
void copyBufferToImage(VkBuffer, VkImage, const Rect&);
|
||||
void createTextureImageView();
|
||||
void createTextureSampler();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user