Changes between Initial Version and Version 1 of Ticket #56

Show
Ignore:
Timestamp:
01/08/12 01:08:47 (12 years ago)
Author:
gongminmin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56 – description

    initial v1  
    1 The shader in KlayGE is mostly written in D3D11 HLSL or Cg. But the Cg to GLSL compiler is not good enough for every shader. So the best solution is generate GLSL from D3D11 bytecode. It's similar to Mojoshader, but handles SM4 and SM5. 
     1The shader in KlayGE is mostly written in D3D11 HLSL or Cg. But the Cg to GLSL compiler is not good enough for every shader. So the best solution is generate GLSL from D3D11 bytecode. It's similar to [http://icculus.org/mojoshader/ Mojoshader], but handles SM4 and SM5.