Nebula
Loading...
Searching...
No Matches
Frame::FrameBatchType Class Reference

#include <framebatchtype.h>

Detailed Description

Frame batch type hints for the render device and render targets.

Indicates the type of objects that are rendered in a frame batch.

Public Types

enum  Code {
  Depth , Solid , Alpha , Geometry ,
  Shapes , Text , UI , ResolveDepthBuffer ,
  MousePointers , Lights , LightProbes , System ,
  InvalidBatchType
}
 batch type enum More...
 

Static Public Member Functions

static FrameBatchType::Code FromString (const Util::String &str)
 convert from string
 
static Util::String ToString (FrameBatchType::Code c)
 convert to string
 

Member Enumeration Documentation

◆ Code

batch type enum

Enumerator
Depth 
Solid 
Alpha 
Geometry 
Shapes 
Text 
UI 
ResolveDepthBuffer 
MousePointers 
Lights 
LightProbes 
System 
InvalidBatchType 

Member Function Documentation

◆ FromString()

FrameBatchType::Code Frame::FrameBatchType::FromString ( const Util::String & str)
inlinestatic

convert from string

◆ ToString()

Util::String Frame::FrameBatchType::ToString ( FrameBatchType::Code c)
inlinestatic

convert to string


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