summaryrefslogtreecommitdiffstatshomepage
path: root/bgfx/shaders/dx9/chains/hlsl/vs_scanline.bin
blob: a93bf72762942ab5aab2b1ab42ada84c9638d0ff (plain)
ofshex dumpascii
0000 56 53 48 06 00 00 00 00 01 83 f2 e1 01 00 0a 75 5f 76 69 65 77 50 72 6f 6a 04 01 00 00 04 00 20 VSH............u_viewProj.......
0020 01 00 00 00 03 fe ff fe ff 20 00 43 54 41 42 1c 00 00 00 53 00 00 00 00 03 fe ff 01 00 00 00 1c ...........CTAB....S............
0040 00 00 00 00 91 00 00 4c 00 00 00 30 00 00 00 02 00 00 00 04 00 00 00 3c 00 00 00 00 00 00 00 75 .......L...0...........<.......u
0060 5f 76 69 65 77 50 72 6f 6a 00 ab 03 00 03 00 04 00 04 00 01 00 00 00 00 00 00 00 76 73 5f 33 5f _viewProj..................vs_3_
0080 30 00 4d 69 63 72 6f 73 6f 66 74 20 28 52 29 20 48 4c 53 4c 20 53 68 61 64 65 72 20 43 6f 6d 70 0.Microsoft.(R).HLSL.Shader.Comp
00a0 69 6c 65 72 20 31 30 2e 31 00 ab 1f 00 00 02 0a 00 00 80 00 00 0f 90 1f 00 00 02 00 00 00 80 01 iler.10.1.......................
00c0 00 0f 90 1f 00 00 02 05 00 00 80 02 00 0f 90 1f 00 00 02 00 00 00 80 00 00 0f e0 1f 00 00 02 0a ................................
00e0 00 00 80 01 00 0f e0 1f 00 00 02 05 00 00 80 02 00 03 e0 05 00 00 03 00 00 0f 80 01 00 e4 a0 01 ................................
0100 00 55 90 04 00 00 04 00 00 0f 80 00 00 e4 a0 01 00 00 90 00 00 e4 80 02 00 00 03 00 00 0f e0 00 .U..............................
0120 00 e4 80 03 00 e4 a0 01 00 00 02 01 00 0f e0 00 00 e4 90 01 00 00 02 02 00 03 e0 02 00 e4 90 ff ................................
0140 ff 00 00 00 ....
bfe1?s=128&d=retro' /> Miodrag Milanovic2017-03-301-7/+0 * assume LLVM libc++ if __llvm__ is defined but __GLIBC__ is undefined Vas Crabb2017-03-301-1/+1 * VS fix. (nw) dankan18902017-03-291-0/+4 * 2nd try (nw) Miodrag Milanovic2017-03-291-0/+3 * Update BGFX and BX (nw) Branimir Karadžić2017-03-29112-7081/+4680 * Update BGFX and BX (nw) Branimir Karadžić2017-02-0574-6565/+11283 * bx: fix some mistakes that have already been corrected in upstream (nw) yz70s2017-01-161-7/+7 * Update BX (nw) Branimir Karadžić2017-01-0263-206/+890 * Updated BGFX and BX and recompiled shaders (nw) Branimir Karadžić2016-10-2940-199/+1083 * Update BGFX and BX packages and update MAME code to support new API (nw) Miodrag Milanovic2016-09-0311-84/+342 * Update BX and BGFX (nw) Miodrag Milanovic2016-08-0632-2906/+3706 * Support GNU/Hurd systems. Jordi Mallach2016-07-265-7/+19 * bx: sync with upstream Steven Chamberlain2016-07-144-43/+57 * bx: further refactor #ifdefs Steven Chamberlain2016-07-131-5/+12 * bx: refactor #ifdefs Steven Chamberlain2016-07-131-4/+5 * bx: support glibc-based BSD platforms Steven Chamberlain2016-07-131-5/+3 * bx: use system signal.h on glibc systems Steven Chamberlain2016-07-131-0/+4 * bx: use real alloca.h on glibc systems Steven Chamberlain2016-07-131-0/+4 * BGFX and BX update (nw) Miodrag Milanovic2016-06-088-28/+66 * Update BGFX and BX (nw) Miodrag Milanovic2016-05-275-4/+7 * Sync with BGFX (nw) Miodrag Milanovic2016-05-1679-5334/+10504 * Update BGFX, BX, Benchmark and RapidJSON (nw) Miodrag Milanovic2016-05-125-8/+27 * Update GENie, BGFX and BX (nw) Branimir Karadžić2016-05-0311-45/+81 * update flags for tools (nw) Miodrag Milanovic2016-04-292-0/+0 * Update BGFX and BX (nw) Branimir Karadžić2016-04-2711-161/+123 * Update BGFX and BX (nw) Branimir Karadžić2016-03-3114-77/+383 * Update to latest BGFX and BX(nw) Branimir Karadžić2016-03-2010-14/+104 * Update BGFX and BX (nw) Branimir Karadžić2016-03-0818-251/+316 * Update to latest BGFX including my SteamLink support (nw) Miodrag Milanovic2016-02-166-39/+50 * Update BGFX with latest code (nw) Branimir Karadžić2016-02-092-2/+11 * malloc.h is nonstandard, malloc/realloc/free are in stdlib.h Vas Crabb2016-02-081-1/+1 * Update BGFX (nw)