mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 20:28:32 +09:00
[Refactor] (MG_Impl/GLImpl): replace Flywheel dispatch sync hack with MOBILEGL_COHERENT_AS_FLUSH
This commit is contained in:
@@ -43,6 +43,9 @@
|
||||
<meta-data
|
||||
android:name="mobilegl_avoid_sampler_mipmap_min_filter_title"
|
||||
android:resource="@string/mobilegl_avoid_sampler_mipmap_min_filter_title" />
|
||||
<meta-data
|
||||
android:name="mobilegl_coherent_as_flush_title"
|
||||
android:resource="@string/mobilegl_coherent_as_flush_title" />
|
||||
<meta-data
|
||||
android:name="mobilegl_use_angle_title"
|
||||
android:resource="@string/mobilegl_use_angle_title" />
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
<string name="mobilegl_magma_r11g11b10f_fallback_title">Use Magma R11G11B10F fallback</string>
|
||||
<string name="mobilegl_magma_frames_inflight_title">Magma frames in flight (1-64)</string>
|
||||
<string name="mobilegl_avoid_sampler_mipmap_min_filter_title">Avoid sampler mipmap minification filters</string>
|
||||
<string name="mobilegl_coherent_as_flush_title">Treat explicit-flush persistent maps as coherent</string>
|
||||
<string name="mobilegl_use_angle_title">Use ANGLE GLES libraries</string>
|
||||
<string name="mobilegl_default_backend" translatable="false">DirectGLES</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user