Class to manage movement of data from a solver to a given target. More...
#include <btSoftBodySolver_OpenCL.h>
Public Member Functions | |
btSoftBodySolverOutputCLtoCPU () | |
virtual void | copySoftBodyToVertexBuffer (const btSoftBody *const softBody, btVertexBufferDescriptor *vertexBuffer) |
Output current computed vertex data to the vertex buffers for all cloths in the solver. |
Class to manage movement of data from a solver to a given target.
This version is the CL to CPU version.
Definition at line 512 of file btSoftBodySolver_OpenCL.h.
btSoftBodySolverOutputCLtoCPU::btSoftBodySolverOutputCLtoCPU | ( | ) | [inline] |
Definition at line 517 of file btSoftBodySolver_OpenCL.h.
void btSoftBodySolverOutputCLtoCPU::copySoftBodyToVertexBuffer | ( | const btSoftBody *const | softBody, | |
btVertexBufferDescriptor * | vertexBuffer | |||
) | [virtual] |
Output current computed vertex data to the vertex buffers for all cloths in the solver.
Implements btSoftBodySolverOutput.
Definition at line 1480 of file btSoftBodySolver_OpenCL.cpp.