פונקציות ניפוי באגים ב-RenderScript

סקירה כללית

הפונקציות הבאות מיועדות לשימוש במהלך פיתוח האפליקציה. אין להשתמש בהם באפליקציות למשלוח.

סיכום

פונקציות
rsDebug רישום ביומן של הודעה וערכים

פונקציות

rsDebug : רישום הודעה וערכים ביומן

void rsDebug(const char* message, char a); נוספה ב-רמת API 17
void rsDebug(const char* message, char2 a); נוספה ב-רמת API 17
void rsDebug(const char* message, char3 a); נוספה ב-רמת API 17
void rsDebug(const char* message, char4 a); נוספה ב-רמת API 17
void rsDebug(const char* message, const rs_matrix2x2* a);
void rsDebug(const char* message, const rs_matrix3x3* a);
void rsDebug(const char* message, const rs_matrix4x4* a);
void rsDebug(const char* message, const void* a);
void rsDebug(const char* message, double a);
void rsDebug(const char* message, double2 a); נוספה ברמת API 23
void rsDebug(const char* message, double3 a); נוספה ברמת API 23
void rsDebug(const char* message, double4 a); נוספה ברמת API 23
void rsDebug(const char* message, float a);
void rsDebug(const char* message, float a, float b);
void rsDebug(const char* message, float a, float b, float c);
void rsDebug(const char* message, float a, float b, float c, float d);
void rsDebug(const char* message, float2 a);
void rsDebug(const char* message, float3 a);
void rsDebug(const char* message, float4 a);
void rsDebug(const char* message, half a); נוספה ב-רמת API 24
void rsDebug(const char* message, half2 a); נוספה ב-רמת API 24
void rsDebug(const char* message, half3 a); נוספה ב-רמת API 24
void rsDebug(const char* message, half4 a); נוספה ב-רמת API 24
void rsDebug(const char* message, int a);
void rsDebug(const char* message, int2 a); נוספה ב-רמת API 17
void rsDebug(const char* message, int3 a); נוספה ב-רמת API 17
void rsDebug(const char* message, int4 a); נוספה ב-רמת API 17
void rsDebug(const char* message, long a);
void rsDebug(const char* message, long long a);
void rsDebug(const char* message, long2 a); נוספה ב-רמת API 17
void rsDebug(const char* message, long3 a); נוספה ב-רמת API 17
void rsDebug(const char* message, long4 a); נוספה ב-רמת API 17
void rsDebug(const char* message, short a); נוספה ב-רמת API 17
void rsDebug(const char* message, short2 a); נוספה ב-רמת API 17
void rsDebug(const char* message, short3 a); נוספה ב-רמת API 17
void rsDebug(const char* message, short4 a); נוספה ב-רמת API 17
void rsDebug(const char* message, uchar a); נוספה ב-רמת API 17
void rsDebug(const char* message, uchar2 a); נוספה ב-רמת API 17
void rsDebug(const char* message, uchar3 a); נוספה ב-רמת API 17
void rsDebug(const char* message, uchar4 a); נוספה ב-רמת API 17
void rsDebug(const char* message, uint a);
void rsDebug(const char* message, uint2 a); נוספה ב-רמת API 17
void rsDebug(const char* message, uint3 a); נוספה ב-רמת API 17
void rsDebug(const char* message, uint4 a); נוספה ב-רמת API 17
void rsDebug(const char* message, ulong a);
void rsDebug(const char* message, ulong2 a); נוספה ב-רמת API 17
void rsDebug(const char* message, ulong3 a); נוספה ב-רמת API 17
void rsDebug(const char* message, ulong4 a); נוספה ב-רמת API 17
void rsDebug(const char* message, unsigned long long a);
void rsDebug(const char* message, ushort a); נוספה ב-רמת API 17
void rsDebug(const char* message, ushort2 a); נוספה ב-רמת API 17
void rsDebug(const char* message, ushort3 a); נוספה ב-רמת API 17
void rsDebug(const char* message, ushort4 a); נוספה ב-רמת API 17

הפונקציה הזו מדפיסה הודעה ביומן הרגיל, ואחריה את הערכים שצוינו.

הפונקציה הזו מיועדת לניפוי באגים בלבד, ואין להשתמש בה באפליקציות שמיועדות לשימוש.