working text rendering

This commit is contained in:
niki
2022-07-10 02:25:28 +02:00
parent 73348e5012
commit b1fb5b551e
3 changed files with 49 additions and 37 deletions
+2 -2
View File
@@ -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();