|
HDK
|
#include <rtcore_common.h>
Public Attributes | |
| int * | valid |
| void * | geometryUserPtr |
| struct RTCIntersectContext * | context |
| struct RTCRayN * | ray |
| struct RTCHitN * | hit |
| unsigned int | N |
Definition at line 179 of file rtcore_common.h.
| struct RTCIntersectContext* RTCFilterFunctionNArguments::context |
Definition at line 183 of file rtcore_common.h.
| void* RTCFilterFunctionNArguments::geometryUserPtr |
Definition at line 182 of file rtcore_common.h.
| struct RTCHitN* RTCFilterFunctionNArguments::hit |
Definition at line 185 of file rtcore_common.h.
| unsigned int RTCFilterFunctionNArguments::N |
Definition at line 186 of file rtcore_common.h.
| struct RTCRayN* RTCFilterFunctionNArguments::ray |
Definition at line 184 of file rtcore_common.h.
| int* RTCFilterFunctionNArguments::valid |
Definition at line 181 of file rtcore_common.h.