Despatra / Phoxel

A path traced shader for Optifine or Iris. With easy to use profiles. Or if you like, fully customizable experience.
https://modrinth.com/project/phoxel
6 stars 0 forks source link

GL_ARB_Image_Size extension unsupported #15

Closed nomeat1997 closed 2 weeks ago

nomeat1997 commented 1 month ago

Describe the bug

Shaderpack failed to load

Steps to Reproduce *if you can

Screenshots If applicable

Specifications if it has to do with performance or crashes

Additional context

prepare.fsh: prepare.fsh: ERROR: 0:32: 'imageSize' : no matching overloaded function found ERROR: 0:32: '=' : cannot convert from ' const float' to ' global 2-component vector of int' ERROR: 0:32: '' : compilation terminated ERROR: 3 compilation errors. No code generated.

Despatra commented 1 month ago

I would double check that your drivers are up to date and that your system supports GLSL 430 or greater.

nomeat1997 commented 1 month ago

I confirm that I have the latest drivers for the card. (24.3.1) This card supports OpenGL 4.6, this should be enough for GLSL 430, right ?

opengl.txt

Despatra commented 3 weeks ago

Yes, If it doesn't still work Prepare is no longer used in the upcoming patch. So hopefully your problem is fixed!

Despatra commented 2 weeks ago

Imagesize() should no longer be needed.