mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-22 03:08:24 +00:00
Fix rlLoadComputeShaderProgram
define (#2067)
Now uses correct version.
This commit is contained in:
@@ -3759,7 +3759,7 @@ unsigned int rlLoadComputeShaderProgram(unsigned int shaderId)
|
||||
{
|
||||
unsigned int program = 0;
|
||||
|
||||
#if defined(GRAPHICS_API_OPENGL_33)
|
||||
#if defined(GRAPHICS_API_OPENGL_43)
|
||||
GLint success = 0;
|
||||
program = glCreateProgram();
|
||||
glAttachShader(program, shaderId);
|
||||
|
Reference in New Issue
Block a user