#include <GteFluid3AdjustVelocity.h>
|
void | Execute (std::shared_ptr< GraphicsEngine > const &engine, std::shared_ptr< Texture3 > const &inState, std::shared_ptr< Texture3 > const &poisson, std::shared_ptr< Texture3 > const &outState) |
|
| Fluid3AdjustVelocity (std::shared_ptr< ProgramFactory > const &factory, int xSize, int ySize, int zSize, int numXThreads, int numYThreads, int numZThreads, std::shared_ptr< ConstantBuffer > const ¶meters) |
|
Definition at line 20 of file GteFluid3AdjustVelocity.h.
Fluid3AdjustVelocity::Fluid3AdjustVelocity |
( |
std::shared_ptr< ProgramFactory > const & |
factory, |
|
|
int |
xSize, |
|
|
int |
ySize, |
|
|
int |
zSize, |
|
|
int |
numXThreads, |
|
|
int |
numYThreads, |
|
|
int |
numZThreads, |
|
|
std::shared_ptr< ConstantBuffer > const & |
parameters |
|
) |
| |
void Fluid3AdjustVelocity::Execute |
( |
std::shared_ptr< GraphicsEngine > const & |
engine, |
|
|
std::shared_ptr< Texture3 > const & |
inState, |
|
|
std::shared_ptr< Texture3 > const & |
poisson, |
|
|
std::shared_ptr< Texture3 > const & |
outState |
|
) |
| |
std::shared_ptr<ComputeProgram> gte::Fluid3AdjustVelocity::mAdjustVelocity |
|
private |
int gte::Fluid3AdjustVelocity::mNumXGroups |
|
private |
int gte::Fluid3AdjustVelocity::mNumYGroups |
|
private |
int gte::Fluid3AdjustVelocity::mNumZGroups |
|
private |
The documentation for this class was generated from the following files: