summaryrefslogtreecommitdiff
path: root/src/font.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/font.hpp')
-rw-r--r--src/font.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.hpp b/src/font.hpp
index 86d53cc..3fff4ed 100644
--- a/src/font.hpp
+++ b/src/font.hpp
@@ -69,7 +69,6 @@ struct FontTypeSpacing {
double underline_thickness;
};
struct FontType : public Entity_Base {
- uint64_t last_graphics_resize_index;
pk_cstr title;
AssetHandle fontTextureAssetHandle;
AssetHandle glyphDetailsAssetHandle;
@@ -90,6 +89,7 @@ struct FontType : public Entity_Base {
VkImageView textureImageView = VK_NULL_HANDLE;
VkDescriptorPool vkDescriptorPool = VK_NULL_HANDLE;
VkDescriptorSet vkDescriptorSet = VK_NULL_HANDLE;
+ bool should_update_instance_buffer;
} gr;
struct FontTypeBindings {
BufferBindingDetails vertexBD;