Front-end: Complete GL_ARB_compute_shader implementation.
Core compute shaders were working, but the extension wasn't implemented.
This commit is contained in:
parent
0f5e3ad23c
commit
d94c003fb7
8 changed files with 116 additions and 17 deletions
|
|
@ -4737,7 +4737,7 @@ yyreduce:
|
|||
case 155:
|
||||
#line 1210 "MachineIndependent/glslang.y" /* yacc.c:1646 */
|
||||
{
|
||||
parseContext.profileRequires((yyvsp[0].lex).loc, ECoreProfile | ECompatibilityProfile, 430, 0, "shared");
|
||||
parseContext.profileRequires((yyvsp[0].lex).loc, ECoreProfile | ECompatibilityProfile, 430, E_GL_ARB_compute_shader, "shared");
|
||||
parseContext.profileRequires((yyvsp[0].lex).loc, EEsProfile, 310, 0, "shared");
|
||||
parseContext.requireStage((yyvsp[0].lex).loc, EShLangCompute, "shared");
|
||||
(yyval.interm.type).init((yyvsp[0].lex).loc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue