FFmpeg
|
#include <stdlib.h>
Go to the source code of this file.
Data Structures | |
struct | GLSlangResult |
Enumerations | |
enum | GLSlangStage { GLSLANG_VERTEX, GLSLANG_FRAGMENT, GLSLANG_COMPUTE } |
Functions | |
int | glslang_init (void) |
void | glslang_uninit (void) |
GLSlangResult * | glslang_compile (const char *glsl, enum GLSlangStage stage) |
enum GLSlangStage |
int glslang_init | ( | void | ) |
Definition at line 224 of file glslang.cpp.
Referenced by ff_vk_filter_init().
void glslang_uninit | ( | void | ) |
Definition at line 236 of file glslang.cpp.
Referenced by ff_vk_filter_uninit().
GLSlangResult* glslang_compile | ( | const char * | glsl, |
enum GLSlangStage | stage | ||
) |
Definition at line 153 of file glslang.cpp.
Referenced by ff_vk_compile_shader().