| 254 | } |
| 255 | |
| 256 | static inline bool IsTextureMemoryless(VulkanTexture* texture) |
| 257 | { |
| 258 | return texture->m_UsageFlags & VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT; |
| 259 | } |
| 260 | |
| 261 | static inline bool IsRenderTargetbound(VulkanContext* context, HRenderTarget rt) |
| 262 | { |
no outgoing calls
no test coverage detected