Merge "NULL should not be const for RS."
This commit is contained in:
committed by
Android (Google) Code Review
commit
f7f930480c
@@ -364,7 +364,7 @@ typedef struct {
|
|||||||
typedef float4 rs_quaternion;
|
typedef float4 rs_quaternion;
|
||||||
|
|
||||||
#define RS_PACKED __attribute__((packed, aligned(4)))
|
#define RS_PACKED __attribute__((packed, aligned(4)))
|
||||||
#define NULL ((const void *)0)
|
#define NULL ((void *)0)
|
||||||
|
|
||||||
#if (defined(RS_VERSION) && (RS_VERSION >= 14))
|
#if (defined(RS_VERSION) && (RS_VERSION >= 14))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user