ref: context creating prototype, not working yet

This commit is contained in:
Alibek Omarov
2019-03-16 05:15:32 +03:00
parent 971f9b6de5
commit e5000742f1
11 changed files with 302 additions and 211 deletions

View File

@@ -90,6 +90,8 @@ int R_MaxVideoModes();
vidmode_t*R_GetVideoMode( int num );
void* GL_GetProcAddress( const char *name ); // RenderAPI requirement
void GL_UpdateSwapInterval( void );
int GL_SetAttribute( int attr, int val );
int GL_GetAttribute( int attr, int *val );
/*
==============================================================================