mirror of
https://github.com/holub/mame
synced 2025-04-15 13:07:23 +03:00
bgfx: Fixed overlapping register in lcd-grid shaders and compiled for Direct3D, SPIR-V, Metal, etc.
This commit is contained in:
parent
42a2b0006b
commit
e713adea33
BIN
bgfx/shaders/dx11/chains/lcd-grid/fs_lcd-grid.bin
Normal file
BIN
bgfx/shaders/dx11/chains/lcd-grid/fs_lcd-grid.bin
Normal file
Binary file not shown.
BIN
bgfx/shaders/dx11/chains/lcd-grid/fs_persistence.bin
Normal file
BIN
bgfx/shaders/dx11/chains/lcd-grid/fs_persistence.bin
Normal file
Binary file not shown.
BIN
bgfx/shaders/dx11/chains/lcd-grid/vs_lcd-grid.bin
Normal file
BIN
bgfx/shaders/dx11/chains/lcd-grid/vs_lcd-grid.bin
Normal file
Binary file not shown.
BIN
bgfx/shaders/dx11/chains/lcd-grid/vs_persistence.bin
Normal file
BIN
bgfx/shaders/dx11/chains/lcd-grid/vs_persistence.bin
Normal file
Binary file not shown.
BIN
bgfx/shaders/dx9/chains/lcd-grid/fs_lcd-grid.bin
Normal file
BIN
bgfx/shaders/dx9/chains/lcd-grid/fs_lcd-grid.bin
Normal file
Binary file not shown.
BIN
bgfx/shaders/dx9/chains/lcd-grid/fs_persistence.bin
Normal file
BIN
bgfx/shaders/dx9/chains/lcd-grid/fs_persistence.bin
Normal file
Binary file not shown.
BIN
bgfx/shaders/dx9/chains/lcd-grid/vs_lcd-grid.bin
Normal file
BIN
bgfx/shaders/dx9/chains/lcd-grid/vs_lcd-grid.bin
Normal file
Binary file not shown.
BIN
bgfx/shaders/dx9/chains/lcd-grid/vs_persistence.bin
Normal file
BIN
bgfx/shaders/dx9/chains/lcd-grid/vs_persistence.bin
Normal file
Binary file not shown.
BIN
bgfx/shaders/essl/chains/lcd-grid/fs_lcd-grid.bin
Normal file
BIN
bgfx/shaders/essl/chains/lcd-grid/fs_lcd-grid.bin
Normal file
Binary file not shown.
BIN
bgfx/shaders/essl/chains/lcd-grid/fs_persistence.bin
Normal file
BIN
bgfx/shaders/essl/chains/lcd-grid/fs_persistence.bin
Normal file
Binary file not shown.
BIN
bgfx/shaders/essl/chains/lcd-grid/vs_lcd-grid.bin
Normal file
BIN
bgfx/shaders/essl/chains/lcd-grid/vs_lcd-grid.bin
Normal file
Binary file not shown.
BIN
bgfx/shaders/essl/chains/lcd-grid/vs_persistence.bin
Normal file
BIN
bgfx/shaders/essl/chains/lcd-grid/vs_persistence.bin
Normal file
Binary file not shown.
BIN
bgfx/shaders/metal/chains/lcd-grid/fs_lcd-grid.bin
Normal file
BIN
bgfx/shaders/metal/chains/lcd-grid/fs_lcd-grid.bin
Normal file
Binary file not shown.
BIN
bgfx/shaders/metal/chains/lcd-grid/fs_persistence.bin
Normal file
BIN
bgfx/shaders/metal/chains/lcd-grid/fs_persistence.bin
Normal file
Binary file not shown.
BIN
bgfx/shaders/metal/chains/lcd-grid/vs_lcd-grid.bin
Normal file
BIN
bgfx/shaders/metal/chains/lcd-grid/vs_lcd-grid.bin
Normal file
Binary file not shown.
BIN
bgfx/shaders/metal/chains/lcd-grid/vs_persistence.bin
Normal file
BIN
bgfx/shaders/metal/chains/lcd-grid/vs_persistence.bin
Normal file
Binary file not shown.
BIN
bgfx/shaders/spirv/chains/lcd-grid/fs_lcd-grid.bin
Normal file
BIN
bgfx/shaders/spirv/chains/lcd-grid/fs_lcd-grid.bin
Normal file
Binary file not shown.
BIN
bgfx/shaders/spirv/chains/lcd-grid/fs_persistence.bin
Normal file
BIN
bgfx/shaders/spirv/chains/lcd-grid/fs_persistence.bin
Normal file
Binary file not shown.
BIN
bgfx/shaders/spirv/chains/lcd-grid/vs_lcd-grid.bin
Normal file
BIN
bgfx/shaders/spirv/chains/lcd-grid/vs_lcd-grid.bin
Normal file
Binary file not shown.
BIN
bgfx/shaders/spirv/chains/lcd-grid/vs_persistence.bin
Normal file
BIN
bgfx/shaders/spirv/chains/lcd-grid/vs_persistence.bin
Normal file
Binary file not shown.
@ -3,7 +3,7 @@ $input v_color0, v_texcoord0
|
||||
#include "common.sh"
|
||||
|
||||
SAMPLER2D(s_screen, 0);
|
||||
SAMPLER2D(s_motionblur, 0);
|
||||
SAMPLER2D(s_motionblur, 1);
|
||||
|
||||
uniform vec4 u_persistence;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user