|  | OGRE 2.1
    Object-Oriented Graphics Rendering Engine | 
Defines a PipelineStateObject as required by Vulkan, Metal & DX12. More...
#include <OgreHlmsPso.h>
| Public Member Functions | |
| bool | equalExcludePassData (const HlmsPso &_r) const | 
| Compares if this == _r but only accounting data that is independent of a pass (and is typically part of a renderable with a material already assigned). | |
| bool | equalNonPod (const HlmsPso &_r) const | 
| void | initialize () | 
| Render-System specific data. | |
| int | lessNonPod (const HlmsPso &_r) const | 
| bool | lessThanExcludePassData (const HlmsPso &_r) const | 
| Compares if this <= _r. See equalExcludePassData. | |
Defines a PipelineStateObject as required by Vulkan, Metal & DX12.
In the other APIs, vertex-input data is use, and VertexArrayObject pointers only control which vertex and index buffers are bound to the device.
Compares if this == _r but only accounting data that is independent of a pass (and is typically part of a renderable with a material already assigned).
References equalNonPod().
Referenced by equalExcludePassData().
| 
 | inline | 
Render-System specific data.
References blendblock, clipDistances, enablePrimitiveRestart, macroblock, operationType, Ogre::OT_POINT_LIST, padding, pass, rsData, and sampleMask.
Referenced by lessThanExcludePassData().
Compares if this <= _r. See equalExcludePassData.
References lessNonPod().
| HlmsBlendblock const* Ogre::HlmsPso::blendblock | 
Referenced by initialize().
| uint8 Ogre::HlmsPso::clipDistances | 
Referenced by initialize().
| bool Ogre::HlmsPso::enablePrimitiveRestart | 
Referenced by initialize().
| GpuProgramPtr Ogre::HlmsPso::geometryShader | 
| HlmsMacroblock const* Ogre::HlmsPso::macroblock | 
Referenced by initialize().
| OperationType Ogre::HlmsPso::operationType | 
Referenced by initialize().
| uint8 Ogre::HlmsPso::padding[2] | 
Referenced by initialize().
| HlmsPassPso Ogre::HlmsPso::pass | 
Fixed to 0xffffffff for now.
Referenced by initialize().
| GpuProgramPtr Ogre::HlmsPso::pixelShader | 
| void* Ogre::HlmsPso::rsData | 
Referenced by initialize().
| uint32 Ogre::HlmsPso::sampleMask | 
Referenced by initialize().
| GpuProgramPtr Ogre::HlmsPso::tesselationDomainShader | 
| GpuProgramPtr Ogre::HlmsPso::tesselationHullShader | 
| VertexElement2VecVec Ogre::HlmsPso::vertexElements | 
| GpuProgramPtr Ogre::HlmsPso::vertexShader |