8000 Parse error from GLSL compute shader · Issue #22 · laurentlb/shader-minifier · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Parse error from GLSL compute shader #22
Closed
@demotomohiro

Description

@demotomohiro

I got Parse error from following GLSL compute shader.

test.cs:

#version 450

layout(local_size_x = 32) in;

void main(){
}

Output:

Parse error: Error in test.cs: Ln: 3 Col: 29
layout(local_size_x = 32) in;
                            ^
Expecting: Type qualifier, identifier, 'layout' or 'struct'

   場所 Parse.ParseImpl.runParser@347.Invoke(String message)
   場所 Microsoft.FSharp.Core.PrintfImpl.go@523-3[b,c,d](String fmt, Int32 len, FSharpFunc`2 outputChar, FSharpFunc`2 outa, b os
,
FSharpFunc`2 finalize, FSharpList`1 args, Int32 i)
   場所 Microsoft.FSharp.Core.PrintfImpl.run@521[b,c,d](FSharpFunc`2 initialize, String fmt, Int32 len, FSharpList`1 args)
   場所 <StartupCode$FSharp-Core>.$Reflect.Invoke@720-4.Invoke(T1 inp)
   場所 main.minify(String filename, String content)
   場所 main.run(String[] files)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0