Public Types | Static Public Member Functions
nvidia::apex::IofxSpriteRenderLayoutSurfaceElement Struct Reference

Enumerates the potential IOFX sprite render layout surface elements. More...

#include <IofxRenderCallback.h>

List of all members.

Public Types

enum  Enum {
  POSITION_FLOAT4,
  SCALE_ORIENT_SUBTEX_FLOAT4,
  COLOR_RGBA8,
  COLOR_BGRA8,
  COLOR_FLOAT4,
  MAX_COUNT
}
 Enum of IOFX sprite render layout surface elements. More...

Static Public Member Functions

static PX_INLINE
RenderDataFormat::Enum 
getFormat (Enum element)
 Get layout element format.

Detailed Description

Enumerates the potential IOFX sprite render layout surface elements.


Member Enumeration Documentation

Enum of IOFX sprite render layout surface elements.

Enumerator:
POSITION_FLOAT4 

float4(POSITION.x, POSITION.y, POSITION.z, 1)

SCALE_ORIENT_SUBTEX_FLOAT4 

float4(SCALE.x, SCALE.y, ORIENTATION, SUBTEXTURE)

COLOR_RGBA8 
COLOR_BGRA8 
COLOR_FLOAT4 
MAX_COUNT 

Member Function Documentation

static PX_INLINE RenderDataFormat::Enum nvidia::apex::IofxSpriteRenderLayoutSurfaceElement::getFormat ( Enum  element) [inline, static]

Get layout element format.


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

Generated on Tue Aug 1 2017 22:44:30

Copyright © 2012-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.