oglruntime.hpp

来自「用于GPU通用计算的编程语言BrookGPU 0.4」· HPP 代码 · 共 26 行

HPP
26
字号
// oglruntime.hpp#ifndef OGL_RUNTIME_HPP#define OGL_RUNTIME_HPP#include "../gpuruntime.hpp"#define OGL_RUNTIME_STRING "ogl"namespace brook{  class OGLRuntime : public GPURuntime  {  public:    static OGLRuntime* create();  protected:    OGLRuntime() {}    virtual bool initialize();  };}#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?