How to optimize color reduction and dithering

前端 未结 0 1406
面向向阳花
面向向阳花 2021-01-22 12:54

I have the following function inside fragment shader, but it reduces fps by 7

half3 ClusterAndDithering(half3 color, half2 uv)
{
    half2 clusters = half2(16, 16         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题