nw::gfx::res::ResVertexStreamBase Class

Syntax

class ResVertexStreamBase : public nw::gfx::res::ResVertexAttribute

Description

Binary base class that represents vertex attributes using vertex streams.

Enumerated Types

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

Member Functions

ResVertexStreamBase Constructor.
ptr Gets a pointer to actual data.
ref Gets the reference to the actual data.
operator ==
operator!=
GetBufferObject Gets a buffer object.
SetBufferObject Sets a buffer object.
GetLocationFlag Gets an location flag.
SetLocationFlag Sets the location flag.
GetStreamCount Gets the number of bytes of stream data.
GetStream Gets a stream.
SetStream
GetLocationAddress Gets the address of the copied vertex buffer.
SetLocationAddress Sets the address of the copied vertex buffer.
GetImageAddress Gets the address of the image to be referenced from GPU.
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.
Setup Initializes a vertex attribute.(Inherited from ResVertexAttribute.
Cleanup Cleans up a vertex attribute.(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::ResVertexStreamBase


CONFIDENTIAL