mirror of
https://github.com/opus-tango/IntroductionToVulkan.git
synced 2026-03-20 03:55:26 +00:00
Renamed base class used in tutorials.
This commit is contained in:
@@ -46,7 +46,7 @@ namespace ApiWithoutSecrets {
|
||||
// //
|
||||
// Class for presenting Vulkan usage topics //
|
||||
// ************************************************************ //
|
||||
class Tutorial01 : public OS::TutorialBase {
|
||||
class Tutorial01 : public OS::ProjectBase {
|
||||
public:
|
||||
Tutorial01();
|
||||
~Tutorial01();
|
||||
|
||||
Reference in New Issue
Block a user