// HUD 10

cbuffer Constants : register(b0)
{
  float4 vfuniforms[96] : packoffset(c0);
}



// 3Dmigoto declarations
#define cmp -
Texture1D<float4> IniParams : register(t120);
Texture2D<float4> StereoParams : register(t125);
#include </crosshair.hlsl>

void main(
  float4 v0 : COLOR0,
  float4 v1 : COLOR1,
  float4 v2 : SV_Position0,
  out float4 o0 : COLOR0,
  out float4 o1 : COLOR1,
  out float4 o2 : TEXCOORD0,
  out float4 o3 : TEXCOORD1,
  out float4 o4 : SV_Position0)
{
  float4 r0;
  uint4 bitmask, uiDest;
  float4 fDest;

  o0.xyzw = v0.xyzw;
  o1.xyzw = v1.xyzw;
  r0.xyzw = v1.zzzz * float4(1020.03998,1020.03998,1020.03998,1020.03998) + float4(2.0999999,3.0999999,0.100000001,1.10000002);
  r0.xyzw = (uint4)r0.xyzw;
  o2.xyzw = vfuniforms[r0.z].xyzw;
  o3.xyzw = vfuniforms[r0.w].xyzw;
  o4.x = dot(v2.xyzw, vfuniforms[r0.x].xyzw);
  o4.y = dot(v2.xyzw, vfuniforms[r0.y].xyzw);
  o4.zw = float2(0,1);
  
  //Fix
  float4 stereo = StereoParams.Load(0);
  float4 iniParams = IniParams.Load(0);
  
  //float4 tex_filter = IniParams.Load(int2(2,0));
  //if (tex_filter.x == 2)
	//  {
	  
    o4.x += adjust_from_depth_buffer(0,0);
  //}
  
  return;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Generated by Microsoft (R) HLSL Shader Compiler 10.1
//
//   using 3Dmigoto v1.3.11 on Wed Nov 21 19:31:00 2018
//
//
// Buffer Definitions:
//
// cbuffer Constants
// {
//
//   float4 vfuniforms[96];             // Offset:    0 Size:  1536
//
// }
//
//
// Resource Bindings:
//
// Name                                 Type  Format         Dim Slot Elements
// ------------------------------ ---------- ------- ----------- ---- --------
// Constants                         cbuffer      NA          NA    0        1
//
//
//
// Input signature:
//
// Name                 Index   Mask Register SysValue  Format   Used
// -------------------- ----- ------ -------- -------- ------- ------
// COLOR                    0   xyzw        0     NONE   float   xyzw
// COLOR                    1   xyzw        1     NONE   float   xyzw
// SV_Position              0   xyzw        2     NONE   float   xyzw
//
//
// Output signature:
//
// Name                 Index   Mask Register SysValue  Format   Used
// -------------------- ----- ------ -------- -------- ------- ------
// COLOR                    0   xyzw        0     NONE   float   xyzw
// COLOR                    1   xyzw        1     NONE   float   xyzw
// TEXCOORD                 0   xyzw        2     NONE   float   xyzw
// TEXCOORD                 1   xyzw        3     NONE   float   xyzw
// SV_Position              0   xyzw        4      POS   float   xyzw
//
vs_5_0
dcl_globalFlags refactoringAllowed
dcl_constantbuffer cb0[96], dynamicIndexed
dcl_input v0.xyzw
dcl_input v1.xyzw
dcl_input v2.xyzw
dcl_output o0.xyzw
dcl_output o1.xyzw
dcl_output o2.xyzw
dcl_output o3.xyzw
dcl_output_siv o4.xyzw, position
dcl_temps 1
mov o0.xyzw, v0.xyzw
mov o1.xyzw, v1.xyzw
mad r0.xyzw, v1.zzzz, l(1020.039978, 1020.039978, 1020.039978, 1020.039978), l(2.100000, 3.100000, 0.100000, 1.100000)
ftou r0.xyzw, r0.xyzw
mov o2.xyzw, cb0[r0.z + 0].xyzw
mov o3.xyzw, cb0[r0.w + 0].xyzw
dp4 o4.x, v2.xyzw, cb0[r0.x + 0].xyzw
dp4 o4.y, v2.xyzw, cb0[r0.y + 0].xyzw
mov o4.zw, l(0,0,0,1.000000)
ret
// Approximately 10 instruction slots used

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
