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 330 forks source link

*Position2D* uniform data type #102

Closed zyangSir closed 4 months ago

zyangSir commented 3 years ago

add suport for Position2D uniform data type

BradLarson commented 4 months ago

Given Position's optional Z component, this should already be handled by that type. Thanks for the suggestion, though.