PicaDataVSOutAttr Enumerated Type

Syntax

enum PicaDataVSOutAttr;

Value

Value Description
PICA_DATA_VS_OUT_ATTR_X Vertex coordinate x.
PICA_DATA_VS_OUT_ATTR_Y Vertex coordinate y.
PICA_DATA_VS_OUT_ATTR_Z Vertex coordinate z.
PICA_DATA_VS_OUT_ATTR_W Vertex coordinate w.
PICA_DATA_VS_OUT_ATTR_QUART_X Quaternion x.
PICA_DATA_VS_OUT_ATTR_QUART_Y Quaternion y.
PICA_DATA_VS_OUT_ATTR_QUART_Z Quaternion z.
PICA_DATA_VS_OUT_ATTR_QUART_W Quaternion w.
PICA_DATA_VS_OUT_ATTR_R Vertex color R.
PICA_DATA_VS_OUT_ATTR_G Vertex color G.
PICA_DATA_VS_OUT_ATTR_B Vertex color B.
PICA_DATA_VS_OUT_ATTR_A Vertex color A.
PICA_DATA_VS_OUT_ATTR_TEX0_U The u of texture coordinate 0.
PICA_DATA_VS_OUT_ATTR_TEX0_V The v of texture coordinate 0.
PICA_DATA_VS_OUT_ATTR_TEX1_U The u of texture coordinate 1.
PICA_DATA_VS_OUT_ATTR_TEX1_V The v of texture coordinate 1.
PICA_DATA_VS_OUT_ATTR_TEX0_W The w of texture coordinate 0.
PICA_DATA_VS_OUT_ATTR_VIEW_X The x of the view vector.
PICA_DATA_VS_OUT_ATTR_VIEW_Y The y of the view vector.
PICA_DATA_VS_OUT_ATTR_VIEW_Z The z of the view vector.
PICA_DATA_VS_OUT_ATTR_TEX2_U The u of texture coordinate 2.
PICA_DATA_VS_OUT_ATTR_TEX2_V The v of texture coordinate 2.
PICA_DATA_VS_OUT_ATTR_INVALID Disabled.

Description

Sets the attributes of the output from the vertex shader. Used with the PICA_REG_VS_OUT_REG_NUM3 registers (0x050-0x056).

Revision History

2010/09/27
Initial version.

CONFIDENTIAL