icculus / mojoshader

Use Direct3D shaders with other 3D rendering APIs.
https://icculus.org/mojoshader/
zlib License
150 stars 37 forks source link

ERROR: relative addressing unsupported without a CTAB #60

Open feliwir opened 1 year ago

feliwir commented 1 year ago

Hey, i want to generate GLSL shadercode from my VS_1_1 shader bytecode. I try to do the following: ./testoutput glsl test.vso

What exactly do i need to change to get valid GLSL from that file? (attached as zip) test.zip