supported 0 DescriptorSet material.

This commit is contained in:
2022-06-20 21:39:04 +08:00
parent 3fbbdb8204
commit 4dff46c5c5
2 changed files with 26 additions and 19 deletions

View File

@@ -51,10 +51,10 @@ public:
Renderable(const uint32_t dc=0):draw_count(dc){}
virtual ~Renderable()=default;
const uint GetRefCount()const{return ref_count;}
const uint GetRefCount()const{return ref_count;}
void SetBoundingBox(const AABB &aabb){BoundingBox=aabb;}
const AABB &GetBoundingBox()const {return BoundingBox;}
void SetBoundingBox(const AABB &aabb){BoundingBox=aabb;}
const AABB & GetBoundingBox()const {return BoundingBox;}
bool Set(const AnsiString &name,VBO *vb,VkDeviceSize offset=0);