Add helper methods
This commit is contained in:
@@ -34,6 +34,11 @@ namespace openVulkanoCpp
|
||||
old.m_size = 0;
|
||||
}
|
||||
|
||||
void Clear()
|
||||
{
|
||||
m_chunks.clear();
|
||||
}
|
||||
|
||||
template<typename ...ARGS>
|
||||
T& EmplaceBack(ARGS&&... args)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user