Changeset 78375 in vbox for trunk/src/VBox/GuestHost/OpenGL/include/state/cr_current.h
- Timestamp:
- May 3, 2019 9:51:02 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/state/cr_current.h
r69474 r78375 88 88 DECLEXPORT(void) crStateCurrentInit( CRContext *ctx ); 89 89 90 DECLEXPORT(void) crStateCurrentRecover( void);90 DECLEXPORT(void) crStateCurrentRecover(PCRStateTracker pState); 91 91 92 92 DECLEXPORT(void) crStateCurrentRecoverNew(CRContext *g, CRCurrentStatePointers *current); … … 97 97 CRContext *fromCtx, CRContext *toCtx); 98 98 99 DECLEXPORT(void) crStateRasterPosUpdate( GLfloat x, GLfloat y, GLfloat z, GLfloat w);99 DECLEXPORT(void) crStateRasterPosUpdate(PCRStateTracker pState, GLfloat x, GLfloat y, GLfloat z, GLfloat w); 100 100 101 101 DECLEXPORT(GLuint) crStateNeedDummyZeroVertexArray(CRContext *g, CRCurrentStatePointers *current, GLfloat *pZva);
Note:
See TracChangeset
for help on using the changeset viewer.