dx9runtime.hpp
来自「用于GPU通用计算的编程语言BrookGPU 0.4」· HPP 代码 · 共 25 行
HPP
25 行
// dx9runtime.hpp#ifndef GPU_RUNTIME_DX9_HPP#define GPU_RUNTIME_DX9_HPP#include "../gpubase.hpp"#include "../gpuruntime.hpp"#define DX9_RUNTIME_STRING "dx9"namespace brook{ class GPURuntimeDX9 : public GPURuntime { public: static GPURuntimeDX9* create( void* inContextValue = 0 ); private: GPURuntimeDX9() {} };}#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?