2025-08-09 05:57 CEST

spring: develop d93a1616 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
Eshed Eshed develop 2016-05-01 22:49:16 develop 96f8e1b4
Changeset Fix a rare crash in GLSLCopyState

glGetProgramiv doesn't change the argument if there's an error (e.g. when trying to get an unkown value)
That caused the code to continue and try to set a string to a size of whatever was in that var.
mod - rts/Rendering/Shaders/GLSLCopyState.cpp Diff ] File ]