RT
|
#include <rtstruct.h>
Data Fields | |
char * | name |
char * | dir |
t_color(* | f_texture )(t_material *, t_texture *, t_vec3) |
char * | pixels |
int | width |
int | height |
char | bpp |
char s_texture::bpp |
char* s_texture::dir |
t_color(* s_texture::f_texture) (t_material *, t_texture *, t_vec3) |
int s_texture::height |
char* s_texture::name |
char* s_texture::pixels |
int s_texture::width |