Skip to content

Commit

Permalink
Also re-activaate this portion in 64bit
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKepzie committed Jul 19, 2016
1 parent 7d791a3 commit c4f5c1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Engine/OSGLContext_win.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,6 @@ OSGLContext_win::getGPUInfos(std::list<OpenGLRendererInfo>& renderers)
}

info.maxMemBytes = 0;
#if 0
if (!isApplication32Bits()) {
int ramMB = 0;
// AMD drivers are f*** up in 32 bits, they read a wrong buffer size.
Expand All @@ -808,7 +807,6 @@ OSGLContext_win::getGPUInfos(std::list<OpenGLRendererInfo>& renderers)
}
info.maxMemBytes = ramMB * 1e6;
}
#endif

info.rendererID.renderID = gpuID;

Expand Down

0 comments on commit c4f5c1a

Please sign in to comment.