Hello, I'm looking to extract the shaders that are written into the jxs files that are contained in max6 folder. I curious if they just contain frag files? Or are they compiled vert and frags? Thanks so much for any help on this!
they either contain both vertex and fragment glsl source, or they may reference an external glsl file. This referencing is specified by the "source" attribute of the "program" tag.