X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffg_internal.h;h=2de99b1035e6225b906e01ae7da9c20e6ff23edd;hb=b180b2a7d0d012ff8dc6a8c823dc358c378c4509;hp=25de1dbc80994b2391c148316461537958b366d3;hpb=ff7ec6ed2620d67541b5a29dab54c5459e5183c3;p=freeglut diff --git a/src/fg_internal.h b/src/fg_internal.h index 25de1db..2de99b1 100644 --- a/src/fg_internal.h +++ b/src/fg_internal.h @@ -371,8 +371,14 @@ struct tagSFG_Context SFG_PlatformContext pContext; /* The window's FBConfig (X11) or device context (Windows) */ int DoubleBuffered; /* Treat the window as double-buffered */ + + /* When drawing geometry to vertex attribute buffers, user specifies + * the attribute indices for vertices, normals and/or texture coords + * to freeglut. Those are stored here + */ GLint attribute_v_coord; GLint attribute_v_normal; + GLint attribute_v_texture; };