X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fgpu%2Fcommand_buffer%2Fcommon%2Fcapabilities.h;h=60f7b0d44c3b78606a9a0ce84e5798c2850c5ef2;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=9e38f5c00bcb6c19210011ddb34d4f236ce5dff4;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/gpu/command_buffer/common/capabilities.h b/src/gpu/command_buffer/common/capabilities.h index 9e38f5c..60f7b0d 100644 --- a/src/gpu/command_buffer/common/capabilities.h +++ b/src/gpu/command_buffer/common/capabilities.h @@ -14,6 +14,7 @@ struct GPU_EXPORT Capabilities { bool egl_image_external; bool texture_format_bgra8888; bool texture_format_etc1; + bool texture_format_etc1_npot; bool texture_rectangle; bool iosurface; bool texture_usage;