sf2dlib
Simple and Fast 2D library for the Nintendo 3DS
Data Fields
sf2d_vertex_pos_col Struct Reference

Represents a vertex containing position (float) and color (unsigned char) More...

#include <sf2d.h>

Data Fields

sf2d_vector_3f position
 
sf2d_vector_4uc color
 

Detailed Description

Represents a vertex containing position (float) and color (unsigned char)

Field Documentation

sf2d_vector_4uc sf2d_vertex_pos_col::color

Color of the vertex

sf2d_vector_3f sf2d_vertex_pos_col::position

Position of the vertex


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