14 lines
216 B
C
14 lines
216 B
C
#pragma once
|
|
|
|
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_shader_impl_t;
|