#include "common.h" #include "hitgroup_data.h" template struct SbtRecord { __align__( OPTIX_SBT_RECORD_ALIGNMENT ) char header[OPTIX_SBT_RECORD_HEADER_SIZE]; T data; }; typedef SbtRecord SbtRecordHGData;