Skip to content

Commit 401cd70

Browse files
author
csmartdalton
committed
refactor(vk): Add a vkutil::Texture2D class (#9862) 5779effa92
vkutil::Texture2D wraps a VkImage AND a VkImageView so we don't have to manage both of these objects separately when we just want a simple 2D texture. It also subsumes TextureVulkanImpl, allowing us to simplify things further and remove that class. vkutil::Texture & vkutil::TextureView are renamed to vkutil::Image & vkutil::ImageView, in order to reflect the fact that they are just very thin wrappers around VkImage & VkImageView.
1 parent ba6601e commit 401cd70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.rive_head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f660dea5494097df60419b00af6baf1c1e1b896d
1+
5779effa921a654a0ef91cad88dbc169b754c96c

submodules/rive-cpp

0 commit comments

Comments
 (0)