libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
Fast::LoadedVertex Struct Reference

#include <interpreter.h>

Collaboration diagram for Fast::LoadedVertex:
[legend]

Public Attributes

float x
 
float y
 
float z
 
float w
 
float u
 
float v
 
struct RGBA color
 
uint8_t clip_rej
 

Member Data Documentation

◆ clip_rej

uint8_t Fast::LoadedVertex::clip_rej

◆ color

struct RGBA Fast::LoadedVertex::color

◆ u

float Fast::LoadedVertex::u

◆ v

float Fast::LoadedVertex::v

◆ w

float Fast::LoadedVertex::w

◆ x

float Fast::LoadedVertex::x

◆ y

float Fast::LoadedVertex::y

◆ z

float Fast::LoadedVertex::z

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