glsl: fix random typo
Just something I stumbled across. Signed-off-by: Rob Clark <robdclark@gmail.com> Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
@@ -298,7 +298,7 @@ process_block_array_leaf(const char *name,
|
|||||||
if (b->is_shader_storage &&
|
if (b->is_shader_storage &&
|
||||||
parcel->buffer_size > ctx->Const.MaxShaderStorageBlockSize) {
|
parcel->buffer_size > ctx->Const.MaxShaderStorageBlockSize) {
|
||||||
linker_error(prog, "shader storage block `%s' has size %d, "
|
linker_error(prog, "shader storage block `%s' has size %d, "
|
||||||
"which is larger than than the maximum allowed (%d)",
|
"which is larger than the maximum allowed (%d)",
|
||||||
b->type->name,
|
b->type->name,
|
||||||
parcel->buffer_size,
|
parcel->buffer_size,
|
||||||
ctx->Const.MaxShaderStorageBlockSize);
|
ctx->Const.MaxShaderStorageBlockSize);
|
||||||
|
Reference in New Issue
Block a user