mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
35 lines
No EOL
937 B
JSON
35 lines
No EOL
937 B
JSON
// license:GPL-2.0+
|
|
// copyright-holders:The DOSBox Team
|
|
|
|
/* SuperEagle code */
|
|
/* Copied from the Dosbox source code */
|
|
/* Copyright (C) 2002-2007 The DOSBox Team */
|
|
/* License: GNU-GPL */
|
|
/* Adapted by guest(r) on 16.4.2007 */
|
|
{
|
|
"blend": {
|
|
"equation": "add",
|
|
"srcColor": "1",
|
|
"dstColor": "0",
|
|
"srcAlpha": "1",
|
|
"dstAlpha": "0"
|
|
},
|
|
"depth": {
|
|
"function": "always",
|
|
"writeenable": false
|
|
},
|
|
"cull": {
|
|
"mode": "none"
|
|
},
|
|
"write": {
|
|
"rgb": true,
|
|
"alpha": true
|
|
},
|
|
"vertex": "chains/eagle/vs_eagle",
|
|
"fragment": "chains/eagle/fs_eagle",
|
|
"uniforms": [
|
|
{ "name": "decal", "type": "int", "values": [ 1.0 ] },
|
|
{ "name": "LUT", "type": "int", "values": [ 1.0 ] },
|
|
{ "name": "u_tex_size0", "type": "vec4", "values": [ 1.0, 1.0, 0.0, 0.0 ] }
|
|
]
|
|
} |