added VKUBODynamic.h and support from VKArrayBuffer.h
This commit is contained in:
@@ -33,11 +33,6 @@ public:
|
||||
const uint32_t GetDescriptorCount ()const{return desc_manager->GetBindCount(set_type);} ///<获取总共需要绑定的描述符数量
|
||||
const BindingMapArray & GetBindingMap ()const{return desc_manager->GetBindingMap(set_type);}
|
||||
|
||||
const uint32_t GetDynamicCount ()const //返回动态ubo/ssbo总量
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
const uint32_t GetBoundCount ()const{return descriptor_set->GetCount();} ///<获取已经绑好的数量
|
||||
const bool IsReady ()const{return descriptor_set->IsReady();} ///<是否全部绑好了
|
||||
|
||||
|
Reference in New Issue
Block a user