create cpp files and functions for OpenGL shaders
This commit is contained in:
9
projects/apis/opengl/src/shaders/opengl_shader_module.c
Normal file
9
projects/apis/opengl/src/shaders/opengl_shader_module.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "opengl_shader_module.h"
|
||||
// #include "stdio.h"
|
||||
|
||||
gnReturnCode openglCreateShaderModule(gnShaderModule module, gnDevice device, gnShaderModuleInfo shaderModuleInfo) {
|
||||
return GN_SUCCESS;
|
||||
}
|
||||
void openglDestroyShaderModule(gnShaderModule module) {
|
||||
|
||||
}
|
Reference in New Issue
Block a user