summaryrefslogtreecommitdiff
path: root/rs_hal.h
diff options
context:
space:
mode:
Diffstat (limited to 'rs_hal.h')
-rw-r--r--rs_hal.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/rs_hal.h b/rs_hal.h
index 4c740ae2..e96e6064 100644
--- a/rs_hal.h
+++ b/rs_hal.h
@@ -47,33 +47,6 @@ class FBOCache;
typedef void *(*RsHalSymbolLookupFunc)(void *usrptr, char const *symbolName);
-typedef struct {
- const void *in;
- void *out;
- const void *usr;
- uint32_t usrLen;
- uint32_t x;
- uint32_t y;
- uint32_t z;
- uint32_t lod;
- RsAllocationCubemapFace face;
- uint32_t ar[16];
- uint32_t lid;
-
- uint32_t dimX;
- uint32_t dimY;
- uint32_t dimZ;
- uint32_t dimArray;
-
- const uint8_t *ptrIn;
- uint8_t *ptrOut;
- uint32_t eStrideIn;
- uint32_t eStrideOut;
- uint32_t yStrideIn;
- uint32_t yStrideOut;
- uint32_t slot;
-} RsForEachStubParamStruct;
-
/**
* Script management functions
*/