networking i guess
This commit is contained in:
@@ -2,15 +2,9 @@
|
||||
#define RAY_TRACE_H
|
||||
|
||||
#ifdef SOFTWARE_RAY_TRACING
|
||||
struct funnyAccelerationStructure
|
||||
{
|
||||
|
||||
}
|
||||
typedef Buffer<uint8_t> funnyAccelerationStructure
|
||||
#else
|
||||
struct funnyAccelerationStructure
|
||||
{
|
||||
RaytracingAccelerationStructure accel;
|
||||
}
|
||||
typedef RaytracingAccelerationStructure funnyAccelerationStructure
|
||||
#endif
|
||||
|
||||
struct funnyHitObject
|
||||
|
||||
Reference in New Issue
Block a user