Closed wangjia184 closed 1 month ago
No encoding or decoding is done with hardware acceleration as its not really a thing for image formats. Only editing operations are done on the GPU. All of the shader code for that is located in src/shader/image.frag
.
can I somehow use the hardware-accelerated PNG encoder in my own rust application?