nw::gfx::res::ResPrimitive Class

Syntax

class ResPrimitive : public nw::ut::ResCommon< ResPrimitiveData >

Description

Binary resource class that represents a single primitive that forms a shape.

Member Functions

ResPrimitive Constructor.
ref
operator ==
operator !=
GetIndexStreamsCount Gets the number of vertex index streams.
GetIndexStreams Gets vertex index streams.
GetBufferObjectsCount Gets the number of instances of buffer objects.
GetBufferObjects Gets a buffer object.
SetBufferObjects Sets an item in the buffer object list.
Setup Initializes a resource.
Cleanup Prepares to free a resource.
ptr Returns a pointer to a binary resource structure. (Inherited from ResCommon)
IsValid Determines whether a pointer to a resource is null.(Inherited from ResCommonBase.
S GetClassName

Class Hierarchy

nw::ut::ResCommonBase
  nw::ut::ResCommon
    nw::gfx::res::ResPrimitive


CONFIDENTIAL