Fission FSN
Loading...
Searching...
No Matches
fsIRendererCommand Class Reference

#include <fsIRenderCommand.h>

Inheritance diagram for fsIRendererCommand:

Public Member Functions

 fsIRendererCommand ()
virtual ~fsIRendererCommand ()

Protected Member Functions

virtual void batchDataRender ()
virtual void batchDataPopulate (fsIRenderData const *pRenderData, fsS32 pOffest, fsIRenderer::eSPRITE_STRIP_PLACE pPlace)
void blendDescriptorSetup (cocos2d::PipelineDescriptor &pipelineDescriptor)

Protected Attributes

cocos2d::backend::UniformLocation _textureLocation
cocos2d::backend::UniformLocation _textColorLocation
cocos2d::backend::UniformLocation _mvpMatrixLocation
cocos2d::backend::ProgramState * _programState
cocos2d::BlendFunc _blendFunc
fsF32 _globalZOrder = 0

Friends

class fsCRenderer

Constructor & Destructor Documentation

◆ fsIRendererCommand()

fsIRendererCommand::fsIRendererCommand ( )

◆ ~fsIRendererCommand()

fsIRendererCommand::~fsIRendererCommand ( )
virtual

Member Function Documentation

◆ batchDataPopulate()

virtual void fsIRendererCommand::batchDataPopulate ( fsIRenderData const * pRenderData,
fsS32 pOffest,
fsIRenderer::eSPRITE_STRIP_PLACE pPlace )
inlineprotectedvirtual

◆ batchDataRender()

virtual void fsIRendererCommand::batchDataRender ( )
inlineprotectedvirtual

◆ blendDescriptorSetup()

void fsIRendererCommand::blendDescriptorSetup ( cocos2d::PipelineDescriptor & pipelineDescriptor)
protected

◆ fsCRenderer

friend class fsCRenderer
friend

Member Data Documentation

◆ _blendFunc

cocos2d::BlendFunc fsIRendererCommand::_blendFunc
protected

◆ _globalZOrder

fsF32 fsIRendererCommand::_globalZOrder = 0
protected

◆ _mvpMatrixLocation

cocos2d::backend::UniformLocation fsIRendererCommand::_mvpMatrixLocation
protected

◆ _programState

cocos2d::backend::ProgramState* fsIRendererCommand::_programState
protected

◆ _textColorLocation

cocos2d::backend::UniformLocation fsIRendererCommand::_textColorLocation
protected

◆ _textureLocation

cocos2d::backend::UniformLocation fsIRendererCommand::_textureLocation
protected

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