Fix rlLoadComputeShaderProgram
define (#2067)
Now uses correct version.
This commit is contained in:
parent
7a16834124
commit
a6fb2dafc6
1 changed files with 1 additions and 1 deletions
|
@ -3759,7 +3759,7 @@ unsigned int rlLoadComputeShaderProgram(unsigned int shaderId)
|
||||||
{
|
{
|
||||||
unsigned int program = 0;
|
unsigned int program = 0;
|
||||||
|
|
||||||
#if defined(GRAPHICS_API_OPENGL_33)
|
#if defined(GRAPHICS_API_OPENGL_43)
|
||||||
GLint success = 0;
|
GLint success = 0;
|
||||||
program = glCreateProgram();
|
program = glCreateProgram();
|
||||||
glAttachShader(program, shaderId);
|
glAttachShader(program, shaderId);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue