siRenderRegionDisplayType Enum


Enumerations

enum   siRenderRegionDisplayType {
  siRenderRegionDisplayRGBA = 0,
  siRenderRegionDisplayRGB = 1,
  siRenderRegionDisplayAlpha = 2,
  siRenderRegionDisplayRed = 3,
  siRenderRegionDisplayGreen = 4,
  siRenderRegionDisplayBlue = 5
}

Detailed Description

This enumeration represents the list of display types for the render region. These display types affect any framebuffer being viewed.
See also:
RenderRegionSetDisplayType

Enumeration Type Documentation

enum siRenderRegionDisplayType

Enumerator:
siRenderRegionDisplayRGBA  [0] Show the full RGB contents of the framebuffer, alpha composed on top of the viewport's contents.
siRenderRegionDisplayRGB  [1] Show the full RGB contents of the framebuffer with no alpha compositing.
siRenderRegionDisplayAlpha  [2] Show only the alpha channel of the framebuffer with no alpha compositing.
siRenderRegionDisplayRed  [3] Show only the red channel of the framebuffer with no alpha compositing.
siRenderRegionDisplayGreen  [4] Show only the green channel of the framebuffer with no alpha compositing.
siRenderRegionDisplayBlue  [5] Show only the blue channel of the framebuffer with no alpha compositing.