add context holder & registry & bridge
This commit is contained in:
12
doric/plugin/shader_plugin.h
Normal file
12
doric/plugin/shader_plugin.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef SHADER_PLUGIN_H
|
||||
#define SHADER_PLUGIN_H
|
||||
|
||||
#include "context_holder.h"
|
||||
|
||||
class ShaderPlugin : public ContextHolder {
|
||||
|
||||
public:
|
||||
ShaderPlugin(Context* context) : ContextHolder(context) {}
|
||||
};
|
||||
|
||||
#endif // SHADER_PLUGIN_H
|
Reference in New Issue
Block a user