nw::gfx::res::ResVertexParamAttribute Class

Syntax

class ResVertexParamAttribute : public nw::gfx::res::ResVertexAttribute

Description

Binary resource class that represents vertex attributes using parameters.

Enumerated Types

VertexType (Inherited from ResVertexAttribute.
VertexAttributeUsage (Inherited from ResVertexAttribute.

Member Functions

ResVertexParamAttribute Constructor.
ptr Gets a pointer to actual data.
ref Gets the reference to the actual data.
operator ==
operator!=
GetFormatType Gets the format type.
SetFormatType Sets the format type.
GetDimension Gets the dimension.
SetDimension Sets the dimension.
GetScale Gets the scale value.
SetScale Sets the scale value.
GetAttributeCount Gets the number of attributes.
GetAttribute Gets attributes.
SetAttribute Sets an item in the attribute list.
Setup Initializes a vertex attribute.
Cleanup Cleans up a vertex attribute.
GetUsage Gets the vertex attribute application.(Inherited from ResVertexAttribute.
SetUsage Sets the vertex attribute application.(Inherited from ResVertexAttribute.
GetFlags Gets the flag value.(Inherited from ResVertexAttribute.
SetFlags Sets flag value. Unset flags are disabled.(Inherited from ResVertexAttribute.
EnableFlags Enables the flag value that has been set. Unset flags are not changed.(Inherited from ResVertexAttribute.
DisableFlags Disables the flag value that has been set. Unset flags are not changed.(Inherited from ResVertexAttribute.
GetVertexCount Gets the number of vertices.(Inherited from ResVertexAttribute.
GetTypeInfo Gets instance type information.(Inherited from ResVertexAttribute.
IsValid Determines whether a pointer to a resource is null.(Derived from ResCommonBase.)
S GetClassName

Class Hierarchy

nw::ut::ResCommonBase
  nw::ut::ResCommon
    nw::gfx::res::ResVertexAttribute
      nw::gfx::res::ResVertexParamAttribute


CONFIDENTIAL