Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
sortingrenderer.cpp File Reference
#include "sortingrenderer.h"
#include "dx8vertexbuffer.h"
#include "dx8indexbuffer.h"
#include "dx8wrapper.h"
#include "vertmaterial.h"
#include "texture.h"
#include "d3d8.h"
#include "D3dx8math.h"
#include "statistics.h"
#include <wwprofile.h>
#include <algorithm>

Go to the source code of this file.

Classes

struct  ShortVectorIStruct
 
struct  TempIndexStruct
 
class  SortingNodeStruct
 

Functions

bool operator< (const TempIndexStruct &l, const TempIndexStruct &r)
 
bool operator<= (const TempIndexStruct &l, const TempIndexStruct &r)
 
bool operator> (const TempIndexStruct &l, const TempIndexStruct &r)
 
bool operator>= (const TempIndexStruct &l, const TempIndexStruct &r)
 
bool operator== (const TempIndexStruct &l, const TempIndexStruct &r)
 
void Release_Refs (SortingNodeStruct *state)
 

Function Documentation

◆ operator<()

bool operator< ( const TempIndexStruct & l,
const TempIndexStruct & r )

Definition at line 83 of file sortingrenderer.cpp.

◆ operator<=()

bool operator<= ( const TempIndexStruct & l,
const TempIndexStruct & r )

Definition at line 84 of file sortingrenderer.cpp.

◆ operator==()

bool operator== ( const TempIndexStruct & l,
const TempIndexStruct & r )

Definition at line 87 of file sortingrenderer.cpp.

◆ operator>()

bool operator> ( const TempIndexStruct & l,
const TempIndexStruct & r )

Definition at line 85 of file sortingrenderer.cpp.

◆ operator>=()

bool operator>= ( const TempIndexStruct & l,
const TempIndexStruct & r )

Definition at line 86 of file sortingrenderer.cpp.

◆ Release_Refs()

void Release_Refs ( SortingNodeStruct * state)

Definition at line 321 of file sortingrenderer.cpp.