Updated on 2026-08-28 GMT+08:00

Texture Compression

Function

By default, texture compression is enabled on cloud phones to lower the GPU memory usage. CPH allows you to dynamically enable or disable texture compression by running commands.

How to Use

  • Enable or disable texture compression.
    adb shell cmd attributes texture-compression <enable/disable>
  • Query the status of texture compression.
    adb shell cmd attributes list

Constraints

After enabling or disabling texture compression, you need to restart applications for the setting to take effect.

Disabling texture compression may increase the GPU memory usage and cause your cloud phone to respond slowly, so you are advised to enable it.