nw::gfx::res::ResVertexAttribute Class

Syntax

class ResVertexAttribute : public nw::ut::ResCommon< ResVertexAttributeData >

Description

Base class for binary resources that represent vertex attributes.

Enumerated Types

VertexType
VertexAttributeUsage

Member Functions

ResVertexAttribute Constructor.
ref
operator ==
operator!=
GetUsage Gets the vertex attribute application.
SetUsage Sets the vertex attribute application.
GetFlags Gets the flag value.
SetFlags Sets flag value. Unset flags are disabled.
EnableFlags Enables the flag value that has been set. Unset flags are not changed.
DisableFlags Disables the flag value that has been set. Unset flags are not changed.
Setup Initializes a vertex attribute.
Cleanup Cleans up a vertex attribute.
GetVertexCount Gets the number of vertices.
GetTypeInfo Gets instance type information.
ptr Returns a pointer to a binary resource structure. (Derived from ResCommon)
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


CONFIDENTIAL