hostsupport/hostopengles20/src/vertex.h
branchbug235_bringup_0
changeset 77 b0395290e61f
parent 55 09263774e342
equal deleted inserted replaced
76:24381b61de5c 77:b0395290e61f
    45 	GLboolean enabled;			// State.
    45 	GLboolean enabled;			// State.
    46 	GLfloat* floatptr;			// Buffer for fixed->float conversion.
    46 	GLfloat* floatptr;			// Buffer for fixed->float conversion.
    47 	struct DGLBuffer* buffer;	// Buffer binding.
    47 	struct DGLBuffer* buffer;	// Buffer binding.
    48 } DGLVertexArray;
    48 } DGLVertexArray;
    49 
    49 
       
    50 #ifdef __cplusplus
       
    51 extern "C"
       
    52 {
       
    53 #endif /* __cplusplus */
       
    54 
    50 extern void dglVertexFinish();
    55 extern void dglVertexFinish();
       
    56 
       
    57 #ifdef __cplusplus
       
    58 }
       
    59 #endif /* __cplusplus */
    51 
    60 
    52 #endif // VERTEX_H_
    61 #endif // VERTEX_H_
    53 
    62