mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-06-06 23:40:48 +00:00
Wrote basic test for sparse binding.
This commit is contained in:
parent
5975c83402
commit
51fa96660e
4 changed files with 328 additions and 17 deletions
7
src/SparseBindingTest.h
Normal file
7
src/SparseBindingTest.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
void TestSparseBinding();
|
||||
|
||||
#endif // #ifdef _WIN32
|
Loading…
Add table
Add a link
Reference in a new issue