regal/scripts/EmuBin.py
Nigel Stewart 6179f0a973 Replace DispatchState with Dispatcher
Further NaCL branch harmonization
Add initial static-linking ES2 dispatch support
2012-08-21 00:04:09 -05:00

8 lines
196 B
Python

#!/usr/bin/python -B
binFormulae = {
'ShaderBinary' : {
'entries' : [ 'glShaderBinary(ARB|)' ],
'impl' : [ '_context->bin->ShaderBinary( _context, ${arg0plus} );', ],
}
}