You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compute shader failed to compile with the following errors: Binding point for: buffer block must be equal or greater than 0 and less than: GL_MAX_SHADER_STORAGE_BUFFER_OBJECT_BINDINGS
#8621
Closed
Metafalica opened this issue
Jul 24, 2020
· 1 comment
Game does not start because of compute shader compilation error
Details
F {RSX [0x0660c80]} RSX: Compilation failed: Compute shader failed to compile with the following errors:
ERROR: 0:3: error(#385) Binding point for: buffer block must be equal or greater than 0 and less than: GL_MAX_SHADER_STORAGE_BUFFER_OBJECT_BINDINGS
ERROR: 0:31: error(#143) Undeclared identifier: data
ERROR: 0:31: error(#145) Left of "[" is not of type array, matrix, or vector: data
ERROR: 0:31: error(#160) Cannot convert from: "float" to: "highp unsigned int"
ERROR: 0:32: error(#145) Left of "[" is not of type array, matrix, or vector: data
ERROR: error(#273) 5 compilation errors. No code generated
F {RSX [0x0660c80]} RSX: Linkage failed: Compute shader(s) were not successfully compiled before glLinkProgram() was called. Link failed.
1. Please attach RPCS3's log.
2. If you describe graphical issue, please provide an RSX capture and a RenderDoc capture that demonstrate it.
3. Please attach screenshots of your problem.
4. Please provide comparison with real PS3.
On real PS3 it works.
5. Please provide your system configuration:
Windows 10 x64
Intel i7 880
Ati Radeon HD 5750
The text was updated successfully, but these errors were encountered:
Quick summary
Game does not start because of compute shader compilation error
Details
F {RSX [0x0660c80]} RSX: Compilation failed: Compute shader failed to compile with the following errors:
ERROR: 0:3: error(#385) Binding point for: buffer block must be equal or greater than 0 and less than: GL_MAX_SHADER_STORAGE_BUFFER_OBJECT_BINDINGS
ERROR: 0:31: error(#143) Undeclared identifier: data
ERROR: 0:31: error(#145) Left of "[" is not of type array, matrix, or vector: data
ERROR: 0:31: error(#160) Cannot convert from: "float" to: "highp unsigned int"
ERROR: 0:32: error(#145) Left of "[" is not of type array, matrix, or vector: data
ERROR: error(#273) 5 compilation errors. No code generated
F {RSX [0x0660c80]} RSX: Linkage failed: Compute shader(s) were not successfully compiled before glLinkProgram() was called. Link failed.
1. Please attach RPCS3's log.
2. If you describe graphical issue, please provide an RSX capture and a RenderDoc capture that demonstrate it.
3. Please attach screenshots of your problem.
4. Please provide comparison with real PS3.
On real PS3 it works.
5. Please provide your system configuration:
The text was updated successfully, but these errors were encountered: