Epok Engine

PSYQO SDK

psyqo::OrderingTableBase

Class

Class

Class declared by the ordering-table module for GPU ordering tables and packet ordering.

Namespace
psyqo
Header
ordering-table.hh
Include
#include "psyqo/ordering-table.hh"
Module
ordering-table
Source
https://github.com/pcsx-redux/nugget/blob/6186b131aacc5853a9161fb076ed34ffe504552d/psyqo/ordering-table.hh:40

Basic usage

This minimal snippet shows the normal syntax for reaching the type. Open a member below for an operation-specific example.

C++ example
#include "psyqo/ordering-table.hh"

psyqo::OrderingTableBase& value = /* obtain a valid instance from your game */;

Static methods