Ogre::OpenCL::Root Class Reference
List of all members.
Public Member Functions |
|
virtual bool | init ()=0 |
|
void | shutdown () |
|
void | synchronize () |
|
VertexBufferManager * | getVertexBufferManager () |
|
cl_command_queue * | getCommandQueue () |
|
cl_context * | getContext () |
|
bool | map (std::vector< Ogre::OpenCL::Ressource * > ressources) |
|
bool | unmap (std::vector< Ogre::OpenCL::Ressource * > ressources) |
Static Public Member Functions |
|
static Root * | createRoot (Ogre::RenderWindow *renderWindow, Ogre::RenderSystem *renderSystem) |
|
static void | destroyRoot (Root *root) |
Protected Attributes |
|
Ogre::OpenCL::VertexBufferManager * | mVertexBufferManager |
|
cl_context | mContext |
|
cl_command_queue | mCommandQueue |
The documentation for this class was generated from the following files:
- d:/VisualExperiments.com/Demos/OgreOpenCL/include/OgreOpenCL.h
- d:/VisualExperiments.com/Demos/OgreOpenCL/src/OgreOpenCL.cpp