This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
iOS default value doesn't build.
legacy
Benjamin ‘Touky’ Huet
touky
11 years ago
parent
a472e53e69
commit
566d495ffe
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
src/gpu/framebuffer.cpp
+ 3
- 0
src/gpu/framebuffer.cpp
View File
@@ -145,6 +145,9 @@ uint32_t FramebufferFormat::GetFormat()
case RG_32_F:
case RGB_32_F:
case RGBA_32_F: return GL_FLOAT;
default: ASSERT(false, "not supported by IOS:OGL:ES");
return 0;
#else
case R_8: return GL_R8;
case R_8_I: return GL_R8I;
Write
Preview
Loading…
Cancel
Save