hqx-shader icon indicating copy to clipboard operation
hqx-shader copied to clipboard

How to use it in unity

Open Ahuijava1 opened this issue 1 year ago • 1 comments

How to use it in unity

Ahuijava1 avatar Sep 05 '24 04:09 Ahuijava1

This shader was implemented with Retroarch in mind, so to use it in Unity you will have to port it over.

There's a small C++ sample that you can use for reference. It implements an OpenGL program that uses the shader to upscale a PNG: https://github.com/CrossVR/hqx-shader/tree/master/sample

CrossVR avatar Sep 05 '24 09:09 CrossVR