Separating declaration and definition of RefPtr
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#include "EngineTest.h"
|
||||
#include "Graphics/GraphicsResources.h"
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
using namespace Seele;
|
||||
|
||||
BOOST_AUTO_TEST_SUITE(DescriptorSets)
|
||||
|
||||
BOOST_AUTO_TEST_CASE(descriptor_set_merge)
|
||||
{
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_SUITE_END()
|
||||
Reference in New Issue
Block a user