nw::gfx::res::ResVertexStream Class

Syntax

class ResVertexStream : public nw::gfx::res::ResVertexStreamBase

Description

Binary resource class that represents vertex attributes using vertex streams.

Enumerated Types

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

Member Functions

ResVertexStream 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.
GetOffset Gets offset information when using interleaved format.
SetOffset Sets offset information when using interleaved format.
Setup Initializes a vertex stream.
Cleanup Cleans up a vertex attribute.
GetBufferObject Gets a buffer object.(Inherited from ResVertexStreamBase)
SetBufferObject Sets a buffer object.(Inherited from ResVertexStreamBase)
GetLocationFlag Gets an location flag.(Inherited from ResVertexStreamBase)
SetLocationFlag Sets the location flag.(Inherited from ResVertexStreamBase)
GetStreamCount Gets the number of bytes of stream data.(Inherited from ResVertexStreamBase)
GetStream Gets a stream.(Inherited from ResVertexStreamBase)
SetStream (Inherited from ResVertexStreamBase)
GetLocationAddress Gets the address of the copied vertex buffer.(Inherited from ResVertexStreamBase)
SetLocationAddress Sets the address of the copied vertex buffer.(Inherited from ResVertexStreamBase)
GetImageAddress Gets the address of the image to be referenced from GPU.(Inherited from ResVertexStreamBase)
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.(Inherited from ResVertexAttribute.
GetTypeInfo Gets instance type information.(Inherited from ResVertexAttribute.
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::ResVertexAttribute
      nw::gfx::res::ResVertexStreamBase
        nw::gfx::res::ResVertexStream


CONFIDENTIAL