Skip to content

Commit

Permalink
Fix glslang_default_resource_string prototype;
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbytes committed Mar 29, 2024
1 parent 545226e commit 5edafd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glslang/Public/resource_limits_c.h
Expand Up @@ -45,7 +45,7 @@ const glslang_resource_t* glslang_default_resource(void);

// Returns the DefaultTBuiltInResource as a human-readable string.
// NOTE: User is responsible for freeing this string.
const char* glslang_default_resource_string();
const char* glslang_default_resource_string(void);

// Decodes the resource limits from |config| to |resources|.
void glslang_decode_resource_limits(glslang_resource_t* resources, char* config);
Expand Down

0 comments on commit 5edafd3

Please sign in to comment.