16 lines
177 B
C
16 lines
177 B
C
#pragma once
|
|
|
|
#include <kinc/graphics4/shader.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
typedef struct {
|
|
kinc_g4_shader_t shader;
|
|
} Shader5Impl;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|