NAP
Public Member Functions | Public Attributes | List of all members
RenderAdvancedServiceConfiguration Class Reference

#include <renderadvancedservice.h>

Public Member Functions

virtual rtti::TypeInfo getServiceType () const
 
- Public Member Functions inherited from Object
 Object ()
 
virtual ~Object ()
 
virtual bool init (utility::ErrorState &errorState)
 
virtual void onDestroy ()
 
 Object (Object &)=delete
 
Objectoperator= (const Object &)=delete
 
 Object (Object &&)=delete
 
Objectoperator= (Object &&)=delete
 

Public Attributes

DepthRenderTexture2D::EDepthFormat mDepthFormat = DepthRenderTexture2D::EDepthFormat::D16
 Quad shadow map depth format. More...
 
DepthRenderTextureCube::EDepthFormat mDepthFormatCube = DepthRenderTextureCube::EDepthFormat::D16
 Cube shadow map depth format. More...
 
bool mEnableShadowMapping = true
 Whether shadow mapping is enabled. More...
 
- Public Attributes inherited from Object
std::string mID
 Property: 'mID' unique name of the object. Used as an identifier by the system. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from Object
static bool isIDProperty (rtti::Instance &object, const rtti::Property &property)
 
Inheritance diagram for RenderAdvancedServiceConfiguration:
[legend]
Collaboration diagram for RenderAdvancedServiceConfiguration:
[legend]

Member Function Documentation

◆ getServiceType()

virtual rtti::TypeInfo getServiceType ( ) const
virtual
Returns
The Service type associated with this configuration.

Implements ServiceConfiguration.

Member Data Documentation

◆ mDepthFormat

Quad shadow map depth format.

◆ mDepthFormatCube

Cube shadow map depth format.

◆ mEnableShadowMapping

bool mEnableShadowMapping = true

Whether shadow mapping is enabled.