Misc cleanup 64/18064/1
authorAndrew Cox <andrew.cox@partner.samsung.com>
Fri, 14 Mar 2014 17:18:31 +0000 (17:18 +0000)
committerAndrew Cox <andrew.cox@partner.samsung.com>
Fri, 14 Mar 2014 17:20:11 +0000 (17:20 +0000)
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
Change-Id: Ibe5dbc54101b2db448298203291bfdaab7263473

platform-abstractions/slp/resource-loader/platform-capabilities.h

index 598060f..e738b5f 100644 (file)
@@ -31,7 +31,7 @@ namespace SlpPlatform
 inline bool SupportsNonPowerOfTwoTextures()
 {
 #ifdef NON_POWER_OF_TWO_TEXTURES
-  return true; // Redwood 8974 and desktop builds have NPOT
+  return true; // All current devices and desktop builds have NPOT
 #else
 #error "NPOT are standard in GLES 2.0 if mipmaps are not used, they are standard with mipmaps and no restrictions in GLES 3.0, requiring them simplifies image handling code."
   return false;