- Home /
How to get the list of supported compression image of Android devices in runtime ?
I'm using Unity3D version 4.6.7, when i use adb logcat to show the log of Unity app in an Android device, every time the game start, the first line in the log is the list of supported texture, for example:
GL_EXT_debug_marker GL_ARM_rgba8 GL_ARM_mali_shader_binary GL_OES_depth24 GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_EXT_read_format_bgra GL_OES_compressed_paletted_texture GL_OES_compressed_ETC1_RGB8_texture GL_OES_standard_derivatives GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_texture_npot GL_OES_vertex_half_float GL_OES_required_internalformat GL_OES_vertex_array_object GL_OES_mapbuffer GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg GL_EXT_texture_type_2_10_10_10_REV GL_OES_fbo_render_mipmap GL_OES_element_index_uint GL_EXT_shadow_samplers GL_KHR_texture_compression_astc_ldr GL_KHR_debug GL_EXT_occlusion_query_boolean GL_EXT_blend_minmax GL_EXT_discard_framebuffer GL_OES_get_program_binary GL_OES_texture_3D GL_EXT_texture_storage GL_EXT_multisampled_render_to_texture GL_OES_surfaceless_context GL_ARM_mali_program_binary
But can anyone help me to get that string in runtime ?
Your answer

Follow this Question
Related Questions
Android Build has bad quality 0 Answers
shadow issue - scratches on shadows on Android (Samsung Galaxy Tab S) 1 Answer
Using different render pipelines for different platforms 0 Answers
Graphical artifacts 1 Answer
Custom shader dissappear on mobile 0 Answers