10 lines
188 B
C
10 lines
188 B
C
#pragma once
|
|
|
|
typedef struct {
|
|
void *_raytracingPipeline;
|
|
} kinc_raytrace_pipeline_impl_t;
|
|
|
|
typedef struct {
|
|
void *_accelerationStructure;
|
|
} kinc_raytrace_acceleration_structure_impl_t;
|