"L. Spiro Engine"
Public Member Functions | Public Attributes

lsg::LSG_UNIQUE_VB_ELEMENT Struct Reference

#include <LSGIndexBuffer.h>

List of all members.

Public Member Functions

LSBOOL LSE_CALL operator< (const LSG_UNIQUE_VB_ELEMENT &_uveOther) const
LSBOOL LSE_CALL operator== (const LSG_UNIQUE_VB_ELEMENT &_uveOther) const

Public Attributes

LSVOID * pvElement
LSUINT32 ui32Size

Detailed Description

A unique element in a vertex buffer.


Member Function Documentation

LSBOOL LSE_CALL lsg::LSG_UNIQUE_VB_ELEMENT::operator< ( const LSG_UNIQUE_VB_ELEMENT _uveOther) const

Less-than operator.

Parameters:
_uveOtherThe object against which to check for being less than.
Returns:
Returns true if this element is less than the given element.
LSBOOL LSE_CALL lsg::LSG_UNIQUE_VB_ELEMENT::operator== ( const LSG_UNIQUE_VB_ELEMENT _uveOther) const

Equality check.

Parameters:
_uveOtherThe object against which to check for being equal to.
Returns:
Returns true if this element equal to the given element.

Member Data Documentation

Pointer to the element.

Size of the element.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator