andburn / python-mojoparser

Convert DX9 shader bytecode to GLSL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MojoParser

A python module to convert DirectX9 shader bytecode to GLSL.

The main conversion is done using a ctypes wrapper around MojoShader's parse function.

Supported Formats

  • ShaderModel 1.0 - 3.0
  • GLSL 1.10 & 1.20

Requirements

About

Convert DX9 shader bytecode to GLSL

License:MIT License


Languages

Language:Python 100.0%