jacksoncougar / Moonfxsh

A gentle sea-living organism seemingly immune to the flood infection
7 stars 2 forks source link

Shader Emulation #21

Open jacksoncougar opened 8 years ago

jacksoncougar commented 8 years ago

Shaders should be emulated in the rendering pipeline. This requires

  1. Translating from NV2A bytecode into asm (NV vertex program)
  2. Then from asm into glsl
  3. Then from that let opengl compile a shader