mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 21:47:57 +00:00
Rename classes to match their functionality/API better
This commit is contained in:
@@ -188,8 +188,8 @@ struct TestApplicationCallback : IApplicationCallback
|
||||
|
||||
static void LoaderProc(TestApplicationCallback* self)
|
||||
{
|
||||
GLES3DataFactory* factory =
|
||||
dynamic_cast<GLES3DataFactory*>(self->mainWindow->getLoadContextDataFactory());
|
||||
GLDataFactory* factory =
|
||||
dynamic_cast<GLDataFactory*>(self->mainWindow->getLoadContextDataFactory());
|
||||
|
||||
/* Make Tri-strip VBO */
|
||||
struct Vert
|
||||
|
||||
Reference in New Issue
Block a user