Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration RenderBufferDepthFormat

Render buffer depth format enumeration.

Index

Enumeration Members

Depth: 0

Render to depth buffer,engine will automatically select the supported precision.

Depth16: 3

Force 16-bit depth buffer.

Depth24: 4

Force 24-bit depth buffer.

Depth24Stencil8: 6

Force 16-bit depth + 8-bit stencil buffer.

Depth32: 5

Force 32-bit depth buffer.

Depth32Stencil8: 7

Force 32-bit depth + 8-bit stencil buffer.

DepthStencil: 1

Render to depth stencil buffer, engine will automatically select the supported precision.

Stencil: 2

Render to stencil buffer.

Generated using TypeDoc