private:
// Disallow copying
- Command (const Command&);
+ Command (const Command&);
Command& operator& (const Command&);
};
~UnMap (void) {}
const char* getName (void) const { return "UnMap"; }
- void logExecute (TestLog& log, size_t commandIndex) const
+ void logExecute (TestLog& log, size_t commandIndex) const
{
log << TestLog::Message << commandIndex << ": Unmap memory" << TestLog::EndMessage;
}
~Invalidate (void) {}
const char* getName (void) const { return "Invalidate"; }
- void logExecute (TestLog& log, size_t commandIndex) const
+ void logExecute (TestLog& log, size_t commandIndex) const
{
log << TestLog::Message << commandIndex << ": Invalidate mapped memory" << TestLog::EndMessage;
}
~Flush (void) {}
const char* getName (void) const { return "Flush"; }
- void logExecute (TestLog& log, size_t commandIndex) const
+ void logExecute (TestLog& log, size_t commandIndex) const
{
log << TestLog::Message << commandIndex << ": Flush mapped memory" << TestLog::EndMessage;
}
-#ifndef _VKTBUFFERMEMORYTESTS_HPP
-#define _VKTBUFFERMEMORYTESTS_HPP
+#ifndef _VKTMEMORYPIPELINEBARRIERTESTS_HPP
+#define _VKTMEMORYPIPELINEBARRIERTESTS_HPP
/*-------------------------------------------------------------------------
* Vulkan Conformance Tests
* ------------------------
} // memory
} // vkt
-#endif // _VKTBUFFERMEMORYTESTS_HPP
+#endif // _VKTMEMORYPIPELINEBARRIERTESTS_HPP