Skip to content

Commit

Permalink
add getglobalparam extern to shaderparam.h
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Sep 21, 2022
1 parent 6c6fa53 commit d59ae56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/engine/render/shaderparam.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ struct GlobalShaderParamState
}
};

extern GlobalShaderParamState *getglobalparam(const char *name);

struct ShaderParamBinding
{
int loc, size;
Expand Down

0 comments on commit d59ae56

Please sign in to comment.