TextureResolution Enum
Add this in your code:
#include <engine/graphics/texture.h>
Description
Enum to set the maximum resolution of the texture.
Values
| Name | Description |
|---|---|
| R_64x64 | Max resolution to 64x64 |
| R_128x128 | Max resolution to 128x128 |
| R_256x256 | Max resolution to 256x256 |
| R_512x512 | Max resolution to 512x512 |
| R_1024x1024 | Max resolution to 1024x1024 |
| R_2048x2048 | Max resolution to 2048x2048 |