Skip to content
Snippets Groups Projects
Commit 2af6b709 authored by Chih-Wei Huang's avatar Chih-Wei Huang
Browse files

android: enlarge cache_resources

parent 06a2d36e
No related merge requests found
......@@ -98,8 +98,8 @@ struct android_surface {
int height;
int format;
} cache_key;
void *cache_handles[2];
struct pipe_resource *cache_resources[2];
void *cache_handles[4];
struct pipe_resource *cache_resources[4];
};
struct android_config {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment