OGLplus (0.52.0) a C++ wrapper for OpenGL

Wrapper for the general-purpose-computing-related operations. More...

#include </home/chochlik/devel/oglplus/include/oglplus/context/computing.hpp>

Inheritance diagram for oglplus::context::Computing:

Static Public Member Functions

static void DispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
 Launches several work groups. More...
 
static void DispatchComputeIndirect (GLintptr indirect)
 Launches indirectly several work groups. More...
 

Detailed Description

Wrapper for the general-purpose-computing-related operations.

Member Function Documentation

static void oglplus::context::Computing::DispatchCompute ( GLuint  num_groups_x,
GLuint  num_groups_y,
GLuint  num_groups_z 
)
static

Launches several work groups.

Related OpenGL symbols:
glDispatchCompute
static void oglplus::context::Computing::DispatchComputeIndirect ( GLintptr  indirect)
static

Launches indirectly several work groups.

Related OpenGL symbols:
glDispatchComputeIndirect

The documentation for this class was generated from the following file:
  • /home/chochlik/devel/oglplus/include/oglplus/context/computing.hpp

Copyright © 2010-2014 Matúš Chochlík, University of Žilina, Žilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Mon Sep 22 2014 by Doxygen (version 1.8.6).