私が定義するたびに
rs_allocation abcd;
私の renderscript では、Java からバインドするのを忘れて、不可解な問題が発生するのではないかと心配しています。何か書き方はありますか
if (abcd == NULL)
rsDebug("Error");
また
if (!rsIsValidAllocation(abcd))
rsDebug("Error");
など?
私が定義するたびに
rs_allocation abcd;
私の renderscript では、Java からバインドするのを忘れて、不可解な問題が発生するのではないかと心配しています。何か書き方はありますか
if (abcd == NULL)
rsDebug("Error");
また
if (!rsIsValidAllocation(abcd))
rsDebug("Error");
など?