The shader is taking a grayscale texture and interpret it as a single channel R8_UNORM texture. The grayscale texture is generated from an offline tool (for now) that read indexed images and write the the indices as grayscale values and write it to a PNG (which supports grayscale pixel format).

Comments