Public Member Functions | Private Attributes | Static Private Attributes | List of all members
gte::Fluid3AdjustVelocity Class Reference

#include <GteFluid3AdjustVelocity.h>

Public Member Functions

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 &parameters)
 

Private Attributes

std::shared_ptr< ComputeProgrammAdjustVelocity
 
int mNumXGroups
 
int mNumYGroups
 
int mNumZGroups
 

Static Private Attributes

static std::string const msGLSLSource
 
static std::string const msHLSLSource
 
static std::string const * msSource [ProgramFactory::PF_NUM_API]
 

Detailed Description

Definition at line 20 of file GteFluid3AdjustVelocity.h.

Constructor & Destructor Documentation

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 
)

Definition at line 14 of file GteFluid3AdjustVelocity.cpp.

Member Function Documentation

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 
)

Definition at line 37 of file GteFluid3AdjustVelocity.cpp.

Member Data Documentation

std::shared_ptr<ComputeProgram> gte::Fluid3AdjustVelocity::mAdjustVelocity
private

Definition at line 37 of file GteFluid3AdjustVelocity.h.

int gte::Fluid3AdjustVelocity::mNumXGroups
private

Definition at line 36 of file GteFluid3AdjustVelocity.h.

int gte::Fluid3AdjustVelocity::mNumYGroups
private

Definition at line 36 of file GteFluid3AdjustVelocity.h.

int gte::Fluid3AdjustVelocity::mNumZGroups
private

Definition at line 36 of file GteFluid3AdjustVelocity.h.

std::string const Fluid3AdjustVelocity::msGLSLSource
staticprivate

Definition at line 40 of file GteFluid3AdjustVelocity.h.

std::string const Fluid3AdjustVelocity::msHLSLSource
staticprivate

Definition at line 41 of file GteFluid3AdjustVelocity.h.

std::string const * Fluid3AdjustVelocity::msSource
staticprivate
Initial value:

Definition at line 42 of file GteFluid3AdjustVelocity.h.


The documentation for this class was generated from the following files:


geometric_tools_engine
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 04:00:06