gloperate icon indicating copy to clipboard operation
gloperate copied to clipboard

GlrawTextureLoader cannot load texture with file suffixes

Open sbusch42 opened this issue 7 years ago • 0 comments

When converting "gloperate-logo.png" into a glraw texture, the default output name was "gloperate-logo.501.168.rgba.ub.glraw". This file could not be loaded with GlrawTextureLoader, propably because the detected suffix contains more than just ".glraw".

Fix GlrawTextureLoader to accept all ".glraw" and ".raw" files, regardless of how many periods the filename may include.

sbusch42 avatar May 20 '17 20:05 sbusch42