Интерфейс модели
This commit is contained in:
13
include/I_Model.h
Normal file
13
include/I_Model.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef I_MODEL_H
|
||||
#define I_MODEL_H
|
||||
|
||||
#include <vulkan/vulkan.h>
|
||||
|
||||
class I_Model
|
||||
{
|
||||
public:
|
||||
virtual void render(VkCommandBuffer commandBuffer) = 0;
|
||||
|
||||
};
|
||||
|
||||
#endif // I_MODEL_H
|
||||
Reference in New Issue
Block a user