6 lines
94 B
C
6 lines
94 B
C
#pragma once
|
|
|
|
typedef struct kinc_g5_sampler_impl {
|
|
void *sampler;
|
|
} kinc_g5_sampler_impl_t;
|