We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae7b21 commit c8890b9Copy full SHA for c8890b9
src/core/include/radeonrays.h
@@ -42,12 +42,12 @@ struct _RREvent;
42
struct _RRContext;
43
struct _RRCommandStream;
44
45
-typedef uint32_t RRBuildFlags;
46
-typedef uint32_t RRRayMask;
47
-typedef _RRDevicePtr* RRDevicePtr;
48
-typedef _RRContext* RRContext;
49
-typedef _RREvent* RREvent;
50
-typedef _RRCommandStream* RRCommandStream;
+typedef uint32_t RRBuildFlags;
+typedef uint32_t RRRayMask;
+typedef struct _RRDevicePtr* RRDevicePtr;
+typedef struct _RRContext* RRContext;
+typedef struct _RREvent* RREvent;
+typedef struct _RRCommandStream* RRCommandStream;
51
52
enum
53
{
0 commit comments