9 #ifndef RAMSES_RENDERPASSGROUPITERATOR_H 
   10 #define RAMSES_RENDERPASSGROUPITERATOR_H 
   18     class RenderGroupImpl;
 
#define RAMSES_API
Definition: APIExport.h:35
 
The RenderGroup is a container used to collect renderables which are supposed to be rendered together...
Definition: RenderGroup.h:31
 
The RenderPassGroupIterator traverses RenderGroups in a RenderPass.
Definition: RenderPassGroupIterator.h:26
 
~RenderPassGroupIterator()
Destructor.
 
const RenderGroup * getNext()
Iterate through all RenderGroups. RenderGroups will be iterated over in order of adding,...
 
RenderPassGroupIterator(const RenderPass &renderPass)
RenderPassGroupIterator constructor.
 
The RenderPass is a container used to collect meshes which are supposed to be rendered together.
Definition: RenderPass.h:31
 
The RAMSES namespace contains all client side objects and functions used to implement RAMSES applicat...
Definition: AnimatedProperty.h:15