Navigation
API > API/Runtime > API/Runtime/OpenGLDrv > API/Runtime/OpenGLDrv/FOpenGLES
References
| Module | OpenGLDrv |
| Header | /Engine/Source/Runtime/OpenGLDrv/Public/OpenGLES.h |
| Include | #include "OpenGLES.h" |
static bool SupportsFastBufferData&40;&41;
Remarks
On iOS both glMapBufferOES() and glBufferSubData() for immediate vertex and index data is the slow path (they both hit GPU sync and data cache flush in driver according to profiling in driver symbols). Turning this to false reverts back to not using vertex and index buffers for glDrawArrays() and glDrawElements() on dynamic data.