desatur / Future

Future Game Engine
GNU General Public License v3.0
0 stars 0 forks source link

Vertex shader binding issue #1

Open desatur opened 19 hours ago

desatur commented 19 hours ago

image-316 Probably related to new assimp model loader

desatur commented 10 hours ago

Bug found in Mesh class, cannot bind shader for some reason.

Log:

ERROR::SHADER::PROGRAM::VALIDATION_FAILED
Program Link Failed for unknown reason.
desatur commented 10 hours ago

Nevermind, problematic shader

Logs:

ERROR: 0:4: 'location qualifier on input' : not supported for this version or the enabled extensions
ERROR: 1 compilation errors.  No code generated.

 -- --------------------------------------------------- --
ERROR::PROGRAM_LINKING_ERROR of type: PROGRAM
Program Link Failed for unknown reason.

 -- --------------------------------------------------- --
desatur commented 6 hours ago

Todo: Update to OpenGL 4.6 now and to Vulkan 1.3 in the Future