26 lines
360 B
C
26 lines
360 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
typedef struct {
|
|
int nothing;
|
|
} kinc_compute_constant_location_impl_t;
|
|
|
|
typedef struct {
|
|
int nothing;
|
|
} kinc_compute_texture_unit_impl_t;
|
|
|
|
typedef struct {
|
|
int nothing;
|
|
} kinc_compute_internal_shader_constant_t;
|
|
|
|
typedef struct {
|
|
int nothing;
|
|
} kinc_compute_shader_impl_t;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|