Updated on 2023-08-25 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

Run the following command to enable or disable texture compression:

adb shell cmd attributes texture-compression <enable/disable>

Run the following command to check whether texture compression is enabled:

adb shell cmd attributes list

Constraints

After enabling or disabling texture compression, 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 not to disable texture compression.