add vertexarray, move Sandbox::Demolayer code to EditorLayer

This commit is contained in:
2025-11-29 11:35:06 +08:00
parent 4c7b79ec8a
commit abdfdd1858
39 changed files with 63 additions and 773 deletions

View File

@ -0,0 +1,5 @@
//
// Created by sfd on 25-11-29.
//
#include "EditorLayer.h"

View File

@ -0,0 +1,16 @@
//
// Created by sfd on 25-11-29.
//
#ifndef EDITORLAYER_H
#define EDITORLAYER_H
class EditorLayer {
};
#endif //EDITORLAYER_H