summaryrefslogtreecommitdiff
path: root/driver/runtime/rs_structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/runtime/rs_structs.h')
-rw-r--r--driver/runtime/rs_structs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/runtime/rs_structs.h b/driver/runtime/rs_structs.h
index 6db42794..204717c6 100644
--- a/driver/runtime/rs_structs.h
+++ b/driver/runtime/rs_structs.h
@@ -39,8 +39,8 @@ typedef struct Allocation {
bool hasReferences;
void * usrPtr;
int32_t surfaceTextureID;
- void * wndSurface;
- void * surfaceTexture;
+ void * nativeBuffer;
+ int64_t timestamp;
} state;
struct DrvState {