nw::gfx::res::ResShaderParameterValue::GetValueS32 Member Function

Syntax

const s32 * GetValueS32() const;
s32 * GetValueS32();

List of Overloaded Member Functions

GetValueS32( ) Gets an int type pointer that points to the parameter value.
GetValueS32( ) Gets an int type pointer that points to the parameter value.

Description of GetValueS32( )

Returns an int type pointer that points to the first dimensional value of the parameter. Values for the second dimension and beyond can be obtained by incrementing the return value.

Description of GetValueS32( )

Returns an int type pointer that points to the first dimensional value of the parameter. Values for the second dimension and beyond can be obtained by incrementing the return value.


CONFIDENTIAL