BradLarson / GPUImage3

GPUImage 3 is a BSD-licensed Swift framework for GPU-accelerated video and image processing using Metal.
BSD 3-Clause "New" or "Revised" License
2.68k stars 334 forks source link

a tiny bug #25

Closed RanceAttack closed 5 years ago

RanceAttack commented 5 years ago

In ShaderUniformSettings self.uniformValues[startingIndex] = floatArray[0] self.uniformValues[startingIndex + 1] = floatArray[1] self.uniformValues[startingIndex + 2] = floatArray[2] self.uniformValues[startingIndex + 2/ maybe 3 /] = floatArray[3]

BradLarson commented 5 years ago

Sorry for the late reply, just fixed this, thanks.