| 36 | bool Validate() const override; |
| 37 | |
| 38 | VkImageView GetTextureView() const { return m_textureObject.m_imageView; } |
| 39 | VkImage GetImage() const { return m_textureObject.m_image; } |
| 40 | SamplerKey GetSamplerKey() const; |
| 41 | VkImageLayout GetCurrentLayout() const { return m_currentLayout; } |
no outgoing calls
no test coverage detected