Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
Data Fields
DisplayListNode Struct Reference

An entry in the master list. More...

#include <graph_node.h>

Data Fields

voidtransform
 
voiddisplayList
 
struct DisplayListNodenext
 

Detailed Description

An entry in the master list.

It is a linked list of display lists carrying a transformation matrix.

Field Documentation

◆ displayList

void* DisplayListNode::displayList

◆ next

struct DisplayListNode* DisplayListNode::next

◆ transform

void* DisplayListNode::transform

The documentation for this struct was generated from the following file: