Searched defs:VulkanTexture (Results 1 – 3 of 3) sorted by relevance
127 struct VulkanTexture { struct129 explicit VulkanTexture(VkDeviceMemory new_memory) : memory(new_memory) {} in VulkanTexture() function131 VkImage image;132 VkImageView image_view;133 VkFormat format;134 VkExtent3D extent;135 VkDeviceMemory memory;136 VkDeviceSize offset;
23 class VulkanTexture; variable
308 VulkanTexture::VulkanTexture(const VulkanSharedContext* sharedContext, in VulkanTexture() function in skgpu::graphite::VulkanTexture