Searched defs:BufferOrImage (Results 1 – 1 of 1) sorted by relevance
382 struct BufferOrImage struct384 bool isImage() const in isImage()389 Buffer* getAsBuffer() in getAsBuffer()395 Image* getAsImage() in getAsImage()401 virtual VkDescriptorType getType() const in getType()413 Allocation& getAllocation() const in getAllocation()418 virtual ~BufferOrImage() {} in ~BufferOrImage()421 explicit BufferOrImage(bool image) : m_isImage(image) {} in BufferOrImage() function423 bool m_isImage;424 de::details::MovePtr<Allocation> m_allocation;