Driver Node methods structure. More...
#include <ai_drivers.h>
Data Fields | |
| bool(* | DriverSupportsPixelType )(const AtNode *, uint8_t) |
| const char **(* | DriverExtension )() |
| void(* | DriverOpen )(AtNode *, struct AtOutputIterator *, AtBBox2, AtBBox2, int) |
| bool(* | DriverNeedsBucket )(AtNode *, int, int, int, int, uint16_t) |
| void(* | DriverPrepareBucket )(AtNode *, int, int, int, int, uint16_t) |
| void(* | DriverProcessBucket )(AtNode *, struct AtOutputIterator *, struct AtAOVSampleIterator *, int, int, int, int, uint16_t) |
| void(* | DriverWriteBucket )(AtNode *, struct AtOutputIterator *, struct AtAOVSampleIterator *, int, int, int, int) |
| void(* | DriverClose )(AtNode *, struct AtOutputIterator *) |
Driver Node methods structure.