14 uint32_t GetWidth()
const;
15 uint32_t GetHeight()
const;
17 VkImage GetImage()
const;
18 VkImageView GetImageView()
const;
19 VkSampler GetSampler()
const;
21 virtual void Resize(uint32_t width, uint32_t height)
override;
22 virtual void BindFace(
int k);
24 void CreateTextureSampler();
28 VkImage image =
nullptr;
29 VkSampler sampler =
nullptr;
30 VkImageView imageView =
nullptr;
31 VkDeviceMemory imageMemory =
nullptr;
33 std::string debugName;
34 DepthFormat format = DepthFormat::None;
37 bool isShadowMap =
false;
38 bool isCubemap =
false;
39 bool isSampled =
false;