nw::gfx::res::ResShaderParameterValue::GetValueF32 Member Function

Syntax

const f32 * GetValueF32() const;
f32 * GetValueF32();

List of Overloaded Member Functions

GetValueF32 ( ) Gets a float type pointer that points to the parameter value.
GetValueF32 ( ) Gets a float type pointer that points to the parameter value.

Description of GetValueF32 ( )

Returns a float 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 GetValueF32 ( )

Returns a float 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