Uranium
Application Framework
 All Classes Namespaces Files Functions Variables Pages
UM.View.RenderBatch.RenderBatch.RenderType Class Reference

The type of render batch. More...

Static Public Attributes

int NoType = 0
 
int Solid = 1
 No special state changes are done. More...
 
int Transparent = 2
 Depth testing and depth writing are enabled. More...
 
int Overlay = 3
 Depth testing is enabled, depth writing is disabled. More...
 

Detailed Description

The type of render batch.

This determines some basic state values, like blending on/off and additionally is used to determine sorting order.

Member Data Documentation

int UM.View.RenderBatch.RenderBatch.RenderType.Overlay = 3
static

Depth testing is enabled, depth writing is disabled.

int UM.View.RenderBatch.RenderBatch.RenderType.Solid = 1
static

No special state changes are done.

int UM.View.RenderBatch.RenderBatch.RenderType.Transparent = 2
static

Depth testing and depth writing are enabled.


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