|
FFmpeg
4.4.6
|
#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 |
Definition at line 223 of file glslang.cpp.
Referenced by ff_vk_filter_init().
Definition at line 235 of file glslang.cpp.
Referenced by ff_vk_filter_uninit().
| GLSlangResult* glslang_compile | ( | const char * | glsl, |
| enum GLSlangStage | stage | ||
| ) |
Definition at line 152 of file glslang.cpp.
Referenced by ff_vk_compile_shader().