Guest User

926d2d761a406147-vs_replace.txt

a guest
Nov 28th, 2021
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. // ---- Created with 3Dmigoto v1.3.16 on Sat Nov 06 23:23:32 2021
  2.  
  3. cbuffer _Globals : register(b0)
  4. {
  5. float4 cDiff : packoffset(c0);
  6. float4 cAmb : packoffset(c1);
  7. row_major float4x4 mW2P : packoffset(c2);
  8. float4 mL2W[192] : packoffset(c6);
  9. }
  10.  
  11.  
  12.  
  13. // 3Dmigoto declarations
  14. #define cmp -
  15. Texture1D<float4> IniParams : register(t120);
  16. Texture2D<float4> StereoParams : register(t125);
  17.  
  18.  
  19. void main(
  20. float4 v0 : POSITION0,
  21. float4 v1 : COLOR0,
  22. float2 v2 : TEXCOORD0,
  23. float v3 : BLENDWEIGHT0,
  24. out float4 o0 : SV_Position0,
  25. out float4 o1 : TEXCOORD0,
  26. out float2 o2 : TEXCOORD1)
  27. {
  28. float4 r0,r1;
  29. uint4 bitmask, uiDest;
  30. float4 fDest;
  31.  
  32. r0.x = (int)v3.x;
  33. r0.y = (int)r0.x * 3;
  34. r0.xz = mad((int2)r0.xx, int2(3,3), int2(1,2));
  35. r0.y = dot(v0.xyzw, mL2W[r0.y].xyzw);
  36. r0.x = dot(v0.xyzw, mL2W[r0.x].xyzw);
  37. r0.z = dot(v0.xyzw, mL2W[r0.z].xyzw);
  38. r1.xyzw = mW2P._m10_m11_m12_m13 * r0.xxxx;
  39. r1.xyzw = r0.yyyy * mW2P._m00_m01_m02_m03 + r1.xyzw;
  40. r0.xyzw = r0.zzzz * mW2P._m20_m21_m22_m23 + r1.xyzw;
  41. o0.xyzw = v0.wwww * mW2P._m30_m31_m32_m33 + r0.xyzw;
  42. r0.xyzw = cDiff.xyzw * v1.xyzw;
  43. o1.xyzw = cAmb.xyzw * r0.xyzw;
  44. o2.xy = v2.xy;
  45. o0.x *= 0.5;
  46. if (1.0 > IniParams.Load(int2(20,0)).x){ o1.w = IniParams.Load(int2(20,0));}
  47. return;
  48. }
  49.  
  50. /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  51. //
  52. // Generated by Microsoft (R) HLSL Shader Compiler 9.29.952.3111
  53. //
  54. // using 3Dmigoto v1.3.16 on Sat Nov 06 23:23:32 2021
  55. //
  56. //
  57. // Buffer Definitions:
  58. //
  59. // cbuffer $Globals
  60. // {
  61. //
  62. // float4 cDiff; // Offset: 0 Size: 16
  63. // float4 cAmb; // Offset: 16 Size: 16
  64. // row_major float4x4 mW2P; // Offset: 32 Size: 64
  65. // float4 mL2W[192]; // Offset: 96 Size: 3072
  66. //
  67. // }
  68. //
  69. //
  70. // Resource Bindings:
  71. //
  72. // Name Type Format Dim Slot Elements
  73. // ------------------------------ ---------- ------- ----------- ---- --------
  74. // $Globals cbuffer NA NA 0 1
  75. //
  76. //
  77. //
  78. // Input signature:
  79. //
  80. // Name Index Mask Register SysValue Format Used
  81. // -------------------- ----- ------ -------- -------- ------- ------
  82. // POSITION 0 xyzw 0 NONE float xyzw
  83. // COLOR 0 xyzw 1 NONE float xyzw
  84. // TEXCOORD 0 xy 2 NONE float xy
  85. // BLENDWEIGHT 0 x 3 NONE float x
  86. //
  87. //
  88. // Output signature:
  89. //
  90. // Name Index Mask Register SysValue Format Used
  91. // -------------------- ----- ------ -------- -------- ------- ------
  92. // SV_Position 0 xyzw 0 POS float xyzw
  93. // TEXCOORD 0 xyzw 1 NONE float xyzw
  94. // TEXCOORD 1 xy 2 NONE float xy
  95. //
  96. vs_5_0
  97. dcl_globalFlags refactoringAllowed
  98. dcl_constantbuffer cb0[198], dynamicIndexed
  99. dcl_input v0.xyzw
  100. dcl_input v1.xyzw
  101. dcl_input v2.xy
  102. dcl_input v3.x
  103. dcl_output_siv o0.xyzw, position
  104. dcl_output o1.xyzw
  105. dcl_output o2.xy
  106. dcl_temps 2
  107. ftoi r0.x, v3.x
  108. imul null, r0.y, r0.x, l(3)
  109. imad r0.xz, r0.xxxx, l(3, 0, 3, 0), l(1, 0, 2, 0)
  110. dp4 r0.y, v0.xyzw, cb0[r0.y + 6].xyzw
  111. dp4 r0.x, v0.xyzw, cb0[r0.x + 6].xyzw
  112. dp4 r0.z, v0.xyzw, cb0[r0.z + 6].xyzw
  113. mul r1.xyzw, r0.xxxx, cb0[3].xyzw
  114. mad r1.xyzw, r0.yyyy, cb0[2].xyzw, r1.xyzw
  115. mad r0.xyzw, r0.zzzz, cb0[4].xyzw, r1.xyzw
  116. mad o0.xyzw, v0.wwww, cb0[5].xyzw, r0.xyzw
  117. mul r0.xyzw, v1.xyzw, cb0[0].xyzw
  118. mul o1.xyzw, r0.xyzw, cb0[1].xyzw
  119. mov o2.xy, v2.xyxx
  120. ret
  121. // Approximately 14 instruction slots used
  122.  
  123. //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  124.  
Add Comment
Please, Sign In to add comment