mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
(360) Remove register specification for MVP - no longer need it
This commit is contained in:
parent
17aa782223
commit
48b8c78de2
@ -5,7 +5,7 @@ void main_vertex
|
||||
(
|
||||
float2 position : POSITION,
|
||||
float2 texCoord : TEXCOORD0,
|
||||
uniform float4x4 modelViewProj : register(c0),
|
||||
uniform float4x4 modelViewProj,
|
||||
out float4 oPosition : POSITION,
|
||||
out float2 otexCoord : TEXCOORD
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user