0% found this document useful (0 votes)
18 views

d3d11 Log

The document summarizes the initialization of a D3D11 DLL. It logs the initialization steps, including loading settings from an ini file, hooking certain DXGI and D3D11 functions, creating device and context wrappers, and initializing stereo rendering parameters and textures. It also logs the creation of swap chains and several textures.

Uploaded by

Stal War
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

d3d11 Log

The document summarizes the initialization of a D3D11 DLL. It logs the initialization steps, including loading settings from an ini file, hooking certain DXGI and D3D11 functions, creating device and context wrappers, and initializing stereo rendering parameters and textures. It also logs the creation of swap chains and several textures.

Uploaded by

Stal War
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 139

D3D11 DLL starting init - v 1.3.

1 - Sat May 20 12:59:30 2023

----------- d3dx.ini settings -----------


[Logging]
calls=1
[System]
[Device]
[Stereo]
[Rendering]
[Hunting]
[builtincustomshaderdisablescissorclipping]
scissor_enable=0
rasterizer_state_merge=1
draw=from_caller
handling=skip
[builtincustomshaderenablescissorclipping]
scissor_enable=1
rasterizer_state_merge=1
draw=from_caller
handling=skip
[Present]
[ClearRenderTargetView]
[ClearDepthStencilView]
[ClearUnorderedAccessViewUint]
[ClearUnorderedAccessViewFloat]
[Constants]
[Profile]

Hooked_LoadLibraryExW switching to original dll: original_nvapi64.dll to C:\


WINDOWS\system32\nvapi64.dll.
overriding NVAPI wrapper failed.
Replaced Hooked_LoadLibraryExW for: C:\WINDOWS\system32\nvapi64.dll to nvapi64.dll.
Hooked_LoadLibraryExW switching to original dll: original_nvapi64.dll to C:\
WINDOWS\system32\nvapi64.dll.
NvAPI_Initialize failed:
Trying to load original_d3d11.dll
Hooked_LoadLibraryExW switching to original dll: original_d3d11.dll to C:\WINDOWS\
system32\d3d11.dll.

*** D3D11CreateDevice called with


pAdapter = 0000000000000000
Flags = 0
pFeatureLevels = 0xb000
FeatureLevels = 6
ppDevice = 000000000014FA90
pFeatureLevel = 0
ppImmediateContext = 000000000014FA88
D3D11CreateDevice returned device handle = 0000000004252F68, context handle =
0000000004254210
QueryInterface(ID3D11Device1) returned result = 0, device1 handle =
0000000004252F68
QueryInterface(ID3D11DeviceContext1) returned result = 0, context1 handle =
0000000004254210
register_hacker_device: Registering IUnknown: 0000000004252720 -> HackerDevice:
00000000005EDDD0
HackerDevice 00000000005EDDD0 created to wrap 0000000004252F68
Creating HackerContext - frame analysis log will not be available
HackerContext 0000000000684D00 created to wrap 0000000004254210
HackerDevice::Create3DMigotoResources(class HackerDevice@00000000005EDDD0) called.
Replaced Hooked_LoadLibraryExW for: C:\WINDOWS\system32\nvapi64.dll to nvapi64.dll.
Hooked_LoadLibraryExW switching to original dll: original_nvapi64.dll to C:\
WINDOWS\system32\nvapi64.dll.
HackerDevice::CreateStereoParamResources NvAPI_Stereo_CreateHandleFromIUnknown
failed: -1
creating .ini constant parameter texture.
IniParam texture created, handle = 000000000424E4F8
creating IniParam resource view.
Iniparams resource view created, handle = 00000000006A58C0.
->D3D11CreateDevice result = 0, device handle = 0000000004252F68, device wrapper =
00000000005EDDD0, context handle = 0000000004254210, context wrapper =
0000000000684D00

*** Hooked_CreateDXGIFactory called with riid: IDXGIFactory


*** IDXGIFactory creating hook for CreateSwapChain.
Successfully installed IDXGIFactory->CreateSwapChain hook.
Upcast QueryInterface(IDXGIFactory2) returned result = 0, factory =
0000000000654170
*** IDXGIFactory2 creating hook for CreateSwapChainForHwnd.
Successfully installed IDXGIFactory2->CreateSwapChainForHwnd hook.
CreateDXGIFactory returned factory = 0000000000654170, result = 0
*** Hooked_CreateDXGIFactory1 called with riid: IDXGIFactory1
Upcast QueryInterface(IDXGIFactory2) returned result = 0, factory =
00000000006557F0
CreateDXGIFactory1 returned factory = 00000000006557F0, result = 0
*** Hooked_CreateDXGIFactory1 called with riid: IDXGIFactory1
Upcast QueryInterface(IDXGIFactory2) returned result = 0, factory =
0000000000655BB0
CreateDXGIFactory1 returned factory = 0000000000655BB0, result = 0

*** D3D11CreateDevice called with


pAdapter = 0000000000000000
Flags = 0
pFeatureLevels = 0xb000
FeatureLevels = 1
ppDevice = 00000001431808C0
pFeatureLevel = 0xb000
ppImmediateContext = 00000001431808C8
D3D11CreateDevice returned device handle = 000000000AC442E8, context handle =
000000000AC762F0
QueryInterface(ID3D11Device1) returned result = 0, device1 handle =
000000000AC442E8
QueryInterface(ID3D11DeviceContext1) returned result = 0, context1 handle =
000000000AC762F0
register_hacker_device: Registering IUnknown: 000000000AC43AA0 -> HackerDevice:
000000000427F220
HackerDevice 000000000427F220 created to wrap 000000000AC442E8
Creating HackerContext - frame analysis log will not be available
HackerContext 00000000042FC8F0 created to wrap 000000000AC762F0
HackerDevice::Create3DMigotoResources(class HackerDevice@000000000427F220) called.
Replaced Hooked_LoadLibraryExW for: C:\WINDOWS\system32\nvapi64.dll to nvapi64.dll.
Hooked_LoadLibraryExW switching to original dll: original_nvapi64.dll to C:\
WINDOWS\system32\nvapi64.dll.
HackerDevice::CreateStereoParamResources NvAPI_Stereo_CreateHandleFromIUnknown
failed: -1
creating .ini constant parameter texture.
IniParam texture created, handle = 00000000042A8B38
creating IniParam resource view.
Iniparams resource view created, handle = 00000000006A5DC0.
->D3D11CreateDevice result = 0, device handle = 000000000AC442E8, device wrapper =
000000000427F220, context handle = 000000000AC762F0, context wrapper =
00000000042FC8F0

HackerDevice::CreateDeferredContext1(class HackerDevice@000000000427F220) called


with flags = 0, ptr:000000000014F610
Creating HackerContext - frame analysis log will not be available
created HackerContext(class HackerContext@00000000042FDB00) wrapper of
00000000042FDB00
returns result = 0 for 00000000042FDB00
HackerDevice::CreateDeferredContext1(class HackerDevice@000000000427F220) called
with flags = 0, ptr:000000000014F610
Creating HackerContext - frame analysis log will not be available
created HackerContext(class HackerContext@00000000042FCD30) wrapper of
00000000042FCD30
returns result = 0 for 00000000042FCD30
HackerDevice::CreateDeferredContext1(class HackerDevice@000000000427F220) called
with flags = 0, ptr:000000000014F610
Creating HackerContext - frame analysis log will not be available
created HackerContext(class HackerContext@00000000042FDC10) wrapper of
00000000042FDC10
returns result = 0 for 00000000042FDC10
HackerDevice::CreateDeferredContext1(class HackerDevice@000000000427F220) called
with flags = 0, ptr:000000000014F610
Creating HackerContext - frame analysis log will not be available
created HackerContext(class HackerContext@00000000042FC070) wrapper of
00000000042FC070
returns result = 0 for 00000000042FC070
HackerDevice::CreateDeferredContext1(class HackerDevice@000000000427F220) called
with flags = 0, ptr:000000000014F610
Creating HackerContext - frame analysis log will not be available
created HackerContext(class HackerContext@00000000042FC180) wrapper of
00000000042FC180
returns result = 0 for 00000000042FC180
HackerDevice::CreateDeferredContext1(class HackerDevice@000000000427F220) called
with flags = 0, ptr:000000000014F610
Creating HackerContext - frame analysis log will not be available
created HackerContext(class HackerContext@00000000042FC290) wrapper of
00000000042FC290
returns result = 0 for 00000000042FC290
HackerDevice::CreateTexture3D called with parameters
pInitialData = 000000000014CC70->0000000008B20010, SysMemPitch: 256,
SysMemSlicePitch: 4096
InitialData = 000000000014CC70, hash = f0a56e92
returns result = 0
HackerDevice::CreateTexture3D called with parameters
pInitialData = 000000000014CC70->0000000008B30020, SysMemPitch: 64,
SysMemSlicePitch: 1024
InitialData = 000000000014CC70, hash = 6fb98a5c
returns result = 0
*** Hooked_CreateDXGIFactory1 called with riid: IDXGIFactory1
Upcast QueryInterface(IDXGIFactory2) returned result = 0, factory =
00000000253ABCD0
CreateDXGIFactory1 returned factory = 00000000253ABCD0, result = 0
Hooked IDXGIFactory::CreateSwapChain(0000000000654530) called
Device = 000000000427F220
SwapChain = 000000000882F910
Description = 000000000882F920
lookup_hacker_device(000000000427F220): Supports HackerDevice
Windowed = 1
Width = 1280
Height = 720
Refresh rate = -1.#IND00
HackerDevice::GetHackerContext returns 00000000042FC8F0
Overlay::Overlay created for 000000000AC91D90
on HackerDevice: 000000000427F220, HackerContext: 00000000042FC8F0
->HackerSwapChain 000000002534F5D0 created to wrap 000000000AC91D90
->return result 0, HackerSwapChain = 000000002534F5D0 wrapper of ppSwapChain =
000000000AC91D90

HackerSwapChain::QueryInterface(class HackerSwapChain@000000002534F5D0) called with


IID: {3D585D5A-BD4A-489E-B1F4-3DBCB6452FFB}
return HackerUnknown(class HackerSwapChain@000000002534F5D0) wrapper of
000000000AC91D90
HackerSwapChain::GetLastPresentCount(class HackerSwapChain@000000002534F5D0) called
returns result = 0
HackerDevice::CreateTexture3D called with parameters
InitialData = 0000000000000000, hash = 2f08d9ab
returns result = 0
HackerDevice::CreateTexture3D called with parameters
InitialData = 0000000000000000, hash = 5da20530
returns result = 0
HackerDevice::CreateTexture3D called with parameters
InitialData = 0000000000000000, hash = 5f383f70
returns result = 0
HackerDevice::CreateTexture3D called with parameters
InitialData = 0000000000000000, hash = 2d92e3eb
returns result = 0
HackerDevice::CreateTexture3D called with parameters
InitialData = 0000000000000000, hash = 5f383f70
returns result = 0
HackerDevice::CreateTexture3D called with parameters
InitialData = 0000000000000000, hash = 2d92e3eb
returns result = 0
HackerDevice::CreateTexture3D called with parameters
InitialData = 0000000000000000, hash = 5f383f70
returns result = 0
HackerDevice::CreateTexture3D called with parameters
InitialData = 0000000000000000, hash = 2d92e3eb
returns result = 0
HackerDevice::CreateTexture3D called with parameters
InitialData = 0000000000000000, hash = 3713cdeb
returns result = 0
HackerDevice::CreateTexture3D called with parameters
InitialData = 0000000000000000, hash = 45b91170
returns result = 0
HackerDevice::CreateVertexShader called with BytecodeLength = 1160, handle =
000000003B140011, ClassLinkage = 0000000000000000
FNV hash = 4b35db2b57463c1e
returns result = 0, handle = 00000000253E9390
HackerDevice::CreatePixelShader called with BytecodeLength = 1000, handle =
000000003B14049D, ClassLinkage = 0000000000000000
FNV hash = b54a6068f7532fdc
returns result = 0, handle = 00000000253E9690
HackerDevice::CreateVertexShader called with BytecodeLength = 2444, handle =
000000003B140894, ClassLinkage = 0000000000000000
FNV hash = 0a59c6b83706230f
returns result = 0, handle = 00000000253E9C50
HackerDevice::CreatePixelShader called with BytecodeLength = 820, handle =
000000003B141224, ClassLinkage = 0000000000000000
FNV hash = e64fc39f84f452c4
returns result = 0, handle = 00000000253EA650
HackerDevice::CreateVertexShader called with BytecodeLength = 1160, handle =
000000003B14156E, ClassLinkage = 0000000000000000
FNV hash = 4b35db2b57463c1e
returns result = 0, handle = 00000000253EA350
HackerDevice::CreatePixelShader called with BytecodeLength = 1304, handle =
000000003B1419FA, ClassLinkage = 0000000000000000
FNV hash = f95d905ec5464832
returns result = 0, handle = 00000000253E9D90
HackerDevice::CreateVertexShader called with BytecodeLength = 844, handle =
000000003B141F24, ClassLinkage = 0000000000000000
FNV hash = 017308dfa5c73878
returns result = 0, handle = 00000000253E8F50
HackerDevice::CreatePixelShader called with BytecodeLength = 1292, handle =
000000003B142274, ClassLinkage = 0000000000000000
FNV hash = b3faf91019571fc1
returns result = 0, handle = 00000000253E8DD0
HackerDevice::CreateVertexShader called with BytecodeLength = 3316, handle =
000000003B14278F, ClassLinkage = 0000000000000000
FNV hash = b7d0342bc75e046f
returns result = 0, handle = 00000000253E97D0
HackerDevice::CreatePixelShader called with BytecodeLength = 3604, handle =
000000003B143487, ClassLinkage = 0000000000000000
FNV hash = 4fe7bfb27b2f5c07
returns result = 0, handle = 00000000253EA210
HackerDevice::CreateVertexShader called with BytecodeLength = 3204, handle =
000000003B1442B3, ClassLinkage = 0000000000000000
FNV hash = 62a6301eba0215e6
returns result = 0, handle = 00000000253E8810
HackerDevice::CreatePixelShader called with BytecodeLength = 3604, handle =
000000003B144F3B, ClassLinkage = 0000000000000000
FNV hash = 4fe7bfb27b2f5c07
returns result = 0, handle = 00000000253B0A50
HackerDevice::CreateVertexShader called with BytecodeLength = 3432, handle =
000000003B145D66, ClassLinkage = 0000000000000000
FNV hash = 298209e207d34f9f
returns result = 0, handle = 00000000253B1B90
HackerDevice::CreatePixelShader called with BytecodeLength = 3604, handle =
000000003B146AD2, ClassLinkage = 0000000000000000
FNV hash = 4fe7bfb27b2f5c07
returns result = 0, handle = 00000000253B1D10
HackerDevice::CreateVertexShader called with BytecodeLength = 4756, handle =
000000003B147902, ClassLinkage = 0000000000000000
FNV hash = eb72ab95408b6020
returns result = 0, handle = 00000000253B1FD0
HackerDevice::CreatePixelShader called with BytecodeLength = 17668, handle =
000000003B148B9A, ClassLinkage = 0000000000000000
FNV hash = f7b45949e6232e0f
returns result = 0, handle = 00000000253B1A10
HackerDevice::CreateVertexShader called with BytecodeLength = 3508, handle =
000000003B14D0B5, ClassLinkage = 0000000000000000
FNV hash = 51454db2a6e04abd
returns result = 0, handle = 00000000253B0D50
HackerDevice::CreatePixelShader called with BytecodeLength = 5352, handle =
000000003B14DE6D, ClassLinkage = 0000000000000000
FNV hash = cd9b5471f8c30df5
returns result = 0, handle = 00000000253B15D0
HackerDevice::CreateVertexShader called with BytecodeLength = 2604, handle =
000000003B14F369, ClassLinkage = 0000000000000000
FNV hash = 3df5d903560510ad
returns result = 0, handle = 00000000253B2150
HackerDevice::CreatePixelShader called with BytecodeLength = 632, handle =
000000003B14FD99, ClassLinkage = 0000000000000000
FNV hash = fe0b5b30871ba3cd
returns result = 0, handle = 00000000253B1E90
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B150028, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 00000000253B18D0
HackerDevice::CreatePixelShader called with BytecodeLength = 2776, handle =
000000003B1502D8, ClassLinkage = 0000000000000000
FNV hash = 8e5d5305e3538d2a
returns result = 0, handle = 00000000253B0790
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B150DC7, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 00000000253B22D0
HackerDevice::CreatePixelShader called with BytecodeLength = 2776, handle =
000000003B151077, ClassLinkage = 0000000000000000
FNV hash = e64209e8e333860f
returns result = 0, handle = 00000000253B1010
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B151B60, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 00000000253B1750
HackerDevice::CreatePixelShader called with BytecodeLength = 1728, handle =
000000003B151E54, ClassLinkage = 0000000000000000
FNV hash = 1113c34c02669735
returns result = 0, handle = 00000000253B2450
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B15252A, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 00000000253B2590
HackerDevice::CreatePixelShader called with BytecodeLength = 1424, handle =
000000003B15281E, ClassLinkage = 0000000000000000
FNV hash = 3a7a7dce5a51cff5
returns result = 0, handle = 00000000253B1190
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B152DC8, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 00000000253B1450
HackerDevice::CreatePixelShader called with BytecodeLength = 1556, handle =
000000003B1530BC, ClassLinkage = 0000000000000000
FNV hash = e5d060ee5b9302ba
returns result = 0, handle = 00000000253B08D0
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B1536E0, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 00000000253B0E90
HackerDevice::CreatePixelShader called with BytecodeLength = 1724, handle =
000000003B1539D4, ClassLinkage = 0000000000000000
FNV hash = cc94391ae1b55233
returns result = 0, handle = 00000000253B0BD0
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B1540B1, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 00000000253B1310
HackerDevice::CreatePixelShader called with BytecodeLength = 4228, handle =
000000003B154361, ClassLinkage = 0000000000000000
FNV hash = 16a0bd246206a525
returns result = 0, handle = 000000002540FD90
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B155406, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 00000000254104D0
HackerDevice::CreatePixelShader called with BytecodeLength = 4228, handle =
000000003B1556B6, ClassLinkage = 0000000000000000
FNV hash = 4b7c48b85e488d2f
returns result = 0, handle = 0000000025410A90
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B15674F, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 000000002540F950
HackerDevice::CreatePixelShader called with BytecodeLength = 3672, handle =
000000003B156A43, ClassLinkage = 0000000000000000
FNV hash = 5f20538f051e3897
returns result = 0, handle = 000000002540FC50
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B1578B6, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 0000000025410D90
HackerDevice::CreatePixelShader called with BytecodeLength = 4392, handle =
000000003B157BAA, ClassLinkage = 0000000000000000
FNV hash = 15404ee6c0c2b98e
returns result = 0, handle = 00000000254111D0
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B158CFC, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 0000000025410C10
HackerDevice::CreatePixelShader called with BytecodeLength = 4524, handle =
000000003B158FF0, ClassLinkage = 0000000000000000
FNV hash = 0093f798523ee069
returns result = 0, handle = 0000000025410350
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B15A1CC, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 0000000025410ED0
HackerDevice::CreatePixelShader called with BytecodeLength = 5244, handle =
000000003B15A4C0, ClassLinkage = 0000000000000000
FNV hash = e990a83b0aa17d30
returns result = 0, handle = 000000002540FF10
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B15B95D, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 0000000025410650
HackerDevice::CreatePixelShader called with BytecodeLength = 2172, handle =
000000003B15BC51, ClassLinkage = 0000000000000000
FNV hash = 9bf4eb8284e8b257
returns result = 0, handle = 0000000025411350
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B15C4EE, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 0000000025410090
HackerDevice::CreatePixelShader called with BytecodeLength = 2064, handle =
000000003B15C7E2, ClassLinkage = 0000000000000000
FNV hash = efff4c5c1afd9317
returns result = 0, handle = 0000000025410210
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B15D017, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 00000000254107D0
HackerDevice::CreatePixelShader called with BytecodeLength = 3292, handle =
000000003B15D30B, ClassLinkage = 0000000000000000
FNV hash = 109dcec5788c7720
returns result = 0, handle = 000000002540F510
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B15E00C, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 0000000025410910
HackerDevice::CreatePixelShader called with BytecodeLength = 3512, handle =
000000003B15E300, ClassLinkage = 0000000000000000
FNV hash = 8923dd5b356dc422
returns result = 0, handle = 0000000025411050
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B15F0DD, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 000000002540F690
HackerDevice::CreatePixelShader called with BytecodeLength = 3400, handle =
000000003B15F3D1, ClassLinkage = 0000000000000000
FNV hash = 2098c79f97f14b42
returns result = 0, handle = 000000002540F7D0
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B160132, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 000000002540FAD0
HackerDevice::CreatePixelShader called with BytecodeLength = 3864, handle =
000000003B160426, ClassLinkage = 0000000000000000
FNV hash = 3b90d2384f095fd1
returns result = 0, handle = 00000000253F9210
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B16136C, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 00000000253F9650
HackerDevice::CreatePixelShader called with BytecodeLength = 4716, handle =
000000003B161660, ClassLinkage = 0000000000000000
FNV hash = 33c71b80e5560113
returns result = 0, handle = 00000000253F7990
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B1628E7, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 00000000253F8950
HackerDevice::CreatePixelShader called with BytecodeLength = 3368, handle =
000000003B162B97, ClassLinkage = 0000000000000000
FNV hash = 6b342ae5ee512167
returns result = 0, handle = 00000000253F9C10
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B1638E5, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 00000000253F94D0
HackerDevice::CreatePixelShader called with BytecodeLength = 1904, handle =
000000003B163B95, ClassLinkage = 0000000000000000
FNV hash = 07e421949a1d5d47
returns result = 0, handle = 00000000253F7B10
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B16431B, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 00000000253F73D0
HackerDevice::CreatePixelShader called with BytecodeLength = 3340, handle =
000000003B16460F, ClassLinkage = 0000000000000000
FNV hash = 0cbf12d0a0691c09
returns result = 0, handle = 00000000253F9910
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B16533E, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 00000000253F9350
HackerDevice::CreatePixelShader called with BytecodeLength = 2632, handle =
000000003B165632, ClassLinkage = 0000000000000000
FNV hash = a709ce3d5fe985f5
returns result = 0, handle = 00000000253F8AD0
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B16609A, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 00000000253F8210
HackerDevice::CreatePixelShader called with BytecodeLength = 6688, handle =
000000003B16634A, ClassLinkage = 0000000000000000
FNV hash = 5a4df419e151391d
returns result = 0, handle = 00000000253F9D90
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B167D8B, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 00000000253F8F10
HackerDevice::CreatePixelShader called with BytecodeLength = 5952, handle =
000000003B16803B, ClassLinkage = 0000000000000000
FNV hash = 576d8154eaa26147
returns result = 0, handle = 00000000253F8390
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B16979C, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 00000000253F9090
HackerDevice::CreatePixelShader called with BytecodeLength = 4160, handle =
000000003B169A90, ClassLinkage = 0000000000000000
FNV hash = 9aa68653e83b6500
returns result = 0, handle = 00000000253F97D0
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B16AAEB, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 00000000253F8690
HackerDevice::CreatePixelShader called with BytecodeLength = 2556, handle =
000000003B16ADDF, ClassLinkage = 0000000000000000
FNV hash = 30ffadf5e3d65ce5
returns result = 0, handle = 00000000253F7C50
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B16B7EF, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 00000000253F9A90
HackerDevice::CreatePixelShader called with BytecodeLength = 2600, handle =
000000003B16BAE3, ClassLinkage = 0000000000000000
FNV hash = c03de74b16e57cd3
returns result = 0, handle = 00000000253F7550
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B16C521, ClassLinkage = 0000000000000000
FNV hash = d9a56f9f8acb6acc
returns result = 0, handle = 00000000253F7DD0
HackerDevice::CreatePixelShader called with BytecodeLength = 9100, handle =
000000003B16C7D1, ClassLinkage = 0000000000000000
FNV hash = f714e5db30b7c06b
returns result = 0, handle = 00000000253F9ED0
HackerDevice::CreateVertexShader called with BytecodeLength = 1540, handle =
000000003B16EB81, ClassLinkage = 0000000000000000
FNV hash = b2841c68a1d512ce
returns result = 0, handle = 00000000253F7250
HackerDevice::CreatePixelShader called with BytecodeLength = 3924, handle =
000000003B16F189, ClassLinkage = 0000000000000000
FNV hash = 668e3a6f2509c61d
returns result = 0, handle = 00000000253FA490
HackerDevice::CreateVertexShader called with BytecodeLength = 1864, handle =
000000003B1700F9, ClassLinkage = 0000000000000000
FNV hash = c6988968a04a04b6
returns result = 0, handle = 00000000253FA050
HackerDevice::CreatePixelShader called with BytecodeLength = 1208, handle =
000000003B170845, ClassLinkage = 0000000000000000
FNV hash = 3cde72a0e6c85291
returns result = 0, handle = 00000000253F8510
HackerDevice::CreateVertexShader called with BytecodeLength = 892, handle =
000000003B170D17, ClassLinkage = 0000000000000000
FNV hash = 3898383e199ad263
returns result = 0, handle = 00000000253FA1D0
HackerDevice::CreatePixelShader called with BytecodeLength = 1036, handle =
000000003B171097, ClassLinkage = 0000000000000000
FNV hash = 8c4a672dd5649698
returns result = 0, handle = 00000000253F7F50
HackerDevice::CreateVertexShader called with BytecodeLength = 1356, handle =
000000003B1714BF, ClassLinkage = 0000000000000000
FNV hash = 70003e2fa097f585
returns result = 0, handle = 00000000253F87D0
HackerDevice::CreatePixelShader called with BytecodeLength = 992, handle =
000000003B171A0F, ClassLinkage = 0000000000000000
FNV hash = 20fa638b6f38bb71
returns result = 0, handle = 00000000253FA350
HackerDevice::CreateVertexShader called with BytecodeLength = 892, handle =
000000003B171E0D, ClassLinkage = 0000000000000000
FNV hash = 3898383e199ad263
returns result = 0, handle = 00000000253FA610
HackerDevice::CreatePixelShader called with BytecodeLength = 2652, handle =
000000003B17218D, ClassLinkage = 0000000000000000
FNV hash = cf5ed8aec8df311c
returns result = 0, handle = 00000000253F8D90
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B172BFD, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 00000000253F6850
HackerDevice::CreatePixelShader called with BytecodeLength = 1004, handle =
000000003B172EAD, ClassLinkage = 0000000000000000
FNV hash = db4987297b978395
returns result = 0, handle = 00000000253F80D0
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B1732B8, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 00000000253F7690
HackerDevice::CreatePixelShader called with BytecodeLength = 1492, handle =
000000003B173568, ClassLinkage = 0000000000000000
FNV hash = 3dc3cc1f3ecb2416
returns result = 0, handle = 00000000253F69D0
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B173B53, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 00000000253F6E10
HackerDevice::CreatePixelShader called with BytecodeLength = 24012, handle =
000000003B173E03, ClassLinkage = 0000000000000000
FNV hash = 5a231f977a963345
returns result = 0, handle = 00000000253F6B10
HackerDevice::CreateVertexShader called with BytecodeLength = 760, handle =
000000003B179BE3, ClassLinkage = 0000000000000000
FNV hash = c44339065c93ceb6
returns result = 0, handle = 00000000253F6C90
HackerDevice::CreatePixelShader called with BytecodeLength = 2324, handle =
000000003B179EDF, ClassLinkage = 0000000000000000
FNV hash = cdd0f30bd21bc563
returns result = 0, handle = 00000000253F7810
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B17A805, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 00000000253F8C50
HackerDevice::CreatePixelShader called with BytecodeLength = 2368, handle =
000000003B17AAB5, ClassLinkage = 0000000000000000
FNV hash = a0580ab7e3b81e8a
returns result = 0, handle = 00000000253F6F90
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B17B410, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 00000000253F70D0
HackerDevice::CreatePixelShader called with BytecodeLength = 2784, handle =
000000003B17B6C0, ClassLinkage = 0000000000000000
FNV hash = 0c817d2dd14641e0
returns result = 0, handle = 00000000253FD990
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B17C1B7, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 00000000253FE0D0
HackerDevice::CreatePixelShader called with BytecodeLength = 2448, handle =
000000003B17C467, ClassLinkage = 0000000000000000
FNV hash = 42989d907b9c012b
returns result = 0, handle = 00000000253FF510
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B17CE17, ClassLinkage = 0000000000000000
FNV hash = d9a56f9f8acb6acc
returns result = 0, handle = 00000000253FD110
HackerDevice::CreatePixelShader called with BytecodeLength = 2316, handle =
000000003B17D0C7, ClassLinkage = 0000000000000000
FNV hash = 455a981c1287806a
returns result = 0, handle = 00000000253FDB10
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B17D9EA, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 00000000253FF950
HackerDevice::CreatePixelShader called with BytecodeLength = 1872, handle =
000000003B17DCDE, ClassLinkage = 0000000000000000
FNV hash = 520b4327dd3fdbc9
returns result = 0, handle = 00000000253FDE10
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B17E43F, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 00000000253FE990
HackerDevice::CreatePixelShader called with BytecodeLength = 1636, handle =
000000003B17E733, ClassLinkage = 0000000000000000
FNV hash = 3178136e09a6cfcb
returns result = 0, handle = 00000000253FC850
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B17EDAD, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 00000000253FDC90
HackerDevice::CreatePixelShader called with BytecodeLength = 1852, handle =
000000003B17F0A1, ClassLinkage = 0000000000000000
FNV hash = c77bd5388a7a4f21
returns result = 0, handle = 00000000253FD850
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B17F7EA, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 00000000253FFAD0
HackerDevice::CreatePixelShader called with BytecodeLength = 2936, handle =
000000003B17FADE, ClassLinkage = 0000000000000000
FNV hash = 8f17733599782548
returns result = 0, handle = 00000000253FFF10
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B180669, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 00000000253FEAD0
HackerDevice::CreatePixelShader called with BytecodeLength = 4392, handle =
000000003B18095D, ClassLinkage = 0000000000000000
FNV hash = 15404ee6c0c2b98e
returns result = 0, handle = 00000000253FDF50
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B181AA7, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 00000000253FF7D0
HackerDevice::CreatePixelShader called with BytecodeLength = 3788, handle =
000000003B181D9B, ClassLinkage = 0000000000000000
FNV hash = 1f0aaaff3b24436c
returns result = 0, handle = 00000000253FE250
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B182C8F, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 00000000253FF650
HackerDevice::CreatePixelShader called with BytecodeLength = 5244, handle =
000000003B182F83, ClassLinkage = 0000000000000000
FNV hash = e990a83b0aa17d30
returns result = 0, handle = 00000000253FFD90
HackerDevice::CreateVertexShader called with BytecodeLength = 1820, handle =
000000003B184414, ClassLinkage = 0000000000000000
FNV hash = b1de56f661c2716f
returns result = 0, handle = 00000000253FFC10
HackerDevice::CreatePixelShader called with BytecodeLength = 7488, handle =
000000003B184B34, ClassLinkage = 0000000000000000
FNV hash = 117046561565a30a
returns result = 0, handle = 00000000253FF210
HackerDevice::CreateVertexShader called with BytecodeLength = 1820, handle =
000000003B18689B, ClassLinkage = 0000000000000000
FNV hash = b1de56f661c2716f
returns result = 0, handle = 00000000253FEC50
HackerDevice::CreatePixelShader called with BytecodeLength = 8844, handle =
000000003B186FBB, ClassLinkage = 0000000000000000
FNV hash = ab0051c731528991
returns result = 0, handle = 00000000254004D0
HackerDevice::CreateVertexShader called with BytecodeLength = 1820, handle =
000000003B189267, ClassLinkage = 0000000000000000
FNV hash = b1de56f661c2716f
returns result = 0, handle = 00000000253FD6D0
HackerDevice::CreatePixelShader called with BytecodeLength = 7028, handle =
000000003B189987, ClassLinkage = 0000000000000000
FNV hash = 58f08191d3ce54a2
returns result = 0, handle = 00000000253FCCD0
HackerDevice::CreateVertexShader called with BytecodeLength = 1820, handle =
000000003B18B51C, ClassLinkage = 0000000000000000
FNV hash = b1de56f661c2716f
returns result = 0, handle = 00000000253FE690
HackerDevice::CreatePixelShader called with BytecodeLength = 7296, handle =
000000003B18BC3C, ClassLinkage = 0000000000000000
FNV hash = f178df424e8de73c
returns result = 0, handle = 0000000025400090
HackerDevice::CreateVertexShader called with BytecodeLength = 1820, handle =
000000003B18D8EF, ClassLinkage = 0000000000000000
FNV hash = b1de56f661c2716f
returns result = 0, handle = 00000000253FE3D0
HackerDevice::CreatePixelShader called with BytecodeLength = 8652, handle =
000000003B18E00F, ClassLinkage = 0000000000000000
FNV hash = afab572169098384
returns result = 0, handle = 0000000025400350
HackerDevice::CreateVertexShader called with BytecodeLength = 1820, handle =
000000003B190207, ClassLinkage = 0000000000000000
FNV hash = b1de56f661c2716f
returns result = 0, handle = 00000000253FF390
HackerDevice::CreatePixelShader called with BytecodeLength = 6816, handle =
000000003B190927, ClassLinkage = 0000000000000000
FNV hash = 95c3288519b22f50
returns result = 0, handle = 00000000254001D0
HackerDevice::CreateVertexShader called with BytecodeLength = 1820, handle =
000000003B1923E8, ClassLinkage = 0000000000000000
FNV hash = b1de56f661c2716f
returns result = 0, handle = 00000000253FE510
HackerDevice::CreatePixelShader called with BytecodeLength = 568, handle =
000000003B192B08, ClassLinkage = 0000000000000000
FNV hash = 8b7b36f70661c5a0
returns result = 0, handle = 00000000253FEDD0
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B192D53, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 0000000025400650
HackerDevice::CreatePixelShader called with BytecodeLength = 8312, handle =
000000003B193003, ClassLinkage = 0000000000000000
FNV hash = 03b6cd63c38f093c
returns result = 0, handle = 00000000253FEF50
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B19508D, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 00000000253FC9D0
HackerDevice::CreatePixelShader called with BytecodeLength = 6140, handle =
000000003B19533D, ClassLinkage = 0000000000000000
FNV hash = b5251a5f375c364e
returns result = 0, handle = 00000000253FCB50
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B196B56, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 00000000253FCF90
HackerDevice::CreatePixelShader called with BytecodeLength = 1304, handle =
000000003B196E06, ClassLinkage = 0000000000000000
FNV hash = e7668f9dec27f595
returns result = 0, handle = 00000000253FD3D0
HackerDevice::CreateVertexShader called with BytecodeLength = 2668, handle =
000000003B19732A, ClassLinkage = 0000000000000000
FNV hash = 409d2fd9776a96fc
returns result = 0, handle = 00000000253FE810
HackerDevice::CreatePixelShader called with BytecodeLength = 1104, handle =
000000003B197D9A, ClassLinkage = 0000000000000000
FNV hash = 1e2b1d334ffebc23
returns result = 0, handle = 00000000253FF090
HackerDevice::CreateVertexShader called with BytecodeLength = 2668, handle =
000000003B1981FD, ClassLinkage = 0000000000000000
FNV hash = 409d2fd9776a96fc
returns result = 0, handle = 00000000253FCE10
HackerDevice::CreatePixelShader called with BytecodeLength = 2884, handle =
000000003B198C6D, ClassLinkage = 0000000000000000
FNV hash = 768ec3f9f7ee87a4
returns result = 0, handle = 00000000253FD290
HackerDevice::CreateVertexShader called with BytecodeLength = 1856, handle =
000000003B1997C9, ClassLinkage = 0000000000000000
FNV hash = 8589ce7228ab70eb
returns result = 0, handle = 00000000253FD550
HackerDevice::CreatePixelShader called with BytecodeLength = 1408, handle =
000000003B199F0D, ClassLinkage = 0000000000000000
FNV hash = 9871d154d4ceb2b2
returns result = 0, handle = 0000000025402910
HackerDevice::CreateVertexShader called with BytecodeLength = 1856, handle =
000000003B19A4A8, ClassLinkage = 0000000000000000
FNV hash = 8589ce7228ab70eb
returns result = 0, handle = 0000000025404710
HackerDevice::CreatePixelShader called with BytecodeLength = 904, handle =
000000003B19ABEC, ClassLinkage = 0000000000000000
FNV hash = eb7f5f4fa35b9cd8
returns result = 0, handle = 0000000025404010
HackerDevice::CreateVertexShader called with BytecodeLength = 1856, handle =
000000003B19AF8D, ClassLinkage = 0000000000000000
FNV hash = 8589ce7228ab70eb
returns result = 0, handle = 0000000025403A50
HackerDevice::CreatePixelShader called with BytecodeLength = 1456, handle =
000000003B19B6D1, ClassLinkage = 0000000000000000
FNV hash = 14713e05a44d6e21
returns result = 0, handle = 0000000025404150
HackerDevice::CreateVertexShader called with BytecodeLength = 2668, handle =
000000003B19BC9A, ClassLinkage = 0000000000000000
FNV hash = 409d2fd9776a96fc
returns result = 0, handle = 0000000025402D50
HackerDevice::CreatePixelShader called with BytecodeLength = 2592, handle =
000000003B19C70A, ClassLinkage = 0000000000000000
FNV hash = d8ba8b56fa8bded6
returns result = 0, handle = 00000000254045D0
HackerDevice::CreateVertexShader called with BytecodeLength = 2668, handle =
000000003B19D143, ClassLinkage = 0000000000000000
FNV hash = 409d2fd9776a96fc
returns result = 0, handle = 0000000025401ED0
HackerDevice::CreatePixelShader called with BytecodeLength = 9472, handle =
000000003B19DBB3, ClassLinkage = 0000000000000000
FNV hash = 4bb3f1d75465e904
returns result = 0, handle = 0000000025403750
HackerDevice::CreateVertexShader called with BytecodeLength = 2668, handle =
000000003B1A00CA, ClassLinkage = 0000000000000000
FNV hash = 409d2fd9776a96fc
returns result = 0, handle = 0000000025402350
HackerDevice::CreatePixelShader called with BytecodeLength = 1548, handle =
000000003B1A0B3A, ClassLinkage = 0000000000000000
FNV hash = 708159529e9bf209
returns result = 0, handle = 0000000025402790
HackerDevice::CreateVertexShader called with BytecodeLength = 3964, handle =
000000003B1A1155, ClassLinkage = 0000000000000000
FNV hash = fb56ed2d9140e55d
returns result = 0, handle = 00000000254042D0
HackerDevice::CreatePixelShader called with BytecodeLength = 3748, handle =
000000003B1A20D5, ClassLinkage = 0000000000000000
FNV hash = 74d027ef924a59a4
returns result = 0, handle = 0000000025401A90
HackerDevice::CreateVertexShader called with BytecodeLength = 3964, handle =
000000003B1A2F8B, ClassLinkage = 0000000000000000
FNV hash = fb56ed2d9140e55d
returns result = 0, handle = 0000000025402ED0
HackerDevice::CreatePixelShader called with BytecodeLength = 3748, handle =
000000003B1A3F0B, ClassLinkage = 0000000000000000
FNV hash = 74d027ef924a59a4
returns result = 0, handle = 00000000254017D0
HackerDevice::CreateVertexShader called with BytecodeLength = 3964, handle =
000000003B1A4DC2, ClassLinkage = 0000000000000000
FNV hash = fb56ed2d9140e55d
returns result = 0, handle = 0000000025403010
HackerDevice::CreatePixelShader called with BytecodeLength = 3832, handle =
000000003B1A5D42, ClassLinkage = 0000000000000000
FNV hash = 25c9099546d269f3
returns result = 0, handle = 0000000025404890
HackerDevice::CreateVertexShader called with BytecodeLength = 3964, handle =
000000003B1A6C4D, ClassLinkage = 0000000000000000
FNV hash = fb56ed2d9140e55d
returns result = 0, handle = 0000000025404450
HackerDevice::CreatePixelShader called with BytecodeLength = 3832, handle =
000000003B1A7BCD, ClassLinkage = 0000000000000000
FNV hash = c056331ead267770
returns result = 0, handle = 0000000025404A10
HackerDevice::CreateVertexShader called with BytecodeLength = 3808, handle =
000000003B1A8AD5, ClassLinkage = 0000000000000000
FNV hash = 0c85aa5786128105
returns result = 0, handle = 0000000025402A50
HackerDevice::CreatePixelShader called with BytecodeLength = 3748, handle =
000000003B1A99B9, ClassLinkage = 0000000000000000
FNV hash = d63b23b0a4ec71a8
returns result = 0, handle = 0000000025402490
HackerDevice::CreateVertexShader called with BytecodeLength = 3808, handle =
000000003B1AA870, ClassLinkage = 0000000000000000
FNV hash = 0c85aa5786128105
returns result = 0, handle = 0000000025402BD0
HackerDevice::CreatePixelShader called with BytecodeLength = 3748, handle =
000000003B1AB754, ClassLinkage = 0000000000000000
FNV hash = d63b23b0a4ec71a8
returns result = 0, handle = 0000000025403310
HackerDevice::CreateVertexShader called with BytecodeLength = 3808, handle =
000000003B1AC60C, ClassLinkage = 0000000000000000
FNV hash = 0c85aa5786128105
returns result = 0, handle = 0000000025402610
HackerDevice::CreatePixelShader called with BytecodeLength = 3832, handle =
000000003B1AD4F0, ClassLinkage = 0000000000000000
FNV hash = 16b1b8eca100bddf
returns result = 0, handle = 0000000025403490
HackerDevice::CreateVertexShader called with BytecodeLength = 3808, handle =
000000003B1AE3FC, ClassLinkage = 0000000000000000
FNV hash = 0c85aa5786128105
returns result = 0, handle = 0000000025403190
HackerDevice::CreatePixelShader called with BytecodeLength = 3832, handle =
000000003B1AF2E0, ClassLinkage = 0000000000000000
FNV hash = e19bcb29108cf113
returns result = 0, handle = 0000000025401C10
HackerDevice::CreateVertexShader called with BytecodeLength = 3808, handle =
000000003B1B01EF, ClassLinkage = 0000000000000000
FNV hash = 0c85aa5786128105
returns result = 0, handle = 0000000025401D90
HackerDevice::CreatePixelShader called with BytecodeLength = 3012, handle =
000000003B1B10D3, ClassLinkage = 0000000000000000
FNV hash = 72de80862d069a4a
returns result = 0, handle = 0000000025402050
HackerDevice::CreateVertexShader called with BytecodeLength = 3808, handle =
000000003B1B1CB1, ClassLinkage = 0000000000000000
FNV hash = 0c85aa5786128105
returns result = 0, handle = 0000000025404CD0
HackerDevice::CreatePixelShader called with BytecodeLength = 2240, handle =
000000003B1B2B95, ClassLinkage = 0000000000000000
FNV hash = 4ca3c71e71ebb5ab
returns result = 0, handle = 0000000025404B90
HackerDevice::CreateVertexShader called with BytecodeLength = 3808, handle =
000000003B1B3470, ClassLinkage = 0000000000000000
FNV hash = 0c85aa5786128105
returns result = 0, handle = 00000000254035D0
HackerDevice::CreatePixelShader called with BytecodeLength = 2324, handle =
000000003B1B4354, ClassLinkage = 0000000000000000
FNV hash = ffe0598f3e4d04ef
returns result = 0, handle = 0000000025403E90
HackerDevice::CreateVertexShader called with BytecodeLength = 3808, handle =
000000003B1B4C83, ClassLinkage = 0000000000000000
FNV hash = 0c85aa5786128105
returns result = 0, handle = 0000000025404E50
HackerDevice::CreatePixelShader called with BytecodeLength = 2324, handle =
000000003B1B5B67, ClassLinkage = 0000000000000000
FNV hash = f384de4d311bfe64
returns result = 0, handle = 00000000254038D0
HackerDevice::CreateVertexShader called with BytecodeLength = 3808, handle =
000000003B1B6495, ClassLinkage = 0000000000000000
FNV hash = 0c85aa5786128105
returns result = 0, handle = 0000000025401210
HackerDevice::CreatePixelShader called with BytecodeLength = 3376, handle =
000000003B1B7379, ClassLinkage = 0000000000000000
FNV hash = 58ff7a867ea83d42
returns result = 0, handle = 0000000025403B90
HackerDevice::CreateVertexShader called with BytecodeLength = 3808, handle =
000000003B1B80C4, ClassLinkage = 0000000000000000
FNV hash = 0c85aa5786128105
returns result = 0, handle = 0000000025403D10
HackerDevice::CreatePixelShader called with BytecodeLength = 3460, handle =
000000003B1B8FA8, ClassLinkage = 0000000000000000
FNV hash = 6009219dd71a5bdf
returns result = 0, handle = 00000000254021D0
HackerDevice::CreateVertexShader called with BytecodeLength = 3808, handle =
000000003B1B9D47, ClassLinkage = 0000000000000000
FNV hash = 0c85aa5786128105
returns result = 0, handle = 0000000025401090
HackerDevice::CreatePixelShader called with BytecodeLength = 3460, handle =
000000003B1BAC2B, ClassLinkage = 0000000000000000
FNV hash = 129cf14b3c0797d1
returns result = 0, handle = 0000000025401910
HackerDevice::CreateVertexShader called with BytecodeLength = 3808, handle =
000000003B1BB9C6, ClassLinkage = 0000000000000000
FNV hash = 0c85aa5786128105
returns result = 0, handle = 0000000025401350
HackerDevice::CreatePixelShader called with BytecodeLength = 3260, handle =
000000003B1BC8AA, ClassLinkage = 0000000000000000
FNV hash = b290d280700fc8f5
returns result = 0, handle = 00000000254014D0
HackerDevice::CreateVertexShader called with BytecodeLength = 3808, handle =
000000003B1BD580, ClassLinkage = 0000000000000000
FNV hash = 0c85aa5786128105
returns result = 0, handle = 0000000025401650
HackerDevice::CreatePixelShader called with BytecodeLength = 1748, handle =
000000003B1BE464, ClassLinkage = 0000000000000000
FNV hash = 60e425dafdf093a1
returns result = 0, handle = 000000002541A310
HackerDevice::CreateVertexShader called with BytecodeLength = 3808, handle =
000000003B1BEB52, ClassLinkage = 0000000000000000
FNV hash = 0c85aa5786128105
returns result = 0, handle = 00000000254187D0
HackerDevice::CreatePixelShader called with BytecodeLength = 2888, handle =
000000003B1BFA36, ClassLinkage = 0000000000000000
FNV hash = 98b7d8d65a935690
returns result = 0, handle = 0000000025419BD0
HackerDevice::CreateVertexShader called with BytecodeLength = 3808, handle =
000000003B1C059B, ClassLinkage = 0000000000000000
FNV hash = 0c85aa5786128105
returns result = 0, handle = 00000000254184D0
HackerDevice::CreatePixelShader called with BytecodeLength = 1124, handle =
000000003B1C147F, ClassLinkage = 0000000000000000
FNV hash = e883dcf12e5ebb46
returns result = 0, handle = 000000002541A490
HackerDevice::CreateVertexShader called with BytecodeLength = 3808, handle =
000000003B1C1901, ClassLinkage = 0000000000000000
FNV hash = 0c85aa5786128105
returns result = 0, handle = 000000002541A050
HackerDevice::CreatePixelShader called with BytecodeLength = 1504, handle =
000000003B1C27E5, ClassLinkage = 0000000000000000
FNV hash = 71f6a89b69377786
returns result = 0, handle = 0000000025419610
HackerDevice::CreateVertexShader called with BytecodeLength = 692, handle =
000000003B1C2DD0, ClassLinkage = 0000000000000000
FNV hash = 7c65ef25603f1670
returns result = 0, handle = 0000000025417390
HackerDevice::CreatePixelShader called with BytecodeLength = 948, handle =
000000003B1C3088, ClassLinkage = 0000000000000000
FNV hash = 5719b6c2ed3c96b3
returns result = 0, handle = 000000002541AA50
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B1C3453, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 0000000025417810
HackerDevice::CreatePixelShader called with BytecodeLength = 7580, handle =
000000003B1C3747, ClassLinkage = 0000000000000000
FNV hash = b8d0e339457c8cf3
returns result = 0, handle = 00000000254191D0
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B1C54F7, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 0000000025417AD0
HackerDevice::CreatePixelShader called with BytecodeLength = 2096, handle =
000000003B1C57EB, ClassLinkage = 0000000000000000
FNV hash = 7403a98a73ab0d92
returns result = 0, handle = 0000000025419ED0
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B1C602D, ClassLinkage = 0000000000000000
FNV hash = cae204b37b58c058
returns result = 0, handle = 0000000025416F50
HackerDevice::CreatePixelShader called with BytecodeLength = 3024, handle =
000000003B1C6321, ClassLinkage = 0000000000000000
FNV hash = b734ea6df999a5e1
returns result = 0, handle = 0000000025417DD0
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B1C6F00, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 0000000025417690
HackerDevice::CreatePixelShader called with BytecodeLength = 3288, handle =
000000003B1C71F4, ClassLinkage = 0000000000000000
FNV hash = 4897616cfc08670d
returns result = 0, handle = 0000000025417950
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B1C7EDB, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 000000002541A190
HackerDevice::CreatePixelShader called with BytecodeLength = 3288, handle =
000000003B1C81CF, ClassLinkage = 0000000000000000
FNV hash = dfaf4ae5781ebf24
returns result = 0, handle = 000000002541A610
HackerDevice::CreateVertexShader called with BytecodeLength = 1364, handle =
000000003B1C8EB5, ClassLinkage = 0000000000000000
FNV hash = d8a3a4157164928f
returns result = 0, handle = 000000002541A750
HackerDevice::CreatePixelShader called with BytecodeLength = 15580, handle =
000000003B1C940D, ClassLinkage = 0000000000000000
FNV hash = d1cff1dc7f1ebc73
returns result = 0, handle = 000000002541A8D0
HackerDevice::CreateVertexShader called with BytecodeLength = 1364, handle =
000000003B1CD0FF, ClassLinkage = 0000000000000000
FNV hash = d8a3a4157164928f
returns result = 0, handle = 000000002541ABD0
HackerDevice::CreatePixelShader called with BytecodeLength = 11196, handle =
000000003B1CD657, ClassLinkage = 0000000000000000
FNV hash = 42482cc2d25ba424
returns result = 0, handle = 00000000254170D0
HackerDevice::CreateVertexShader called with BytecodeLength = 1364, handle =
000000003B1D022A, ClassLinkage = 0000000000000000
FNV hash = d8a3a4157164928f
returns result = 0, handle = 0000000025417250
HackerDevice::CreatePixelShader called with BytecodeLength = 11196, handle =
000000003B1D0782, ClassLinkage = 0000000000000000
FNV hash = fdc21824f1e02fab
returns result = 0, handle = 0000000025417510
HackerDevice::CreateVertexShader called with BytecodeLength = 1364, handle =
000000003B1D3351, ClassLinkage = 0000000000000000
FNV hash = d8a3a4157164928f
returns result = 0, handle = 0000000025419350
HackerDevice::CreatePixelShader called with BytecodeLength = 14912, handle =
000000003B1D38A9, ClassLinkage = 0000000000000000
FNV hash = c403c176920e1c91
returns result = 0, handle = 0000000025419D50
HackerDevice::CreateVertexShader called with BytecodeLength = 1364, handle =
000000003B1D7304, ClassLinkage = 0000000000000000
FNV hash = d8a3a4157164928f
returns result = 0, handle = 0000000025417F10
HackerDevice::CreatePixelShader called with BytecodeLength = 10612, handle =
000000003B1D785C, ClassLinkage = 0000000000000000
FNV hash = 0a25e2dea1bec333
returns result = 0, handle = 0000000025418210
HackerDevice::CreateVertexShader called with BytecodeLength = 1364, handle =
000000003B1DA1EC, ClassLinkage = 0000000000000000
FNV hash = d8a3a4157164928f
returns result = 0, handle = 0000000025417C50
HackerDevice::CreatePixelShader called with BytecodeLength = 10612, handle =
000000003B1DA744, ClassLinkage = 0000000000000000
FNV hash = 0a7e822478e24b0d
returns result = 0, handle = 0000000025418D90
HackerDevice::CreateVertexShader called with BytecodeLength = 1364, handle =
000000003B1DD0CD, ClassLinkage = 0000000000000000
FNV hash = d8a3a4157164928f
returns result = 0, handle = 000000002541AD10
HackerDevice::CreatePixelShader called with BytecodeLength = 11816, handle =
000000003B1DD625, ClassLinkage = 0000000000000000
FNV hash = 5b6a832b20dd1b6e
returns result = 0, handle = 0000000025418090
HackerDevice::CreateVertexShader called with BytecodeLength = 1364, handle =
000000003B1E0467, ClassLinkage = 0000000000000000
FNV hash = d8a3a4157164928f
returns result = 0, handle = 00000000254194D0
HackerDevice::CreatePixelShader called with BytecodeLength = 11536, handle =
000000003B1E09BF, ClassLinkage = 0000000000000000
FNV hash = c483a82541a4d3fc
returns result = 0, handle = 0000000025418390
HackerDevice::CreateVertexShader called with BytecodeLength = 1364, handle =
000000003B1E36E3, ClassLinkage = 0000000000000000
FNV hash = d8a3a4157164928f
returns result = 0, handle = 0000000025419790
HackerDevice::CreatePixelShader called with BytecodeLength = 9340, handle =
000000003B1E3C3B, ClassLinkage = 0000000000000000
FNV hash = 3d24c06c2e803ae0
returns result = 0, handle = 0000000025418650
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B1E60CB, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 0000000025418950
HackerDevice::CreatePixelShader called with BytecodeLength = 17776, handle =
000000003B1E637B, ClassLinkage = 0000000000000000
FNV hash = b0bf909951ba42ff
returns result = 0, handle = 0000000025418A90
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B1EA902, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 0000000025418C10
HackerDevice::CreatePixelShader called with BytecodeLength = 4300, handle =
000000003B1EABB2, ClassLinkage = 0000000000000000
FNV hash = 99f187cc19c3655d
returns result = 0, handle = 0000000025419910
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B1EBC8F, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 0000000025418F10
HackerDevice::CreatePixelShader called with BytecodeLength = 1216, handle =
000000003B1EBF3F, ClassLinkage = 0000000000000000
FNV hash = 7ee8bb8f9e071afc
returns result = 0, handle = 0000000025419050
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B1EC417, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 0000000025419A90
HackerDevice::CreatePixelShader called with BytecodeLength = 1040, handle =
000000003B1EC6C7, ClassLinkage = 0000000000000000
FNV hash = 261e34e7f466a6b9
returns result = 0, handle = 0000000025422F10
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B1ECAEF, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 0000000025421C50
HackerDevice::CreatePixelShader called with BytecodeLength = 1228, handle =
000000003B1ECD9F, ClassLinkage = 0000000000000000
FNV hash = c4037adfd074e3fb
returns result = 0, handle = 0000000025420F50
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B1ED283, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 0000000025422650
HackerDevice::CreatePixelShader called with BytecodeLength = 816, handle =
000000003B1ED533, ClassLinkage = 0000000000000000
FNV hash = bbd35d2bc2967854
returns result = 0, handle = 0000000025422C10
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B1ED877, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 0000000025423090
HackerDevice::CreatePixelShader called with BytecodeLength = 18940, handle =
000000003B1EDB27, ClassLinkage = 0000000000000000
FNV hash = 8c1234b2b9b07237
returns result = 0, handle = 00000000254227D0
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B1F2537, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 0000000025421810
HackerDevice::CreatePixelShader called with BytecodeLength = 20236, handle =
000000003B1F27E7, ClassLinkage = 0000000000000000
FNV hash = 05d62e8f23b91cd7
returns result = 0, handle = 00000000254210D0
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B1F7708, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 0000000025422510
HackerDevice::CreatePixelShader called with BytecodeLength = 2340, handle =
000000003B1F79B8, ClassLinkage = 0000000000000000
FNV hash = e6fb07488f8624d8
returns result = 0, handle = 0000000025422390
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B1F82F1, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 0000000025422AD0
HackerDevice::CreatePixelShader called with BytecodeLength = 9636, handle =
000000003B1F85A1, ClassLinkage = 0000000000000000
FNV hash = 381a4a04ac9f4805
returns result = 0, handle = 0000000025421AD0
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B1FAB57, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 0000000025422D90
HackerDevice::CreatePixelShader called with BytecodeLength = 28636, handle =
000000003B1FAE07, ClassLinkage = 0000000000000000
FNV hash = 8f45a386614406c3
returns result = 0, handle = 0000000025421250
HackerDevice::CreateVertexShader called with BytecodeLength = 832, handle =
000000003B201DF6, ClassLinkage = 0000000000000000
FNV hash = 8e29f9c6b3b6c068
returns result = 0, handle = 0000000025421510
HackerDevice::CreatePixelShader called with BytecodeLength = 4844, handle =
000000003B20213A, ClassLinkage = 0000000000000000
FNV hash = b117a83c0d46be67
returns result = 0, handle = 0000000025422950
HackerDevice::CreateVertexShader called with BytecodeLength = 832, handle =
000000003B203439, ClassLinkage = 0000000000000000
FNV hash = 8e29f9c6b3b6c068
returns result = 0, handle = 00000000254213D0
HackerDevice::CreatePixelShader called with BytecodeLength = 1032, handle =
000000003B20377D, ClassLinkage = 0000000000000000
FNV hash = 7a285947a584819f
returns result = 0, handle = 0000000025421690
HackerDevice::CreateVertexShader called with BytecodeLength = 1600, handle =
000000003B203BB4, ClassLinkage = 0000000000000000
FNV hash = 445237cbac32e1a9
returns result = 0, handle = 0000000025421DD0
HackerDevice::CreatePixelShader called with BytecodeLength = 3060, handle =
000000003B2041F8, ClassLinkage = 0000000000000000
FNV hash = 27b3c017b90e8381
returns result = 0, handle = 0000000025421990
HackerDevice::CreateVertexShader called with BytecodeLength = 1600, handle =
000000003B204E0A, ClassLinkage = 0000000000000000
FNV hash = 445237cbac32e1a9
returns result = 0, handle = 0000000025421F50
HackerDevice::CreatePixelShader called with BytecodeLength = 3228, handle =
000000003B20544E, ClassLinkage = 0000000000000000
FNV hash = faa3c7ded93ec140
returns result = 0, handle = 0000000025422090
HackerDevice::CreateVertexShader called with BytecodeLength = 716, handle =
000000003B206115, ClassLinkage = 0000000000000000
FNV hash = a692316da1fcc85b
returns result = 0, handle = 0000000025422210
HackerDevice::CreatePixelShader called with BytecodeLength = 3116, handle =
000000003B2063E5, ClassLinkage = 0000000000000000
FNV hash = aa2112ab0570a719
returns result = 0, handle = 000000002541DE90
HackerDevice::CreateVertexShader called with BytecodeLength = 780, handle =
000000003B207027, ClassLinkage = 0000000000000000
FNV hash = 3ef46f9b347510fb
returns result = 0, handle = 000000002541B650
HackerDevice::CreatePixelShader called with BytecodeLength = 1140, handle =
000000003B207337, ClassLinkage = 0000000000000000
FNV hash = d11c9abac84530ac
returns result = 0, handle = 000000002541E010
HackerDevice::CreateVertexShader called with BytecodeLength = 780, handle =
000000003B2077C7, ClassLinkage = 0000000000000000
FNV hash = 3ef46f9b347510fb
returns result = 0, handle = 000000002541BD90
HackerDevice::CreatePixelShader called with BytecodeLength = 1300, handle =
000000003B207AD7, ClassLinkage = 0000000000000000
FNV hash = c24d9b55704dd5db
returns result = 0, handle = 000000002541E450
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B208008, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 000000002541ECD0
HackerDevice::CreatePixelShader called with BytecodeLength = 1504, handle =
000000003B2082FC, ClassLinkage = 0000000000000000
FNV hash = 8405724ce6391b51
returns result = 0, handle = 00000000254206D0
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B2088FF, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 000000002541BA90
HackerDevice::CreatePixelShader called with BytecodeLength = 1664, handle =
000000003B208BF3, ClassLinkage = 0000000000000000
FNV hash = b39f1721b19c655e
returns result = 0, handle = 000000002541EB90
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B209288, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 000000002541FF90
HackerDevice::CreatePixelShader called with BytecodeLength = 1152, handle =
000000003B209538, ClassLinkage = 0000000000000000
FNV hash = b2557d46bc6e1ac8
returns result = 0, handle = 0000000025420E10
HackerDevice::CreateVertexShader called with BytecodeLength = 796, handle =
000000003B2099D6, ClassLinkage = 0000000000000000
FNV hash = 4bf6ffb6275dce0d
returns result = 0, handle = 000000002541EE50
HackerDevice::CreatePixelShader called with BytecodeLength = 2388, handle =
000000003B209CF6, ClassLinkage = 0000000000000000
FNV hash = fc267d005ba95b9a
returns result = 0, handle = 000000002541E2D0
HackerDevice::CreateVertexShader called with BytecodeLength = 780, handle =
000000003B20A661, ClassLinkage = 0000000000000000
FNV hash = 3ef46f9b347510fb
returns result = 0, handle = 000000002541BED0
HackerDevice::CreatePixelShader called with BytecodeLength = 3308, handle =
000000003B20A971, ClassLinkage = 0000000000000000
FNV hash = 9b39a086ba7d41ac
returns result = 0, handle = 000000002541E5D0
HackerDevice::CreateVertexShader called with BytecodeLength = 780, handle =
000000003B20B674, ClassLinkage = 0000000000000000
FNV hash = 3ef46f9b347510fb
returns result = 0, handle = 00000000254203D0
HackerDevice::CreatePixelShader called with BytecodeLength = 1788, handle =
000000003B20B984, ClassLinkage = 0000000000000000
FNV hash = 420a046051ee6e67
returns result = 0, handle = 000000002541C050
HackerDevice::CreateVertexShader called with BytecodeLength = 712, handle =
000000003B20C08A, ClassLinkage = 0000000000000000
FNV hash = 95f6ea03389c8bef
returns result = 0, handle = 000000002541B350
HackerDevice::CreatePixelShader called with BytecodeLength = 8424, handle =
000000003B20C356, ClassLinkage = 0000000000000000
FNV hash = cb1c7357578c9215
returns result = 0, handle = 000000002541D190
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B20E44E, ClassLinkage = 0000000000000000
FNV hash = d9a56f9f8acb6acc
returns result = 0, handle = 000000002541D8D0
HackerDevice::CreatePixelShader called with BytecodeLength = 10672, handle =
000000003B20E6FE, ClassLinkage = 0000000000000000
FNV hash = fe8bd6b2fa9dd28f
returns result = 0, handle = 000000002541F9D0
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B2110D1, ClassLinkage = 0000000000000000
FNV hash = d9a56f9f8acb6acc
returns result = 0, handle = 0000000025420B10
HackerDevice::CreatePixelShader called with BytecodeLength = 10952, handle =
000000003B211381, ClassLinkage = 0000000000000000
FNV hash = 42235415f5a0029b
returns result = 0, handle = 000000002541DA50
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B213E68, ClassLinkage = 0000000000000000
FNV hash = d9a56f9f8acb6acc
returns result = 0, handle = 000000002541E890
HackerDevice::CreatePixelShader called with BytecodeLength = 16132, handle =
000000003B214118, ClassLinkage = 0000000000000000
FNV hash = 9e706afc8dbe926b
returns result = 0, handle = 000000002541FB50
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B21804E, ClassLinkage = 0000000000000000
FNV hash = d9a56f9f8acb6acc
returns result = 0, handle = 000000002541C1D0
HackerDevice::CreatePixelShader called with BytecodeLength = 17228, handle =
000000003B2182FE, ClassLinkage = 0000000000000000
FNV hash = d38de47eae658b98
returns result = 0, handle = 0000000025420990
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B21C660, ClassLinkage = 0000000000000000
FNV hash = d9a56f9f8acb6acc
returns result = 0, handle = 000000002541FCD0
HackerDevice::CreatePixelShader called with BytecodeLength = 3476, handle =
000000003B21C910, ClassLinkage = 0000000000000000
FNV hash = 90abc5ff29a0f98e
returns result = 0, handle = 000000002541FE10
HackerDevice::CreateVertexShader called with BytecodeLength = 780, handle =
000000003B21D6B7, ClassLinkage = 0000000000000000
FNV hash = 3ef46f9b347510fb
returns result = 0, handle = 000000002541D010
HackerDevice::CreatePixelShader called with BytecodeLength = 4240, handle =
000000003B21D9C7, ClassLinkage = 0000000000000000
FNV hash = 969f09ea6cb90253
returns result = 0, handle = 0000000025420110
HackerDevice::CreateVertexShader called with BytecodeLength = 780, handle =
000000003B21EA7D, ClassLinkage = 0000000000000000
FNV hash = 3ef46f9b347510fb
returns result = 0, handle = 000000002541CA50
HackerDevice::CreatePixelShader called with BytecodeLength = 4240, handle =
000000003B21ED8D, ClassLinkage = 0000000000000000
FNV hash = 668239dc185eae88
returns result = 0, handle = 000000002541B7D0
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B21FE3D, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 0000000025420850
HackerDevice::CreatePixelShader called with BytecodeLength = 2592, handle =
000000003B220131, ClassLinkage = 0000000000000000
FNV hash = aefed500a1699bb1
returns result = 0, handle = 000000002541D310
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B220B65, ClassLinkage = 0000000000000000
FNV hash = 636d82ff785a44b0
returns result = 0, handle = 000000002541EFD0
HackerDevice::CreatePixelShader called with BytecodeLength = 1608, handle =
000000003B220E59, ClassLinkage = 0000000000000000
FNV hash = be8d22299f2b28eb
returns result = 0, handle = 0000000025420C90
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B2214B6, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 0000000025420290
HackerDevice::CreatePixelShader called with BytecodeLength = 1940, handle =
000000003B2217AA, ClassLinkage = 0000000000000000
FNV hash = 4566ac2af7458f15
returns result = 0, handle = 000000002541E150
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B221F63, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 000000002541DB90
HackerDevice::CreatePixelShader called with BytecodeLength = 2636, handle =
000000003B222257, ClassLinkage = 0000000000000000
FNV hash = 7d7b1fa943d79df5
returns result = 0, handle = 000000002541B910
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B222CC8, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 000000002541F710
HackerDevice::CreatePixelShader called with BytecodeLength = 2524, handle =
000000003B222FBC, ClassLinkage = 0000000000000000
FNV hash = c7ecd9707d47ce68
returns result = 0, handle = 000000002541F850
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B2239AC, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 000000002541DD10
HackerDevice::CreatePixelShader called with BytecodeLength = 7940, handle =
000000003B223CA0, ClassLinkage = 0000000000000000
FNV hash = e6bb4ab69d659fd1
returns result = 0, handle = 000000002541B4D0
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B225BB9, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 0000000025420550
HackerDevice::CreatePixelShader called with BytecodeLength = 4828, handle =
000000003B225E69, ClassLinkage = 0000000000000000
FNV hash = 361d5d4a7d08b3b2
returns result = 0, handle = 000000002541BC10
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B227159, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 000000002541C350
HackerDevice::CreatePixelShader called with BytecodeLength = 3964, handle =
000000003B227409, ClassLinkage = 0000000000000000
FNV hash = f6bcf4b3d26d2564
returns result = 0, handle = 000000002541E710
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B2283A2, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 000000002541C490
HackerDevice::CreatePixelShader called with BytecodeLength = 11076, handle =
000000003B228652, ClassLinkage = 0000000000000000
FNV hash = d4f90428416fbd00
returns result = 0, handle = 000000002541D5D0
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B22B1B3, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 000000002541CBD0
HackerDevice::CreatePixelShader called with BytecodeLength = 2844, handle =
000000003B22B463, ClassLinkage = 0000000000000000
FNV hash = f0b0cae16af681ed
returns result = 0, handle = 000000002541D490
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B22BF9B, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 000000002541EA10
HackerDevice::CreatePixelShader called with BytecodeLength = 2924, handle =
000000003B22C24B, ClassLinkage = 0000000000000000
FNV hash = c6ca487115395037
returns result = 0, handle = 000000002541C610
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B22CDD3, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 000000002541C790
HackerDevice::CreatePixelShader called with BytecodeLength = 3028, handle =
000000003B22D083, ClassLinkage = 0000000000000000
FNV hash = e4692cd11360805d
returns result = 0, handle = 000000002541C910
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B22DC72, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 000000002541CD50
HackerDevice::CreatePixelShader called with BytecodeLength = 2400, handle =
000000003B22DF22, ClassLinkage = 0000000000000000
FNV hash = 4f9c78925e6182f6
returns result = 0, handle = 000000002541CED0
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B22E895, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 000000002541F150
HackerDevice::CreatePixelShader called with BytecodeLength = 4704, handle =
000000003B22EB45, ClassLinkage = 0000000000000000
FNV hash = 0060c10c1043c0b4
returns result = 0, handle = 000000002541D750
HackerDevice::CreateVertexShader called with BytecodeLength = 796, handle =
000000003B22FDB7, ClassLinkage = 0000000000000000
FNV hash = c47eda0b643666f6
returns result = 0, handle = 000000002541F290
HackerDevice::CreatePixelShader called with BytecodeLength = 1020, handle =
000000003B2300D7, ClassLinkage = 0000000000000000
FNV hash = 40bfbe7fc7773893
returns result = 0, handle = 000000002541F410
HackerDevice::CreateVertexShader called with BytecodeLength = 1276, handle =
000000003B2304E8, ClassLinkage = 0000000000000000
FNV hash = 3f86a46260a3fe4a
returns result = 0, handle = 000000002541F590
HackerDevice::CreatePixelShader called with BytecodeLength = 500, handle =
000000003B2309E8, ClassLinkage = 0000000000000000
FNV hash = a7c9e46c101eed69
returns result = 0, handle = 0000000025429610
HackerDevice::CreateVertexShader called with BytecodeLength = 1276, handle =
000000003B230BF6, ClassLinkage = 0000000000000000
FNV hash = b74f08cbdca9e95b
returns result = 0, handle = 0000000025429490
HackerDevice::CreatePixelShader called with BytecodeLength = 500, handle =
000000003B2310F6, ClassLinkage = 0000000000000000
FNV hash = a7c9e46c101eed69
returns result = 0, handle = 0000000025426690
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B2312FC, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 0000000025427A90
HackerDevice::CreatePixelShader called with BytecodeLength = 2068, handle =
000000003B2315F0, ClassLinkage = 0000000000000000
FNV hash = aada2394515943ab
returns result = 0, handle = 00000000254298D0
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B231E14, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 0000000025426AD0
HackerDevice::CreatePixelShader called with BytecodeLength = 1532, handle =
000000003B2320C4, ClassLinkage = 0000000000000000
FNV hash = a27f2b5dc1fc85b3
returns result = 0, handle = 00000000254277D0
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B2326DA, ClassLinkage = 0000000000000000
FNV hash = 2dd88da5760dc048
returns result = 0, handle = 000000002542BCD0
HackerDevice::CreatePixelShader called with BytecodeLength = 8400, handle =
000000003B2329CE, ClassLinkage = 0000000000000000
FNV hash = 125f97e4bd5a8887
returns result = 0, handle = 0000000025428610
HackerDevice::CreateVertexShader called with BytecodeLength = 1184, handle =
000000003B234AB9, ClassLinkage = 0000000000000000
FNV hash = 295c1ec5c0b85536
returns result = 0, handle = 000000002542A190
HackerDevice::CreatePixelShader called with BytecodeLength = 28528, handle =
000000003B234F5D, ClassLinkage = 0000000000000000
FNV hash = 6ffd10f374eaade7
returns result = 0, handle = 0000000025429190
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B23BEEC, ClassLinkage = 0000000000000000
FNV hash = 2dd88da5760dc048
returns result = 0, handle = 000000002542BE50
HackerDevice::CreatePixelShader called with BytecodeLength = 2856, handle =
000000003B23C1E0, ClassLinkage = 0000000000000000
FNV hash = 3a6c644e8eeafd24
returns result = 0, handle = 0000000025428350
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B23CD2B, ClassLinkage = 0000000000000000
FNV hash = 2dd88da5760dc048
returns result = 0, handle = 0000000025428790
HackerDevice::CreatePixelShader called with BytecodeLength = 1736, handle =
000000003B23D01F, ClassLinkage = 0000000000000000
FNV hash = daed133bfa1dc975
returns result = 0, handle = 0000000025429750
HackerDevice::CreateVertexShader called with BytecodeLength = 2668, handle =
000000003B23D6FE, ClassLinkage = 0000000000000000
FNV hash = 409d2fd9776a96fc
returns result = 0, handle = 000000002542B150
HackerDevice::CreatePixelShader called with BytecodeLength = 1732, handle =
000000003B23E16E, ClassLinkage = 0000000000000000
FNV hash = b96c110bafc37a1a
returns result = 0, handle = 000000002542A750
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B23E844, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 0000000025428910
HackerDevice::CreatePixelShader called with BytecodeLength = 2528, handle =
000000003B23EB38, ClassLinkage = 0000000000000000
FNV hash = f0b4768da8d63a4a
returns result = 0, handle = 0000000025429A50
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B140018, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 0000000025429BD0
HackerDevice::CreatePixelShader called with BytecodeLength = 2764, handle =
000000003B14030C, ClassLinkage = 0000000000000000
FNV hash = 86b73c16aff28194
returns result = 0, handle = 0000000025427390
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B140DF1, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 0000000025429D10
HackerDevice::CreatePixelShader called with BytecodeLength = 1584, handle =
000000003B1410E5, ClassLinkage = 0000000000000000
FNV hash = 6171abfbc4ff671d
returns result = 0, handle = 00000000254284D0
HackerDevice::CreateVertexShader called with BytecodeLength = 1192, handle =
000000003B141723, ClassLinkage = 0000000000000000
FNV hash = 441946d13f592228
returns result = 0, handle = 000000002542B710
HackerDevice::CreatePixelShader called with BytecodeLength = 704, handle =
000000003B141BCF, ClassLinkage = 0000000000000000
FNV hash = 4ed93286e379b90a
returns result = 0, handle = 0000000025429310
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B141EA7, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 0000000025428A90
HackerDevice::CreatePixelShader called with BytecodeLength = 4192, handle =
000000003B14219B, ClassLinkage = 0000000000000000
FNV hash = 886436d455a3f5ac
returns result = 0, handle = 000000002542A010
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B143214, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 000000002542B9D0
HackerDevice::CreatePixelShader called with BytecodeLength = 3276, handle =
000000003B1434C4, ClassLinkage = 0000000000000000
FNV hash = cb922c7bf1dcca9a
returns result = 0, handle = 0000000025427950
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B1441A9, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 0000000025429E90
HackerDevice::CreatePixelShader called with BytecodeLength = 3912, handle =
000000003B144459, ClassLinkage = 0000000000000000
FNV hash = bf8e576394ca4944
returns result = 0, handle = 0000000025428BD0
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B1453BF, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 000000002542B890
HackerDevice::CreatePixelShader called with BytecodeLength = 3944, handle =
000000003B1456B3, ClassLinkage = 0000000000000000
FNV hash = eb278d752a40e3c1
returns result = 0, handle = 000000002542AD10
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B146636, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 000000002542AB90
HackerDevice::CreatePixelShader called with BytecodeLength = 2768, handle =
000000003B1468E6, ClassLinkage = 0000000000000000
FNV hash = 0494aafd076af3a9
returns result = 0, handle = 000000002542BB50
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B1473D2, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 0000000025426390
HackerDevice::CreatePixelShader called with BytecodeLength = 2768, handle =
000000003B147682, ClassLinkage = 0000000000000000
FNV hash = a209c80dcdd1575d
returns result = 0, handle = 000000002542A2D0
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B14816E, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 0000000025426F10
HackerDevice::CreatePixelShader called with BytecodeLength = 3164, handle =
000000003B14841E, ClassLinkage = 0000000000000000
FNV hash = 0591cbbe1d38d6b0
returns result = 0, handle = 0000000025426DD0
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B149099, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 0000000025426810
HackerDevice::CreatePixelShader called with BytecodeLength = 3036, handle =
000000003B149349, ClassLinkage = 0000000000000000
FNV hash = bfc5271e08a92f12
returns result = 0, handle = 000000002542AE50
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B149F44, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 0000000025426510
HackerDevice::CreatePixelShader called with BytecodeLength = 3096, handle =
000000003B14A1F4, ClassLinkage = 0000000000000000
FNV hash = f564dd49c6c6da1e
returns result = 0, handle = 0000000025426950
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B14AE26, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 0000000025428D50
HackerDevice::CreatePixelShader called with BytecodeLength = 3300, handle =
000000003B14B0D6, ClassLinkage = 0000000000000000
FNV hash = 9b7f7ba624af7aa3
returns result = 0, handle = 000000002542A450
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B14BDD5, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 0000000025428050
HackerDevice::CreatePixelShader called with BytecodeLength = 3300, handle =
000000003B14C085, ClassLinkage = 0000000000000000
FNV hash = eb1ccc91e256da36
returns result = 0, handle = 0000000025427650
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B14CD87, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 000000002542A5D0
HackerDevice::CreatePixelShader called with BytecodeLength = 4788, handle =
000000003B14D07B, ClassLinkage = 0000000000000000
FNV hash = d6cb1cdb37973626
returns result = 0, handle = 0000000025426C50
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B14E351, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 0000000025427090
HackerDevice::CreatePixelShader called with BytecodeLength = 3484, handle =
000000003B14E645, ClassLinkage = 0000000000000000
FNV hash = 48800235af5dffce
returns result = 0, handle = 0000000025427210
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B14F409, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 000000002542A890
HackerDevice::CreatePixelShader called with BytecodeLength = 3636, handle =
000000003B14F6FD, ClassLinkage = 0000000000000000
FNV hash = 4814bbd83f6b3409
returns result = 0, handle = 000000002542AA10
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B15055A, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 0000000025427F10
HackerDevice::CreatePixelShader called with BytecodeLength = 3724, handle =
000000003B15084E, ClassLinkage = 0000000000000000
FNV hash = a291566d5fbe565e
returns result = 0, handle = 0000000025428ED0
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B1516F5, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 000000002542AFD0
HackerDevice::CreatePixelShader called with BytecodeLength = 2828, handle =
000000003B1519A5, ClassLinkage = 0000000000000000
FNV hash = 97e01140beeaec08
returns result = 0, handle = 0000000025429050
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B1524D4, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 000000002542B2D0
HackerDevice::CreatePixelShader called with BytecodeLength = 2684, handle =
000000003B1527C8, ClassLinkage = 0000000000000000
FNV hash = 6955fb5d66d8a9f4
returns result = 0, handle = 00000000254274D0
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B153267, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 0000000025427C10
HackerDevice::CreatePixelShader called with BytecodeLength = 1876, handle =
000000003B153517, ClassLinkage = 0000000000000000
FNV hash = d7fed85e9c1dc8ed
returns result = 0, handle = 0000000025427D90
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B153C8B, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 00000000254281D0
HackerDevice::CreatePixelShader called with BytecodeLength = 4900, handle =
000000003B153F3B, ClassLinkage = 0000000000000000
FNV hash = 64142c1b6dab5322
returns result = 0, handle = 000000002542B410
HackerDevice::CreateVertexShader called with BytecodeLength = 796, handle =
000000003B15527A, ClassLinkage = 0000000000000000
FNV hash = c47eda0b643666f6
returns result = 0, handle = 000000002542B590
HackerDevice::CreatePixelShader called with BytecodeLength = 2512, handle =
000000003B15559A, ClassLinkage = 0000000000000000
FNV hash = 8b13fa23c81e7f9c
returns result = 0, handle = 000000002542DB10
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B155F80, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 000000002542C9D0
HackerDevice::CreatePixelShader called with BytecodeLength = 2716, handle =
000000003B156274, ClassLinkage = 0000000000000000
FNV hash = 86fe5f572bf4ffa8
returns result = 0, handle = 000000002542CC90
HackerDevice::CreateVertexShader called with BytecodeLength = 5536, handle =
000000003B156D35, ClassLinkage = 0000000000000000
FNV hash = fca53a8a67adc02d
returns result = 0, handle = 000000002542DC50
HackerDevice::CreatePixelShader called with BytecodeLength = 6660, handle =
000000003B1582D9, ClassLinkage = 0000000000000000
FNV hash = ca034a842f865bfb
returns result = 0, handle = 000000002542D990
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B159CEE, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 000000002542DF50
HackerDevice::CreatePixelShader called with BytecodeLength = 3452, handle =
000000003B159FE2, ClassLinkage = 0000000000000000
FNV hash = 98f139fd9a73bff6
returns result = 0, handle = 000000002542CB10
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B15AD72, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 000000002542D250
HackerDevice::CreatePixelShader called with BytecodeLength = 4748, handle =
000000003B15B066, ClassLinkage = 0000000000000000
FNV hash = 540732101f482a4c
returns result = 0, handle = 000000002542DDD0
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B15C307, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 000000002542E0D0
HackerDevice::CreatePixelShader called with BytecodeLength = 3216, handle =
000000003B15C5B7, ClassLinkage = 0000000000000000
FNV hash = 59ef60fa776c222f
returns result = 0, handle = 000000002542CE10
HackerDevice::CreateVertexShader called with BytecodeLength = 1388, handle =
000000003B15D262, ClassLinkage = 0000000000000000
FNV hash = 420145028d1e241e
returns result = 0, handle = 000000002542BF90
HackerDevice::CreatePixelShader called with BytecodeLength = 4780, handle =
000000003B15D7D2, ClassLinkage = 0000000000000000
FNV hash = 6864525b33a820b8
returns result = 0, handle = 000000002542C550
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B15EA9D, ClassLinkage = 0000000000000000
FNV hash = 70afed8a7fac7165
returns result = 0, handle = 000000002542D0D0
HackerDevice::CreatePixelShader called with BytecodeLength = 3900, handle =
000000003B15ED91, ClassLinkage = 0000000000000000
FNV hash = 75a416d99a42133c
returns result = 0, handle = 000000002542D690
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B15FCEF, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 000000002542C850
HackerDevice::CreatePixelShader called with BytecodeLength = 3836, handle =
000000003B15FF9F, ClassLinkage = 0000000000000000
FNV hash = cb53ba4c3b48456f
returns result = 0, handle = 000000002542CF90
HackerDevice::CreateVertexShader called with BytecodeLength = 5536, handle =
000000003B160EB5, ClassLinkage = 0000000000000000
FNV hash = fca53a8a67adc02d
returns result = 0, handle = 000000002542C110
HackerDevice::CreatePixelShader called with BytecodeLength = 3852, handle =
000000003B162459, ClassLinkage = 0000000000000000
FNV hash = fcb55fd027ba5141
returns result = 0, handle = 000000002542C6D0
HackerDevice::CreateVertexShader called with BytecodeLength = 3656, handle =
000000003B16337A, ClassLinkage = 0000000000000000
FNV hash = e90eb9a1d38b2f6d
returns result = 0, handle = 000000002542D3D0
HackerDevice::CreatePixelShader called with BytecodeLength = 5064, handle =
000000003B1641C6, ClassLinkage = 0000000000000000
FNV hash = efd419070de4124e
returns result = 0, handle = 000000002542C290
HackerDevice::CreateVertexShader called with BytecodeLength = 832, handle =
000000003B1655A6, ClassLinkage = 0000000000000000
FNV hash = 8e29f9c6b3b6c068
returns result = 0, handle = 000000002542C410
HackerDevice::CreatePixelShader called with BytecodeLength = 3784, handle =
000000003B1658EA, ClassLinkage = 0000000000000000
FNV hash = a8e54925f5e7999a
returns result = 0, handle = 000000002542D550
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
000000003B24000E, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 000000002542D810
HackerDevice::CreatePixelShader called with BytecodeLength = 1224, handle =
000000003B2402BE, ClassLinkage = 0000000000000000
FNV hash = 150e3126f744e443
returns result = 0, handle = 000000002543E150
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B24079F, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 000000002543DA10
HackerDevice::CreatePixelShader called with BytecodeLength = 532, handle =
000000003B240D1F, ClassLinkage = 0000000000000000
FNV hash = 2e8a569c98515934
returns result = 0, handle = 000000002543B1D0
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B240F53, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 000000002543FB50
HackerDevice::CreatePixelShader called with BytecodeLength = 956, handle =
000000003B2414D3, ClassLinkage = 0000000000000000
FNV hash = 987915f612797036
returns result = 0, handle = 000000002543E710
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B2418B3, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 000000002543FC90
HackerDevice::CreatePixelShader called with BytecodeLength = 15196, handle =
000000003B241E33, ClassLinkage = 0000000000000000
FNV hash = 8fc1440d746710a2
returns result = 0, handle = 00000000254403D0
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B2459A8, ClassLinkage = 0000000000000000
FNV hash = 6d0fdbaf0e8dc1b3
returns result = 0, handle = 000000002543E890
HackerDevice::CreatePixelShader called with BytecodeLength = 5748, handle =
000000003B245F28, ClassLinkage = 0000000000000000
FNV hash = 7c34a6912ba0bb12
returns result = 0, handle = 000000002543C610
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B2475BF, ClassLinkage = 0000000000000000
FNV hash = 6d0fdbaf0e8dc1b3
returns result = 0, handle = 000000002543ECD0
HackerDevice::CreatePixelShader called with BytecodeLength = 560, handle =
000000003B247B3F, ClassLinkage = 0000000000000000
FNV hash = 2e0c49572a592b54
returns result = 0, handle = 000000002543B350
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B247D93, ClassLinkage = 0000000000000000
FNV hash = 6d0fdbaf0e8dc1b3
returns result = 0, handle = 000000002543B4D0
HackerDevice::CreatePixelShader called with BytecodeLength = 5300, handle =
000000003B248313, ClassLinkage = 0000000000000000
FNV hash = 5e4ad867b817b6f0
returns result = 0, handle = 000000002543AF10
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B2497E7, ClassLinkage = 0000000000000000
FNV hash = 6d0fdbaf0e8dc1b3
returns result = 0, handle = 000000002543EA10
HackerDevice::CreatePixelShader called with BytecodeLength = 852, handle =
000000003B249D67, ClassLinkage = 0000000000000000
FNV hash = c2875f32cc767b6e
returns result = 0, handle = 000000002543DB90
HackerDevice::CreateVertexShader called with BytecodeLength = 3656, handle =
000000003B24A0CF, ClassLinkage = 0000000000000000
FNV hash = e90eb9a1d38b2f6d
returns result = 0, handle = 000000002543B650
HackerDevice::CreatePixelShader called with BytecodeLength = 464, handle =
000000003B24AF1B, ClassLinkage = 0000000000000000
FNV hash = fb05a3c87a2c2ee6
returns result = 0, handle = 000000002543B790
HackerDevice::CreateVertexShader called with BytecodeLength = 2520, handle =
000000003B24B0FF, ClassLinkage = 0000000000000000
FNV hash = d8eedffec6cbf09f
returns result = 0, handle = 000000002543FE10
HackerDevice::CreatePixelShader called with BytecodeLength = 3156, handle =
000000003B24BADB, ClassLinkage = 0000000000000000
FNV hash = 3600169c1af15aa4
returns result = 0, handle = 000000002543F410
HackerDevice::CreateVertexShader called with BytecodeLength = 5232, handle =
000000003B24C73F, ClassLinkage = 0000000000000000
FNV hash = 823b868d6ee9fbef
returns result = 0, handle = 000000002543B910
HackerDevice::CreatePixelShader called with BytecodeLength = 624, handle =
000000003B24DBB3, ClassLinkage = 0000000000000000
FNV hash = 136973dc7d188a15
returns result = 0, handle = 000000002543DE90
HackerDevice::CreateVertexShader called with BytecodeLength = 5536, handle =
000000003B24DE35, ClassLinkage = 0000000000000000
FNV hash = fca53a8a67adc02d
returns result = 0, handle = 000000002543C790
HackerDevice::CreatePixelShader called with BytecodeLength = 5744, handle =
000000003B24F3D9, ClassLinkage = 0000000000000000
FNV hash = 18ff65e084baa0c6
returns result = 0, handle = 000000002543FF90
HackerDevice::CreateVertexShader called with BytecodeLength = 5536, handle =
000000003B250A5F, ClassLinkage = 0000000000000000
FNV hash = fca53a8a67adc02d
returns result = 0, handle = 000000002543F850
HackerDevice::CreatePixelShader called with BytecodeLength = 3284, handle =
000000003B252003, ClassLinkage = 0000000000000000
FNV hash = 3361a1d418bfc776
returns result = 0, handle = 000000002543E2D0
HackerDevice::CreateVertexShader called with BytecodeLength = 812, handle =
000000003B252CEE, ClassLinkage = 0000000000000000
FNV hash = fadb34750599346b
returns result = 0, handle = 000000002543D8D0
HackerDevice::CreatePixelShader called with BytecodeLength = 3576, handle =
000000003B25301E, ClassLinkage = 0000000000000000
FNV hash = c01556435f1bdea7
returns result = 0, handle = 000000002543CBD0
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
000000003B253E34, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 000000002543F6D0
HackerDevice::CreatePixelShader called with BytecodeLength = 4596, handle =
000000003B254128, ClassLinkage = 0000000000000000
FNV hash = 4a6d704410145604
returns result = 0, handle = 000000002543CA50
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B255331, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 000000002543F9D0
HackerDevice::CreatePixelShader called with BytecodeLength = 14864, handle =
000000003B2558B1, ClassLinkage = 0000000000000000
FNV hash = a3446444275ba973
returns result = 0, handle = 000000002543EB50
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B2592D9, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 0000000025440110
HackerDevice::CreatePixelShader called with BytecodeLength = 15420, handle =
000000003B259859, ClassLinkage = 0000000000000000
FNV hash = 754189980987807f
returns result = 0, handle = 0000000025440250
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B25D4B3, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 000000002543A950
HackerDevice::CreatePixelShader called with BytecodeLength = 9120, handle =
000000003B25DA33, ClassLinkage = 0000000000000000
FNV hash = ea0f99df2b8d1366
returns result = 0, handle = 000000002543D450
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B25FDF4, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 000000002543AAD0
HackerDevice::CreatePixelShader called with BytecodeLength = 9120, handle =
000000003B260374, ClassLinkage = 0000000000000000
FNV hash = ea0f99df2b8d1366
returns result = 0, handle = 000000002543BA90
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B262736, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 000000002543CD50
HackerDevice::CreatePixelShader called with BytecodeLength = 15952, handle =
000000003B262CB6, ClassLinkage = 0000000000000000
FNV hash = c3a81320b10e08cf
returns result = 0, handle = 000000002543C8D0
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B266B2B, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 000000002543D190
HackerDevice::CreatePixelShader called with BytecodeLength = 15952, handle =
000000003B2670AB, ClassLinkage = 0000000000000000
FNV hash = c3a81320b10e08cf
returns result = 0, handle = 000000002543AC10
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B26AF1A, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 000000002543DD10
HackerDevice::CreatePixelShader called with BytecodeLength = 9120, handle =
000000003B26B49A, ClassLinkage = 0000000000000000
FNV hash = ea0f99df2b8d1366
returns result = 0, handle = 000000002543AD90
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B26D85C, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 000000002543EE50
HackerDevice::CreatePixelShader called with BytecodeLength = 9864, handle =
000000003B26DDDC, ClassLinkage = 0000000000000000
FNV hash = e5cdb27de5b0d8f4
returns result = 0, handle = 000000002543DFD0
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B27048A, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 000000002543F110
HackerDevice::CreatePixelShader called with BytecodeLength = 17248, handle =
000000003B270A0A, ClassLinkage = 0000000000000000
FNV hash = 15ffb7c3ad1783cc
returns result = 0, handle = 000000002543D310
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B274D96, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 000000002543D5D0
HackerDevice::CreatePixelShader called with BytecodeLength = 11624, handle =
000000003B275316, ClassLinkage = 0000000000000000
FNV hash = 1b000f0ec96c7bd6
returns result = 0, handle = 000000002543EFD0
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B278095, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 000000002543E450
HackerDevice::CreatePixelShader called with BytecodeLength = 13836, handle =
000000003B278615, ClassLinkage = 0000000000000000
FNV hash = cace64ab243738ae
returns result = 0, handle = 000000002543F290
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B27BC41, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 000000002543E590
HackerDevice::CreatePixelShader called with BytecodeLength = 10096, handle =
000000003B27C1C1, ClassLinkage = 0000000000000000
FNV hash = 2cfbb59a8f1986fe
returns result = 0, handle = 000000002543B090
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B27E94F, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 000000002543CE90
HackerDevice::CreatePixelShader called with BytecodeLength = 10212, handle =
000000003B27EECF, ClassLinkage = 0000000000000000
FNV hash = 17b2ff8abc2a6570
returns result = 0, handle = 000000002543F590
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B2816DA, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 000000002543BC10
HackerDevice::CreatePixelShader called with BytecodeLength = 6628, handle =
000000003B281C5A, ClassLinkage = 0000000000000000
FNV hash = 26dd1b7a472c8085
returns result = 0, handle = 000000002543BD50
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B283654, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 000000002543D750
HackerDevice::CreatePixelShader called with BytecodeLength = 13056, handle =
000000003B283BD4, ClassLinkage = 0000000000000000
FNV hash = 9916484bef1a553e
returns result = 0, handle = 000000002543C310
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B286EF3, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 000000002543D010
HackerDevice::CreatePixelShader called with BytecodeLength = 10508, handle =
000000003B287473, ClassLinkage = 0000000000000000
FNV hash = e1649daf8baf54c8
returns result = 0, handle = 000000002543BED0
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B289D9C, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 000000002543C050
HackerDevice::CreatePixelShader called with BytecodeLength = 9372, handle =
000000003B28A31C, ClassLinkage = 0000000000000000
FNV hash = 6ca235b33018feb6
returns result = 0, handle = 000000002543C1D0
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B28C7DE, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 000000002543C490
HackerDevice::CreatePixelShader called with BytecodeLength = 6980, handle =
000000003B28CD5E, ClassLinkage = 0000000000000000
FNV hash = ed5613b14d52e8c2
returns result = 0, handle = 0000000025442390
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B28E8BD, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 00000000254406D0
HackerDevice::CreatePixelShader called with BytecodeLength = 13568, handle =
000000003B28EE3D, ClassLinkage = 0000000000000000
FNV hash = f95ecefb4a8e777a
returns result = 0, handle = 0000000025441510
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B29235E, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 0000000025442090
HackerDevice::CreatePixelShader called with BytecodeLength = 11080, handle =
000000003B2928DE, ClassLinkage = 0000000000000000
FNV hash = 54755ab4fff9c0f3
returns result = 0, handle = 0000000025441690
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B295447, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 0000000025441C50
HackerDevice::CreatePixelShader called with BytecodeLength = 9896, handle =
000000003B2959C7, ClassLinkage = 0000000000000000
FNV hash = f92eb75e21b65cc6
returns result = 0, handle = 0000000025440810
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B298096, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 0000000025440F50
HackerDevice::CreatePixelShader called with BytecodeLength = 7564, handle =
000000003B298616, ClassLinkage = 0000000000000000
FNV hash = bb6eb6e378997a4b
returns result = 0, handle = 0000000025441250
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B29A3C1, ClassLinkage = 0000000000000000
FNV hash = 6d0fdbaf0e8dc1b3
returns result = 0, handle = 0000000025441390
HackerDevice::CreatePixelShader called with BytecodeLength = 5808, handle =
000000003B29A941, ClassLinkage = 0000000000000000
FNV hash = 078d40c4cfc6f6cf
returns result = 0, handle = 0000000025441DD0
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B29C016, ClassLinkage = 0000000000000000
FNV hash = 6d0fdbaf0e8dc1b3
returns result = 0, handle = 0000000025442210
HackerDevice::CreatePixelShader called with BytecodeLength = 6072, handle =
000000003B29C596, ClassLinkage = 0000000000000000
FNV hash = ea3c241f00b3f37a
returns result = 0, handle = 0000000025441810
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
000000003B29DD73, ClassLinkage = 0000000000000000
FNV hash = 6d0fdbaf0e8dc1b3
returns result = 0, handle = 0000000025440990
HackerDevice::CreatePixelShader called with BytecodeLength = 6040, handle =
000000003B29E2F3, ClassLinkage = 0000000000000000
FNV hash = b52decfb02663160
returns result = 0, handle = 0000000025441950
HackerDevice::CreateVertexShader called with BytecodeLength = 1352, handle =
000000003B29FAA8, ClassLinkage = 0000000000000000
FNV hash = aaf00738e053fb24
returns result = 0, handle = 0000000025441AD0
HackerDevice::CreatePixelShader called with BytecodeLength = 3580, handle =
000000003B29FFF4, ClassLinkage = 0000000000000000
FNV hash = 150a39b5c3d6de5d
returns result = 0, handle = 0000000025441F10
HackerDevice::CreateVertexShader called with BytecodeLength = 1352, handle =
000000003B2A0E14, ClassLinkage = 0000000000000000
FNV hash = aaf00738e053fb24
returns result = 0, handle = 00000000254424D0
HackerDevice::CreatePixelShader called with BytecodeLength = 5512, handle =
000000003B2A1360, ClassLinkage = 0000000000000000
FNV hash = b3980bfdaf1fd005
returns result = 0, handle = 0000000025442650
HackerDevice::CreateVertexShader called with BytecodeLength = 5536, handle =
000000003B2A28FB, ClassLinkage = 0000000000000000
FNV hash = fca53a8a67adc02d
returns result = 0, handle = 0000000025440550
HackerDevice::CreatePixelShader called with BytecodeLength = 5744, handle =
000000003B2A3E9F, ClassLinkage = 0000000000000000
FNV hash = 18ff65e084baa0c6
returns result = 0, handle = 0000000025440B10
HackerDevice::CreateVertexShader called with BytecodeLength = 812, handle =
000000003B2A552B, ClassLinkage = 0000000000000000
FNV hash = fadb34750599346b
returns result = 0, handle = 0000000025440C90
HackerDevice::CreatePixelShader called with BytecodeLength = 13256, handle =
000000003B2A585B, ClassLinkage = 0000000000000000
FNV hash = 778efa0f07929a75
returns result = 0, handle = 0000000025440DD0
HackerDevice::CreateVertexShader called with BytecodeLength = 832, handle =
000000003B2A8C35, ClassLinkage = 0000000000000000
FNV hash = 8e29f9c6b3b6c068
returns result = 0, handle = 00000000254410D0
HackerDevice::CreatePixelShader called with BytecodeLength = 3784, handle =
000000003B2A8F79, ClassLinkage = 0000000000000000
FNV hash = 9bbaa01088bb359b
returns result = 0, handle = 00000000254493D0
HackerDevice::CreateVertexShader called with BytecodeLength = 832, handle =
000000003B2A9E5A, ClassLinkage = 0000000000000000
FNV hash = 8e29f9c6b3b6c068
returns result = 0, handle = 000000002544A650
HackerDevice::CreatePixelShader called with BytecodeLength = 4624, handle =
000000003B2AA19E, ClassLinkage = 0000000000000000
FNV hash = e1b8d2e20f747b86
returns result = 0, handle = 0000000025449F50
HackerDevice::CreateVertexShader called with BytecodeLength = 1372, handle =
000000003B2AB3C1, ClassLinkage = 0000000000000000
FNV hash = 660181583ad28057
returns result = 0, handle = 000000002544A210
HackerDevice::CreatePixelShader called with BytecodeLength = 568, handle =
000000003B2AB921, ClassLinkage = 0000000000000000
FNV hash = 8b7b36f70661c5a0
returns result = 0, handle = 0000000025449C50
HackerDevice::CreateVertexShader called with BytecodeLength = 3656, handle =
000000003B2ABB70, ClassLinkage = 0000000000000000
FNV hash = e90eb9a1d38b2f6d
returns result = 0, handle = 0000000025449810
HackerDevice::CreatePixelShader called with BytecodeLength = 5100, handle =
000000003B2AC9BC, ClassLinkage = 0000000000000000
FNV hash = 70fcf99a8923e15e
returns result = 0, handle = 000000002544A390
HackerDevice::CreateVertexShader called with BytecodeLength = 4028, handle =
000000003B2ADDB3, ClassLinkage = 0000000000000000
FNV hash = fc9081bd0cc78a60
returns result = 0, handle = 0000000025448B10
HackerDevice::CreatePixelShader called with BytecodeLength = 5824, handle =
000000003B2AED73, ClassLinkage = 0000000000000000
FNV hash = b4b83e44cbf8e8eb
returns result = 0, handle = 000000002544A090
HackerDevice::CreateVertexShader called with BytecodeLength = 4076, handle =
000000003B2B0443, ClassLinkage = 0000000000000000
FNV hash = 2a1248616b5e5fc6
returns result = 0, handle = 0000000025448850
HackerDevice::CreatePixelShader called with BytecodeLength = 4384, handle =
000000003B2B1433, ClassLinkage = 0000000000000000
FNV hash = 19b0feb5b97ba865
returns result = 0, handle = 0000000025449510
HackerDevice::CreateVertexShader called with BytecodeLength = 1820, handle =
000000003B2B2560, ClassLinkage = 0000000000000000
FNV hash = b1de56f661c2716f
returns result = 0, handle = 0000000025448990
HackerDevice::CreatePixelShader called with BytecodeLength = 3860, handle =
000000003B2B2C80, ClassLinkage = 0000000000000000
FNV hash = fa4438368314fb38
returns result = 0, handle = 0000000025449DD0
HackerDevice::CreateVertexShader called with BytecodeLength = 4028, handle =
000000003B2B3BA0, ClassLinkage = 0000000000000000
FNV hash = fc9081bd0cc78a60
returns result = 0, handle = 000000002544A510
HackerDevice::CreatePixelShader called with BytecodeLength = 5824, handle =
000000003B2B4B60, ClassLinkage = 0000000000000000
FNV hash = b4b83e44cbf8e8eb
returns result = 0, handle = 0000000025448550
HackerDevice::CreateVertexShader called with BytecodeLength = 4076, handle =
000000003B2B6231, ClassLinkage = 0000000000000000
FNV hash = 2a1248616b5e5fc6
returns result = 0, handle = 0000000025449990
HackerDevice::CreatePixelShader called with BytecodeLength = 4384, handle =
000000003B2B7221, ClassLinkage = 0000000000000000
FNV hash = 19b0feb5b97ba865
returns result = 0, handle = 00000000254486D0
HackerDevice::CreateVertexShader called with BytecodeLength = 1820, handle =
000000003B2B834F, ClassLinkage = 0000000000000000
FNV hash = b1de56f661c2716f
returns result = 0, handle = 0000000025448C90
HackerDevice::CreatePixelShader called with BytecodeLength = 3860, handle =
000000003B2B8A6F, ClassLinkage = 0000000000000000
FNV hash = fa4438368314fb38
returns result = 0, handle = 0000000025448E10
HackerDevice::CreateVertexShader called with BytecodeLength = 4512, handle =
000000003B2B9995, ClassLinkage = 0000000000000000
FNV hash = e250bf195b4cd301
returns result = 0, handle = 0000000025449690
HackerDevice::CreatePixelShader called with BytecodeLength = 4584, handle =
000000003B2BAB39, ClassLinkage = 0000000000000000
FNV hash = 304d9c0e725e90f5
returns result = 0, handle = 0000000025448F50
HackerDevice::CreateVertexShader called with BytecodeLength = 6228, handle =
000000003B2BBD33, ClassLinkage = 0000000000000000
FNV hash = 779f4b500686e34f
returns result = 0, handle = 00000000254490D0
HackerDevice::CreatePixelShader called with BytecodeLength = 15980, handle =
000000003B2BD58B, ClassLinkage = 0000000000000000
FNV hash = 808d6c3888461dcc
returns result = 0, handle = 0000000025449250
HackerDevice::CreateVertexShader called with BytecodeLength = 4284, handle =
000000003B2C140F, ClassLinkage = 0000000000000000
FNV hash = a22f6fc372b25899
returns result = 0, handle = 0000000025449AD0
HackerDevice::CreatePixelShader called with BytecodeLength = 548, handle =
000000003B2C24CF, ClassLinkage = 0000000000000000
FNV hash = fa0bbbd4e25037f1
returns result = 0, handle = 00000000254462D0
HackerDevice::CreateVertexShader called with BytecodeLength = 3536, handle =
000000003B2C270C, ClassLinkage = 0000000000000000
FNV hash = 932bbc6585c05004
returns result = 0, handle = 0000000025447850
HackerDevice::CreatePixelShader called with BytecodeLength = 1408, handle =
000000003B2C34E0, ClassLinkage = 0000000000000000
FNV hash = 4a4b27d791237949
returns result = 0, handle = 0000000025442AD0
HackerDevice::CreateVertexShader called with BytecodeLength = 3424, handle =
000000003B2C3A7F, ClassLinkage = 0000000000000000
FNV hash = 6a6c08091d902aa7
returns result = 0, handle = 0000000025443650
HackerDevice::CreatePixelShader called with BytecodeLength = 464, handle =
000000003B2C47E3, ClassLinkage = 0000000000000000
FNV hash = fb05a3c87a2c2ee6
returns result = 0, handle = 0000000025447590
HackerDevice::CreateVertexShader called with BytecodeLength = 2916, handle =
000000003B2C49D7, ClassLinkage = 0000000000000000
FNV hash = 667f74a50fda3cf0
returns result = 0, handle = 00000000254479D0
HackerDevice::CreatePixelShader called with BytecodeLength = 464, handle =
000000003B2C553F, ClassLinkage = 0000000000000000
FNV hash = fb05a3c87a2c2ee6
returns result = 0, handle = 0000000025445010
HackerDevice::CreateVertexShader called with BytecodeLength = 5316, handle =
000000003B2C5733, ClassLinkage = 0000000000000000
FNV hash = 096e114a6bcfbdb4
returns result = 0, handle = 0000000025447B50
HackerDevice::CreatePixelShader called with BytecodeLength = 1652, handle =
000000003B2C6BFB, ClassLinkage = 0000000000000000
FNV hash = e7e67c6242443148
returns result = 0, handle = 0000000025447F90
HackerDevice::CreateVertexShader called with BytecodeLength = 3536, handle =
000000003B2C7291, ClassLinkage = 0000000000000000
FNV hash = 932bbc6585c05004
returns result = 0, handle = 00000000254465D0
HackerDevice::CreatePixelShader called with BytecodeLength = 868, handle =
000000003B2C8065, ClassLinkage = 0000000000000000
FNV hash = 56fcbf2327a791dd
returns result = 0, handle = 0000000025446710
HackerDevice::CreateVertexShader called with BytecodeLength = 3028, handle =
000000003B2C83F0, ClassLinkage = 0000000000000000
FNV hash = 2b74d6bb21913300
returns result = 0, handle = 0000000025444350
HackerDevice::CreatePixelShader called with BytecodeLength = 868, handle =
000000003B2C8FC8, ClassLinkage = 0000000000000000
FNV hash = 56fcbf2327a791dd
returns result = 0, handle = 0000000025447E10
HackerDevice::CreateVertexShader called with BytecodeLength = 7500, handle =
000000003B2C934D, ClassLinkage = 0000000000000000
FNV hash = b8a82a77c7a5a48c
returns result = 0, handle = 0000000025445E90
HackerDevice::CreatePixelShader called with BytecodeLength = 1408, handle =
000000003B2CB09D, ClassLinkage = 0000000000000000
FNV hash = 4a4b27d791237949
returns result = 0, handle = 00000000254458D0
HackerDevice::CreateVertexShader called with BytecodeLength = 2992, handle =
000000003B2CB643, ClassLinkage = 0000000000000000
FNV hash = 8553d86e86f7548f
returns result = 0, handle = 0000000025447CD0
HackerDevice::CreatePixelShader called with BytecodeLength = 2300, handle =
000000003B2CC1F7, ClassLinkage = 0000000000000000
FNV hash = 9a204efb777d5928
returns result = 0, handle = 0000000025448110
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B2CCB05, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 00000000254437D0
HackerDevice::CreatePixelShader called with BytecodeLength = 8776, handle =
000000003B2CE489, ClassLinkage = 0000000000000000
FNV hash = 9cc950f39b22aa5e
returns result = 0, handle = 00000000254441D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B2D06E6, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 0000000025443090
HackerDevice::CreatePixelShader called with BytecodeLength = 12276, handle =
000000003B2D217E, ClassLinkage = 0000000000000000
FNV hash = 51a21fb861336b41
returns result = 0, handle = 0000000025445B90
HackerDevice::CreateVertexShader called with BytecodeLength = 6676, handle =
000000003B2D5187, ClassLinkage = 0000000000000000
FNV hash = f7f8c2c72864db6e
returns result = 0, handle = 0000000025442950
HackerDevice::CreatePixelShader called with BytecodeLength = 11928, handle =
000000003B2D6B9F, ClassLinkage = 0000000000000000
FNV hash = c8f61cf557fa7e4a
returns result = 0, handle = 0000000025446150
HackerDevice::CreateVertexShader called with BytecodeLength = 6952, handle =
000000003B2D9A4F, ClassLinkage = 0000000000000000
FNV hash = d273e2faf3cb77b2
returns result = 0, handle = 0000000025447150
HackerDevice::CreatePixelShader called with BytecodeLength = 14816, handle =
000000003B2DB57B, ClassLinkage = 0000000000000000
FNV hash = cfe9b1a20246be8b
returns result = 0, handle = 0000000025444610
HackerDevice::CreateVertexShader called with BytecodeLength = 6560, handle =
000000003B2DEF70, ClassLinkage = 0000000000000000
FNV hash = 24d58be319072fc5
returns result = 0, handle = 0000000025445D10
HackerDevice::CreatePixelShader called with BytecodeLength = 8776, handle =
000000003B2E0914, ClassLinkage = 0000000000000000
FNV hash = bb034a2bb40b65cc
returns result = 0, handle = 0000000025445A50
HackerDevice::CreateVertexShader called with BytecodeLength = 6836, handle =
000000003B2E2B74, ClassLinkage = 0000000000000000
FNV hash = 97ed9fa4ea3a1714
returns result = 0, handle = 0000000025446890
HackerDevice::CreatePixelShader called with BytecodeLength = 12276, handle =
000000003B2E462C, ClassLinkage = 0000000000000000
FNV hash = 86bef9b42da5dfbc
returns result = 0, handle = 0000000025443C10
HackerDevice::CreateVertexShader called with BytecodeLength = 6696, handle =
000000003B2E7638, ClassLinkage = 0000000000000000
FNV hash = 66830bd515735408
returns result = 0, handle = 0000000025443A90
HackerDevice::CreatePixelShader called with BytecodeLength = 11928, handle =
000000003B2E9064, ClassLinkage = 0000000000000000
FNV hash = 59a5d88065961f15
returns result = 0, handle = 0000000025447410
HackerDevice::CreateVertexShader called with BytecodeLength = 6972, handle =
000000003B2EBF17, ClassLinkage = 0000000000000000
FNV hash = 93d6549fc142e0e5
returns result = 0, handle = 0000000025446A10
HackerDevice::CreatePixelShader called with BytecodeLength = 14816, handle =
000000003B2EDA57, ClassLinkage = 0000000000000000
FNV hash = fe5ad7df65d4f5ec
returns result = 0, handle = 0000000025444BD0
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B2F144C, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 0000000025446010
HackerDevice::CreatePixelShader called with BytecodeLength = 9016, handle =
000000003B2F2DD0, ClassLinkage = 0000000000000000
FNV hash = cc7d9da81551c828
returns result = 0, handle = 0000000025446450
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B2F5120, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 0000000025448290
HackerDevice::CreatePixelShader called with BytecodeLength = 12516, handle =
000000003B2F6BB8, ClassLinkage = 0000000000000000
FNV hash = cfc56dd17a179987
returns result = 0, handle = 00000000254483D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6676, handle =
000000003B2F9CB4, ClassLinkage = 0000000000000000
FNV hash = f7f8c2c72864db6e
returns result = 0, handle = 0000000025444790
HackerDevice::CreatePixelShader called with BytecodeLength = 12168, handle =
000000003B2FB6CC, ClassLinkage = 0000000000000000
FNV hash = bd55053d449e251f
returns result = 0, handle = 0000000025443910
HackerDevice::CreateVertexShader called with BytecodeLength = 6952, handle =
000000003B2FE66F, ClassLinkage = 0000000000000000
FNV hash = d273e2faf3cb77b2
returns result = 0, handle = 0000000025442C50
HackerDevice::CreatePixelShader called with BytecodeLength = 15056, handle =
000000003B30019B, ClassLinkage = 0000000000000000
FNV hash = 2d4e98bb1c61139c
returns result = 0, handle = 0000000025443D90
HackerDevice::CreateVertexShader called with BytecodeLength = 6560, handle =
000000003B303C83, ClassLinkage = 0000000000000000
FNV hash = 24d58be319072fc5
returns result = 0, handle = 0000000025445190
HackerDevice::CreatePixelShader called with BytecodeLength = 9016, handle =
000000003B305627, ClassLinkage = 0000000000000000
FNV hash = 1778152f7d12c4f6
returns result = 0, handle = 0000000025447710
HackerDevice::CreateVertexShader called with BytecodeLength = 6836, handle =
000000003B30797A, ClassLinkage = 0000000000000000
FNV hash = 97ed9fa4ea3a1714
returns result = 0, handle = 0000000025442D90
HackerDevice::CreatePixelShader called with BytecodeLength = 12516, handle =
000000003B309432, ClassLinkage = 0000000000000000
FNV hash = f878e814a76300f2
returns result = 0, handle = 0000000025442F10
HackerDevice::CreateVertexShader called with BytecodeLength = 6696, handle =
000000003B30C531, ClassLinkage = 0000000000000000
FNV hash = 66830bd515735408
returns result = 0, handle = 0000000025443210
HackerDevice::CreatePixelShader called with BytecodeLength = 12168, handle =
000000003B30DF5D, ClassLinkage = 0000000000000000
FNV hash = f0ce5d0cfc83372d
returns result = 0, handle = 0000000025443350
HackerDevice::CreateVertexShader called with BytecodeLength = 6972, handle =
000000003B310F03, ClassLinkage = 0000000000000000
FNV hash = 93d6549fc142e0e5
returns result = 0, handle = 0000000025445310
HackerDevice::CreatePixelShader called with BytecodeLength = 15056, handle =
000000003B312A43, ClassLinkage = 0000000000000000
FNV hash = 3dc35df45c94c652
returns result = 0, handle = 0000000025444A50
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B316529, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 0000000025443ED0
HackerDevice::CreatePixelShader called with BytecodeLength = 9520, handle =
000000003B317EAD, ClassLinkage = 0000000000000000
FNV hash = 111d84592a6e439f
returns result = 0, handle = 00000000254434D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B31A3F6, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 0000000025444050
HackerDevice::CreatePixelShader called with BytecodeLength = 13020, handle =
000000003B31BE8E, ClassLinkage = 0000000000000000
FNV hash = 705989f186ea14da
returns result = 0, handle = 0000000025446B90
HackerDevice::CreateVertexShader called with BytecodeLength = 6676, handle =
000000003B31F183, ClassLinkage = 0000000000000000
FNV hash = f7f8c2c72864db6e
returns result = 0, handle = 0000000025444D50
HackerDevice::CreatePixelShader called with BytecodeLength = 12672, handle =
000000003B320B9B, ClassLinkage = 0000000000000000
FNV hash = 6f961a36c11f8b36
returns result = 0, handle = 0000000025444ED0
HackerDevice::CreateVertexShader called with BytecodeLength = 6952, handle =
000000003B323D37, ClassLinkage = 0000000000000000
FNV hash = d273e2faf3cb77b2
returns result = 0, handle = 0000000025444490
HackerDevice::CreatePixelShader called with BytecodeLength = 15560, handle =
000000003B325863, ClassLinkage = 0000000000000000
FNV hash = 9a5e4694ac237c3b
returns result = 0, handle = 0000000025444910
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B329544, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 0000000025446CD0
HackerDevice::CreatePixelShader called with BytecodeLength = 9760, handle =
000000003B32AEC8, ClassLinkage = 0000000000000000
FNV hash = d35a04110bf0ba09
returns result = 0, handle = 0000000025445490
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B32D504, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 0000000025446E50
HackerDevice::CreatePixelShader called with BytecodeLength = 13260, handle =
000000003B32EF9C, ClassLinkage = 0000000000000000
FNV hash = d9641a7fe7c7d7b2
returns result = 0, handle = 0000000025446FD0
HackerDevice::CreateVertexShader called with BytecodeLength = 6560, handle =
000000003B332381, ClassLinkage = 0000000000000000
FNV hash = 24d58be319072fc5
returns result = 0, handle = 0000000025447290
HackerDevice::CreatePixelShader called with BytecodeLength = 9520, handle =
000000003B333D25, ClassLinkage = 0000000000000000
FNV hash = 7b62caecb5e8fc7a
returns result = 0, handle = 00000000254455D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6836, handle =
000000003B336271, ClassLinkage = 0000000000000000
FNV hash = 97ed9fa4ea3a1714
returns result = 0, handle = 0000000025445750
HackerDevice::CreatePixelShader called with BytecodeLength = 13020, handle =
000000003B337D29, ClassLinkage = 0000000000000000
FNV hash = 9055ddd5eba4687a
returns result = 0, handle = 0000000025462AD0
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B33B01B, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 0000000025461990
HackerDevice::CreatePixelShader called with BytecodeLength = 9316, handle =
000000003B33C99F, ClassLinkage = 0000000000000000
FNV hash = 3e7465d43c2a19f0
returns result = 0, handle = 0000000025460E10
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B240019, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 0000000025462C50
HackerDevice::CreatePixelShader called with BytecodeLength = 12816, handle =
000000003B241AB1, ClassLinkage = 0000000000000000
FNV hash = e4331898c735ff14
returns result = 0, handle = 0000000025462690
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B244CDA, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 0000000025461F50
HackerDevice::CreatePixelShader called with BytecodeLength = 9556, handle =
000000003B24665E, ClassLinkage = 0000000000000000
FNV hash = 37e64b4f787f77b8
returns result = 0, handle = 00000000254627D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B248BCE, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 0000000025463650
HackerDevice::CreatePixelShader called with BytecodeLength = 13056, handle =
000000003B24A666, ClassLinkage = 0000000000000000
FNV hash = c08085079c34bc04
returns result = 0, handle = 00000000254620D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6560, handle =
000000003B24D97F, ClassLinkage = 0000000000000000
FNV hash = 24d58be319072fc5
returns result = 0, handle = 000000002545EFD0
HackerDevice::CreatePixelShader called with BytecodeLength = 9316, handle =
000000003B24F323, ClassLinkage = 0000000000000000
FNV hash = 3899c1b5d44b9dec
returns result = 0, handle = 00000000254609D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6836, handle =
000000003B2517A3, ClassLinkage = 0000000000000000
FNV hash = 97ed9fa4ea3a1714
returns result = 0, handle = 00000000254606D0
HackerDevice::CreatePixelShader called with BytecodeLength = 12816, handle =
000000003B25325B, ClassLinkage = 0000000000000000
FNV hash = e1a1129f0ee67bab
returns result = 0, handle = 0000000025462390
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B256481, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 00000000254637D0
HackerDevice::CreatePixelShader called with BytecodeLength = 9112, handle =
000000003B257E05, ClassLinkage = 0000000000000000
FNV hash = 0164981bb7d6d6c8
returns result = 0, handle = 000000002545FF90
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B25A1B6, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 0000000025463D90
HackerDevice::CreatePixelShader called with BytecodeLength = 12612, handle =
000000003B25BC4E, ClassLinkage = 0000000000000000
FNV hash = 5257eab17432ce09
returns result = 0, handle = 000000002545EA10
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B25EDAB, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 0000000025463910
HackerDevice::CreatePixelShader called with BytecodeLength = 9352, handle =
000000003B26072F, ClassLinkage = 0000000000000000
FNV hash = d3b26f96c1be8e2e
returns result = 0, handle = 0000000025463A90
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B262BD3, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 0000000025462D90
HackerDevice::CreatePixelShader called with BytecodeLength = 12852, handle =
000000003B26466B, ClassLinkage = 0000000000000000
FNV hash = 38e723638fd6c969
returns result = 0, handle = 0000000025464050
HackerDevice::CreateVertexShader called with BytecodeLength = 6560, handle =
000000003B2678B8, ClassLinkage = 0000000000000000
FNV hash = 24d58be319072fc5
returns result = 0, handle = 000000002545F150
HackerDevice::CreatePixelShader called with BytecodeLength = 9112, handle =
000000003B26925C, ClassLinkage = 0000000000000000
FNV hash = e3913cceeffcf0c6
returns result = 0, handle = 0000000025462F10
HackerDevice::CreateVertexShader called with BytecodeLength = 6836, handle =
000000003B26B610, ClassLinkage = 0000000000000000
FNV hash = 97ed9fa4ea3a1714
returns result = 0, handle = 0000000025461B10
HackerDevice::CreatePixelShader called with BytecodeLength = 12612, handle =
000000003B26D0C8, ClassLinkage = 0000000000000000
FNV hash = a011159b0cbb1665
returns result = 0, handle = 0000000025460F90
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B270226, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 0000000025460B10
HackerDevice::CreatePixelShader called with BytecodeLength = 9744, handle =
000000003B271BAA, ClassLinkage = 0000000000000000
FNV hash = f3ec10b20ff09b19
returns result = 0, handle = 0000000025463C10
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B2741D7, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 0000000025462210
HackerDevice::CreatePixelShader called with BytecodeLength = 13244, handle =
000000003B275C6F, ClassLinkage = 0000000000000000
FNV hash = 5e96bb4348c467e6
returns result = 0, handle = 0000000025460C90
HackerDevice::CreateVertexShader called with BytecodeLength = 6560, handle =
000000003B279048, ClassLinkage = 0000000000000000
FNV hash = 24d58be319072fc5
returns result = 0, handle = 0000000025461550
HackerDevice::CreatePixelShader called with BytecodeLength = 9664, handle =
000000003B27A9EC, ClassLinkage = 0000000000000000
FNV hash = 4d6d1e3a8643745f
returns result = 0, handle = 0000000025463090
HackerDevice::CreateVertexShader called with BytecodeLength = 6836, handle =
000000003B27CFCC, ClassLinkage = 0000000000000000
FNV hash = 97ed9fa4ea3a1714
returns result = 0, handle = 0000000025461810
HackerDevice::CreatePixelShader called with BytecodeLength = 13164, handle =
000000003B27EA84, ClassLinkage = 0000000000000000
FNV hash = 6a5d3578a3b0a1c3
returns result = 0, handle = 00000000254641D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B281E0D, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 00000000254610D0
HackerDevice::CreatePixelShader called with BytecodeLength = 10004, handle =
000000003B283791, ClassLinkage = 0000000000000000
FNV hash = 3cbdbbba7abed630
returns result = 0, handle = 0000000025462950
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B285EC5, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 0000000025463ED0
HackerDevice::CreatePixelShader called with BytecodeLength = 13504, handle =
000000003B28795D, ClassLinkage = 0000000000000000
FNV hash = 2f6d6da5dc047652
returns result = 0, handle = 000000002545EB90
HackerDevice::CreateVertexShader called with BytecodeLength = 6560, handle =
000000003B28AE3D, ClassLinkage = 0000000000000000
FNV hash = 24d58be319072fc5
returns result = 0, handle = 000000002545E750
HackerDevice::CreatePixelShader called with BytecodeLength = 9924, handle =
000000003B28C7E1, ClassLinkage = 0000000000000000
FNV hash = d85dd6b36745e600
returns result = 0, handle = 000000002545EE50
HackerDevice::CreateVertexShader called with BytecodeLength = 6836, handle =
000000003B28EEC8, ClassLinkage = 0000000000000000
FNV hash = 97ed9fa4ea3a1714
returns result = 0, handle = 0000000025463210
HackerDevice::CreatePixelShader called with BytecodeLength = 13424, handle =
000000003B290980, ClassLinkage = 0000000000000000
FNV hash = 91fb79004736e119
returns result = 0, handle = 0000000025461250
HackerDevice::CreateVertexShader called with BytecodeLength = 6560, handle =
000000003B293E0E, ClassLinkage = 0000000000000000
FNV hash = 24d58be319072fc5
returns result = 0, handle = 0000000025463350
HackerDevice::CreatePixelShader called with BytecodeLength = 9664, handle =
000000003B2957B2, ClassLinkage = 0000000000000000
FNV hash = a8f5a80ea8caaab4
returns result = 0, handle = 0000000025460850
HackerDevice::CreateVertexShader called with BytecodeLength = 6836, handle =
000000003B297D93, ClassLinkage = 0000000000000000
FNV hash = 97ed9fa4ea3a1714
returns result = 0, handle = 000000002545F2D0
HackerDevice::CreatePixelShader called with BytecodeLength = 13164, handle =
000000003B29984B, ClassLinkage = 0000000000000000
FNV hash = 12a8605d41e501eb
returns result = 0, handle = 000000002545F9D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6560, handle =
000000003B29CBD8, ClassLinkage = 0000000000000000
FNV hash = 24d58be319072fc5
returns result = 0, handle = 0000000025462510
HackerDevice::CreatePixelShader called with BytecodeLength = 9924, handle =
000000003B29E57C, ClassLinkage = 0000000000000000
FNV hash = ababbb1dbbb6f103
returns result = 0, handle = 00000000254634D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6836, handle =
000000003B2A0C64, ClassLinkage = 0000000000000000
FNV hash = 97ed9fa4ea3a1714
returns result = 0, handle = 000000002545E890
HackerDevice::CreatePixelShader called with BytecodeLength = 13424, handle =
000000003B2A271C, ClassLinkage = 0000000000000000
FNV hash = 6ae94ae676e12925
returns result = 0, handle = 000000002545FE50
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B2A5BAA, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 000000002545ED10
HackerDevice::CreatePixelShader called with BytecodeLength = 9796, handle =
000000003B2A752E, ClassLinkage = 0000000000000000
FNV hash = d970e75749f57289
returns result = 0, handle = 0000000025461C50
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B2A9B93, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 0000000025460110
HackerDevice::CreatePixelShader called with BytecodeLength = 13296, handle =
000000003B2AB62B, ClassLinkage = 0000000000000000
FNV hash = 6f4612ba0271813c
returns result = 0, handle = 00000000254613D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B2AEA3C, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 000000002545F590
HackerDevice::CreatePixelShader called with BytecodeLength = 10056, handle =
000000003B2B03C0, ClassLinkage = 0000000000000000
FNV hash = 2983b0eec109dfc5
returns result = 0, handle = 0000000025460550
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B2B2B2C, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 0000000025461690
HackerDevice::CreatePixelShader called with BytecodeLength = 13556, handle =
000000003B2B45C4, ClassLinkage = 0000000000000000
FNV hash = 0237601beb0b3a16
returns result = 0, handle = 000000002545F410
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B2B7AD6, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 000000002545F710
HackerDevice::CreatePixelShader called with BytecodeLength = 10488, handle =
000000003B2B945A, ClassLinkage = 0000000000000000
FNV hash = 88853a8bd827bb35
returns result = 0, handle = 000000002545F890
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B2BBD73, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 000000002545FB50
HackerDevice::CreatePixelShader called with BytecodeLength = 13988, handle =
000000003B2BD80B, ClassLinkage = 0000000000000000
FNV hash = 42df6911f8ad5ddb
returns result = 0, handle = 000000002545FCD0
HackerDevice::CreateVertexShader called with BytecodeLength = 6560, handle =
000000003B2C0ED0, ClassLinkage = 0000000000000000
FNV hash = 24d58be319072fc5
returns result = 0, handle = 0000000025461DD0
HackerDevice::CreatePixelShader called with BytecodeLength = 10408, handle =
000000003B2C2874, ClassLinkage = 0000000000000000
FNV hash = 1f66f7375a503df9
returns result = 0, handle = 0000000025460290
HackerDevice::CreateVertexShader called with BytecodeLength = 6836, handle =
000000003B2C5140, ClassLinkage = 0000000000000000
FNV hash = 97ed9fa4ea3a1714
returns result = 0, handle = 0000000025460410
HackerDevice::CreatePixelShader called with BytecodeLength = 13908, handle =
000000003B2C6BF8, ClassLinkage = 0000000000000000
FNV hash = a5bc29fa9412371e
returns result = 0, handle = 0000000025464610
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B2CA26A, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 0000000025466450
HackerDevice::CreatePixelShader called with BytecodeLength = 10284, handle =
000000003B2CBBEE, ClassLinkage = 0000000000000000
FNV hash = ddd2c3e3afe0dd1d
returns result = 0, handle = 00000000254662D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B2CE43B, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 0000000025467F90
HackerDevice::CreatePixelShader called with BytecodeLength = 13784, handle =
000000003B2CFED3, ClassLinkage = 0000000000000000
FNV hash = 822d6995eb8ca2b4
returns result = 0, handle = 0000000025466890
HackerDevice::CreateVertexShader called with BytecodeLength = 6560, handle =
000000003B2D34CC, ClassLinkage = 0000000000000000
FNV hash = 24d58be319072fc5
returns result = 0, handle = 0000000025468550
HackerDevice::CreatePixelShader called with BytecodeLength = 10204, handle =
000000003B2D4E70, ClassLinkage = 0000000000000000
FNV hash = 4ed5f90b7def855d
returns result = 0, handle = 0000000025464790
HackerDevice::CreateVertexShader called with BytecodeLength = 6836, handle =
000000003B2D7670, ClassLinkage = 0000000000000000
FNV hash = 97ed9fa4ea3a1714
returns result = 0, handle = 0000000025464910
HackerDevice::CreatePixelShader called with BytecodeLength = 13704, handle =
000000003B2D9128, ClassLinkage = 0000000000000000
FNV hash = 78bfc94c0a0a79ec
returns result = 0, handle = 0000000025466B90
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B2DC6CE, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 0000000025467850
HackerDevice::CreatePixelShader called with BytecodeLength = 10080, handle =
000000003B2DE052, ClassLinkage = 0000000000000000
FNV hash = 959d2709fe12d427
returns result = 0, handle = 0000000025467410
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B2E07D3, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 0000000025466E50
HackerDevice::CreatePixelShader called with BytecodeLength = 13580, handle =
000000003B2E226B, ClassLinkage = 0000000000000000
FNV hash = a15da076767e8b82
returns result = 0, handle = 0000000025465D10
HackerDevice::CreateVertexShader called with BytecodeLength = 6560, handle =
000000003B2E5798, ClassLinkage = 0000000000000000
FNV hash = 24d58be319072fc5
returns result = 0, handle = 0000000025468110
HackerDevice::CreatePixelShader called with BytecodeLength = 10000, handle =
000000003B2E713C, ClassLinkage = 0000000000000000
FNV hash = c8e2bec4c1791a8f
returns result = 0, handle = 0000000025466FD0
HackerDevice::CreateVertexShader called with BytecodeLength = 6836, handle =
000000003B2E9870, ClassLinkage = 0000000000000000
FNV hash = 97ed9fa4ea3a1714
returns result = 0, handle = 0000000025464A50
HackerDevice::CreatePixelShader called with BytecodeLength = 13500, handle =
000000003B2EB328, ClassLinkage = 0000000000000000
FNV hash = c74377a8335f1ff8
returns result = 0, handle = 0000000025465E90
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B2EE7FF, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 0000000025465A50
HackerDevice::CreatePixelShader called with BytecodeLength = 10948, handle =
000000003B2F0337, ClassLinkage = 0000000000000000
FNV hash = 75676d92714fb5ba
returns result = 0, handle = 00000000254686D0
HackerDevice::CreateVertexShader called with BytecodeLength = 7240, handle =
000000003B2F2E19, ClassLinkage = 0000000000000000
FNV hash = ee0fc71a71b90db4
returns result = 0, handle = 0000000025466CD0
HackerDevice::CreatePixelShader called with BytecodeLength = 14448, handle =
000000003B2F4A65, ClassLinkage = 0000000000000000
FNV hash = c79c884d4cfa214d
returns result = 0, handle = 00000000254679D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B2F82F1, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 0000000025464BD0
HackerDevice::CreatePixelShader called with BytecodeLength = 9384, handle =
000000003B2F9E29, ClassLinkage = 0000000000000000
FNV hash = 236a271e79b4e8c0
returns result = 0, handle = 0000000025468850
HackerDevice::CreateVertexShader called with BytecodeLength = 7240, handle =
000000003B2FC2F0, ClassLinkage = 0000000000000000
FNV hash = ee0fc71a71b90db4
returns result = 0, handle = 0000000025468290
HackerDevice::CreatePixelShader called with BytecodeLength = 12884, handle =
000000003B2FDF3C, ClassLinkage = 0000000000000000
FNV hash = 22d4ef6720d728d5
returns result = 0, handle = 0000000025465750
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B3011AC, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 0000000025467590
HackerDevice::CreatePixelShader called with BytecodeLength = 9412, handle =
000000003B302CE4, ClassLinkage = 0000000000000000
FNV hash = f3c39ec31ddc066a
returns result = 0, handle = 0000000025467150
HackerDevice::CreateVertexShader called with BytecodeLength = 7240, handle =
000000003B3051C7, ClassLinkage = 0000000000000000
FNV hash = ee0fc71a71b90db4
returns result = 0, handle = 0000000025466010
HackerDevice::CreatePixelShader called with BytecodeLength = 12912, handle =
000000003B306E13, ClassLinkage = 0000000000000000
FNV hash = 1d429916e7333e9c
returns result = 0, handle = 0000000025464D50
HackerDevice::CreateVertexShader called with BytecodeLength = 7112, handle =
000000003B30A0A2, ClassLinkage = 0000000000000000
FNV hash = 1694a4b1d48951d2
returns result = 0, handle = 0000000025467290
HackerDevice::CreatePixelShader called with BytecodeLength = 12564, handle =
000000003B30BC6E, ClassLinkage = 0000000000000000
FNV hash = de3a3434dfa5491b
returns result = 0, handle = 00000000254683D0
HackerDevice::CreateVertexShader called with BytecodeLength = 7388, handle =
000000003B30EDA4, ClassLinkage = 0000000000000000
FNV hash = 057e3372f8d57dfb
returns result = 0, handle = 0000000025467B50
HackerDevice::CreatePixelShader called with BytecodeLength = 15452, handle =
000000003B310A84, ClassLinkage = 0000000000000000
FNV hash = eec327baaeab0cda
returns result = 0, handle = 0000000025467710
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B3146FE, ClassLinkage = 0000000000000000
FNV hash = 06964996accee124
returns result = 0, handle = 0000000025465B90
HackerDevice::CreatePixelShader called with BytecodeLength = 10948, handle =
000000003B316256, ClassLinkage = 0000000000000000
FNV hash = ac09c100a042568e
returns result = 0, handle = 00000000254658D0
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B318D3B, ClassLinkage = 0000000000000000
FNV hash = fdb0f7f0d9a18713
returns result = 0, handle = 0000000025467CD0
HackerDevice::CreatePixelShader called with BytecodeLength = 14448, handle =
000000003B31A9A7, ClassLinkage = 0000000000000000
FNV hash = 620df01c0997c6b4
returns result = 0, handle = 0000000025467E10
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B31E235, ClassLinkage = 0000000000000000
FNV hash = be5e404cc700e790
returns result = 0, handle = 0000000025464350
HackerDevice::CreatePixelShader called with BytecodeLength = 10948, handle =
000000003B31FD8D, ClassLinkage = 0000000000000000
FNV hash = 56740d7bc7a9f83f
returns result = 0, handle = 0000000025466150
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B322872, ClassLinkage = 0000000000000000
FNV hash = 26921ad08e8d2d65
returns result = 0, handle = 00000000254665D0
HackerDevice::CreatePixelShader called with BytecodeLength = 14448, handle =
000000003B3244DE, ClassLinkage = 0000000000000000
FNV hash = f2248ff025d06601
returns result = 0, handle = 0000000025464490
HackerDevice::CreateVertexShader called with BytecodeLength = 7144, handle =
000000003B327D6F, ClassLinkage = 0000000000000000
FNV hash = 10f4f392cc7b9d4d
returns result = 0, handle = 0000000025464ED0
HackerDevice::CreatePixelShader called with BytecodeLength = 14100, handle =
000000003B32995B, ClassLinkage = 0000000000000000
FNV hash = ab063af5e35b6a45
returns result = 0, handle = 0000000025465010
HackerDevice::CreateVertexShader called with BytecodeLength = 7420, handle =
000000003B32D093, ClassLinkage = 0000000000000000
FNV hash = 8ad7e4e3c633386a
returns result = 0, handle = 0000000025465190
HackerDevice::CreatePixelShader called with BytecodeLength = 16988, handle =
000000003B32ED93, ClassLinkage = 0000000000000000
FNV hash = b9229cf2c968d704
returns result = 0, handle = 0000000025465310
HackerDevice::CreateVertexShader called with BytecodeLength = 7028, handle =
000000003B333010, ClassLinkage = 0000000000000000
FNV hash = 6e7d92694c87a563
returns result = 0, handle = 0000000025465490
HackerDevice::CreatePixelShader called with BytecodeLength = 10948, handle =
000000003B334B88, ClassLinkage = 0000000000000000
FNV hash = 51b7fd064cd9a272
returns result = 0, handle = 00000000254655D0
HackerDevice::CreateVertexShader called with BytecodeLength = 7304, handle =
000000003B337670, ClassLinkage = 0000000000000000
FNV hash = c931ee33188c5064
returns result = 0, handle = 0000000025466710
HackerDevice::CreatePixelShader called with BytecodeLength = 14448, handle =
000000003B3392FC, ClassLinkage = 0000000000000000
FNV hash = cd51d7c597f93be4
returns result = 0, handle = 0000000025466A10
HackerDevice::CreateVertexShader called with BytecodeLength = 7200, handle =
000000003B240024, ClassLinkage = 0000000000000000
FNV hash = cde994828e8df5a4
returns result = 0, handle = 000000002545A0D0
HackerDevice::CreatePixelShader called with BytecodeLength = 14100, handle =
000000003B241C48, ClassLinkage = 0000000000000000
FNV hash = 6fa7f911fe00185f
returns result = 0, handle = 000000002545D050
HackerDevice::CreateVertexShader called with BytecodeLength = 7476, handle =
000000003B245383, ClassLinkage = 0000000000000000
FNV hash = 12a234607eeadf14
returns result = 0, handle = 000000002545A810
HackerDevice::CreatePixelShader called with BytecodeLength = 16988, handle =
000000003B2470BB, ClassLinkage = 0000000000000000
FNV hash = 88901b2857b8ac79
returns result = 0, handle = 000000002545D8D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B24B336, ClassLinkage = 0000000000000000
FNV hash = 06964996accee124
returns result = 0, handle = 000000002545B950
HackerDevice::CreatePixelShader called with BytecodeLength = 9384, handle =
000000003B24CE8E, ClassLinkage = 0000000000000000
FNV hash = 784cf32464cc6ac4
returns result = 0, handle = 0000000025459C90
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B24F358, ClassLinkage = 0000000000000000
FNV hash = fdb0f7f0d9a18713
returns result = 0, handle = 000000002545A250
HackerDevice::CreatePixelShader called with BytecodeLength = 12884, handle =
000000003B250FC4, ClassLinkage = 0000000000000000
FNV hash = 637f3a99ed6b953c
returns result = 0, handle = 000000002545DE90
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B254237, ClassLinkage = 0000000000000000
FNV hash = be5e404cc700e790
returns result = 0, handle = 000000002545BF10
HackerDevice::CreatePixelShader called with BytecodeLength = 9384, handle =
000000003B255D8F, ClassLinkage = 0000000000000000
FNV hash = 3093a0a59d17e598
returns result = 0, handle = 0000000025459110
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B258259, ClassLinkage = 0000000000000000
FNV hash = 26921ad08e8d2d65
returns result = 0, handle = 000000002545AF10
HackerDevice::CreatePixelShader called with BytecodeLength = 12884, handle =
000000003B259EC5, ClassLinkage = 0000000000000000
FNV hash = 74ba51dfa8210ce6
returns result = 0, handle = 000000002545C050
HackerDevice::CreateVertexShader called with BytecodeLength = 7028, handle =
000000003B25D13B, ClassLinkage = 0000000000000000
FNV hash = 6e7d92694c87a563
returns result = 0, handle = 0000000025458B50
HackerDevice::CreatePixelShader called with BytecodeLength = 9384, handle =
000000003B25ECB3, ClassLinkage = 0000000000000000
FNV hash = 079e39c4484dc7b7
returns result = 0, handle = 000000002545D190
HackerDevice::CreateVertexShader called with BytecodeLength = 7304, handle =
000000003B261180, ClassLinkage = 0000000000000000
FNV hash = c931ee33188c5064
returns result = 0, handle = 000000002545E450
HackerDevice::CreatePixelShader called with BytecodeLength = 12884, handle =
000000003B262E0C, ClassLinkage = 0000000000000000
FNV hash = f2fadd376c56340c
returns result = 0, handle = 000000002545E5D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B26607F, ClassLinkage = 0000000000000000
FNV hash = 06964996accee124
returns result = 0, handle = 000000002545E010
HackerDevice::CreatePixelShader called with BytecodeLength = 9412, handle =
000000003B267BD7, ClassLinkage = 0000000000000000
FNV hash = 2da209812af59220
returns result = 0, handle = 000000002545CBD0
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B26A0BD, ClassLinkage = 0000000000000000
FNV hash = fdb0f7f0d9a18713
returns result = 0, handle = 000000002545D310
HackerDevice::CreatePixelShader called with BytecodeLength = 12912, handle =
000000003B26BD29, ClassLinkage = 0000000000000000
FNV hash = 2be085beab57bdab
returns result = 0, handle = 0000000025459550
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B26EFB8, ClassLinkage = 0000000000000000
FNV hash = be5e404cc700e790
returns result = 0, handle = 0000000025459DD0
HackerDevice::CreatePixelShader called with BytecodeLength = 9412, handle =
000000003B270B10, ClassLinkage = 0000000000000000
FNV hash = d3a50c39c373b647
returns result = 0, handle = 000000002545DA50
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B272FF6, ClassLinkage = 0000000000000000
FNV hash = 26921ad08e8d2d65
returns result = 0, handle = 000000002545C790
HackerDevice::CreatePixelShader called with BytecodeLength = 12912, handle =
000000003B274C62, ClassLinkage = 0000000000000000
FNV hash = 5df28267bf44308f
returns result = 0, handle = 000000002545CD50
HackerDevice::CreateVertexShader called with BytecodeLength = 7144, handle =
000000003B277EF4, ClassLinkage = 0000000000000000
FNV hash = 10f4f392cc7b9d4d
returns result = 0, handle = 000000002545C4D0
HackerDevice::CreatePixelShader called with BytecodeLength = 12564, handle =
000000003B279AE0, ClassLinkage = 0000000000000000
FNV hash = 3c188b4828e99df9
returns result = 0, handle = 000000002545E190
HackerDevice::CreateVertexShader called with BytecodeLength = 7420, handle =
000000003B27CC19, ClassLinkage = 0000000000000000
FNV hash = 8ad7e4e3c633386a
returns result = 0, handle = 000000002545C1D0
HackerDevice::CreatePixelShader called with BytecodeLength = 15452, handle =
000000003B27E919, ClassLinkage = 0000000000000000
FNV hash = 329b921c9bf51344
returns result = 0, handle = 000000002545CED0
HackerDevice::CreateVertexShader called with BytecodeLength = 7028, handle =
000000003B282597, ClassLinkage = 0000000000000000
FNV hash = 6e7d92694c87a563
returns result = 0, handle = 0000000025459F50
HackerDevice::CreatePixelShader called with BytecodeLength = 9412, handle =
000000003B28410F, ClassLinkage = 0000000000000000
FNV hash = 1ed3081c191f8b98
returns result = 0, handle = 000000002545BA90
HackerDevice::CreateVertexShader called with BytecodeLength = 7304, handle =
000000003B2865F8, ClassLinkage = 0000000000000000
FNV hash = c931ee33188c5064
returns result = 0, handle = 000000002545C350
HackerDevice::CreatePixelShader called with BytecodeLength = 12912, handle =
000000003B288284, ClassLinkage = 0000000000000000
FNV hash = 6e5c2bcec2635989
returns result = 0, handle = 000000002545BC10
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B28B514, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 000000002545D490
HackerDevice::CreatePixelShader called with BytecodeLength = 12060, handle =
000000003B28D04C, ClassLinkage = 0000000000000000
FNV hash = adb4ef20d66bc9f9
returns result = 0, handle = 000000002545DD10
HackerDevice::CreateVertexShader called with BytecodeLength = 7240, handle =
000000003B28FF8B, ClassLinkage = 0000000000000000
FNV hash = ee0fc71a71b90db4
returns result = 0, handle = 000000002545B4D0
HackerDevice::CreatePixelShader called with BytecodeLength = 15496, handle =
000000003B291BD7, ClassLinkage = 0000000000000000
FNV hash = 3117575d5222a8da
returns result = 0, handle = 000000002545E2D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B295880, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 000000002545B650
HackerDevice::CreatePixelShader called with BytecodeLength = 10496, handle =
000000003B2973B8, ClassLinkage = 0000000000000000
FNV hash = e7fa8f31e137170e
returns result = 0, handle = 000000002545BD90
HackerDevice::CreateVertexShader called with BytecodeLength = 7240, handle =
000000003B299CDC, ClassLinkage = 0000000000000000
FNV hash = ee0fc71a71b90db4
returns result = 0, handle = 000000002545B7D0
HackerDevice::CreatePixelShader called with BytecodeLength = 13932, handle =
000000003B29B928, ClassLinkage = 0000000000000000
FNV hash = 2db5c7b98e11f5d9
returns result = 0, handle = 000000002545D610
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B29EFB7, ClassLinkage = 0000000000000000
FNV hash = 06964996accee124
returns result = 0, handle = 000000002545AAD0
HackerDevice::CreatePixelShader called with BytecodeLength = 11980, handle =
000000003B2A0B0F, ClassLinkage = 0000000000000000
FNV hash = cedf147a5585935f
returns result = 0, handle = 000000002545D750
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B2A3A01, ClassLinkage = 0000000000000000
FNV hash = fdb0f7f0d9a18713
returns result = 0, handle = 000000002545C910
HackerDevice::CreatePixelShader called with BytecodeLength = 15416, handle =
000000003B2A566D, ClassLinkage = 0000000000000000
FNV hash = 2a0c57c1dc937016
returns result = 0, handle = 000000002545C610
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B2A92C6, ClassLinkage = 0000000000000000
FNV hash = 06964996accee124
returns result = 0, handle = 000000002545CA90
HackerDevice::CreatePixelShader called with BytecodeLength = 10416, handle =
000000003B2AAE1E, ClassLinkage = 0000000000000000
FNV hash = 0584a581320567ec
returns result = 0, handle = 000000002545DBD0
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B2AD6F2, ClassLinkage = 0000000000000000
FNV hash = fdb0f7f0d9a18713
returns result = 0, handle = 0000000025458C90
HackerDevice::CreatePixelShader called with BytecodeLength = 13852, handle =
000000003B2AF35E, ClassLinkage = 0000000000000000
FNV hash = 02d34df5401639f0
returns result = 0, handle = 0000000025458E10
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B2B299C, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 0000000025458F90
HackerDevice::CreatePixelShader called with BytecodeLength = 10520, handle =
000000003B2B44D4, ClassLinkage = 0000000000000000
FNV hash = 3039913e5f304478
returns result = 0, handle = 0000000025459250
HackerDevice::CreateVertexShader called with BytecodeLength = 7240, handle =
000000003B2B6E11, ClassLinkage = 0000000000000000
FNV hash = ee0fc71a71b90db4
returns result = 0, handle = 00000000254593D0
HackerDevice::CreatePixelShader called with BytecodeLength = 14020, handle =
000000003B2B8A5D, ClassLinkage = 0000000000000000
FNV hash = 80c2ecfdcc7ed86f
returns result = 0, handle = 00000000254596D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B2BC142, ClassLinkage = 0000000000000000
FNV hash = 06964996accee124
returns result = 0, handle = 0000000025459810
HackerDevice::CreatePixelShader called with BytecodeLength = 10440, handle =
000000003B2BDC9A, ClassLinkage = 0000000000000000
FNV hash = 28b076a5a77ebf14
returns result = 0, handle = 0000000025459990
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B2C0586, ClassLinkage = 0000000000000000
FNV hash = fdb0f7f0d9a18713
returns result = 0, handle = 0000000025459B10
HackerDevice::CreatePixelShader called with BytecodeLength = 13940, handle =
000000003B2C21F2, ClassLinkage = 0000000000000000
FNV hash = 15b2e5c2af201e5e
returns result = 0, handle = 000000002545A390
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B2C5888, ClassLinkage = 0000000000000000
FNV hash = be5e404cc700e790
returns result = 0, handle = 000000002545A510
HackerDevice::CreatePixelShader called with BytecodeLength = 11736, handle =
000000003B2C73E0, ClassLinkage = 0000000000000000
FNV hash = 78b1d480a434d20d
returns result = 0, handle = 000000002545A690
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B2CA1DD, ClassLinkage = 0000000000000000
FNV hash = 26921ad08e8d2d65
returns result = 0, handle = 000000002545A950
HackerDevice::CreatePixelShader called with BytecodeLength = 15236, handle =
000000003B2CBE49, ClassLinkage = 0000000000000000
FNV hash = b41871d31d8b41f7
returns result = 0, handle = 000000002545AC50
HackerDevice::CreateVertexShader called with BytecodeLength = 7144, handle =
000000003B2CF9F2, ClassLinkage = 0000000000000000
FNV hash = 10f4f392cc7b9d4d
returns result = 0, handle = 000000002545ADD0
HackerDevice::CreatePixelShader called with BytecodeLength = 14888, handle =
000000003B2D15DE, ClassLinkage = 0000000000000000
FNV hash = 21c712f86569139b
returns result = 0, handle = 000000002545B090
HackerDevice::CreateVertexShader called with BytecodeLength = 7420, handle =
000000003B2D502E, ClassLinkage = 0000000000000000
FNV hash = 8ad7e4e3c633386a
returns result = 0, handle = 000000002545B210
HackerDevice::CreatePixelShader called with BytecodeLength = 17776, handle =
000000003B2D6D2E, ClassLinkage = 0000000000000000
FNV hash = b6e1201095fcba0a
returns result = 0, handle = 000000002545B390
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B2DB2C1, ClassLinkage = 0000000000000000
FNV hash = be5e404cc700e790
returns result = 0, handle = 000000002546F150
HackerDevice::CreatePixelShader called with BytecodeLength = 10172, handle =
000000003B2DCE19, ClassLinkage = 0000000000000000
FNV hash = dd774ba14a2f1ad0
returns result = 0, handle = 00000000254741D0
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B2DF5FB, ClassLinkage = 0000000000000000
FNV hash = 26921ad08e8d2d65
returns result = 0, handle = 0000000025472C50
HackerDevice::CreatePixelShader called with BytecodeLength = 13672, handle =
000000003B2E1267, ClassLinkage = 0000000000000000
FNV hash = 500652d2d1b85587
returns result = 0, handle = 000000002546E750
HackerDevice::CreateVertexShader called with BytecodeLength = 6984, handle =
000000003B2E47F1, ClassLinkage = 0000000000000000
FNV hash = 9210c7ae771705b9
returns result = 0, handle = 000000002546EA10
HackerDevice::CreatePixelShader called with BytecodeLength = 11748, handle =
000000003B2E633D, ClassLinkage = 0000000000000000
FNV hash = ff8fdcf312461a88
returns result = 0, handle = 0000000025472510
HackerDevice::CreateVertexShader called with BytecodeLength = 7260, handle =
000000003B2E9146, ClassLinkage = 0000000000000000
FNV hash = aa694f50f0ec5323
returns result = 0, handle = 000000002546FA10
HackerDevice::CreatePixelShader called with BytecodeLength = 15248, handle =
000000003B2EADA6, ClassLinkage = 0000000000000000
FNV hash = b2dd9a6bac51a396
returns result = 0, handle = 0000000025470C90
HackerDevice::CreateVertexShader called with BytecodeLength = 6984, handle =
000000003B2EE959, ClassLinkage = 0000000000000000
FNV hash = 9210c7ae771705b9
returns result = 0, handle = 000000002546EE90
HackerDevice::CreatePixelShader called with BytecodeLength = 10184, handle =
000000003B2F04A5, ClassLinkage = 0000000000000000
FNV hash = 877e9258b4c8cccf
returns result = 0, handle = 0000000025471110
HackerDevice::CreateVertexShader called with BytecodeLength = 7260, handle =
000000003B2F2C93, ClassLinkage = 0000000000000000
FNV hash = aa694f50f0ec5323
returns result = 0, handle = 0000000025473950
HackerDevice::CreatePixelShader called with BytecodeLength = 13684, handle =
000000003B2F48F3, ClassLinkage = 0000000000000000
FNV hash = aeb8d6d0d4a7cad7
returns result = 0, handle = 0000000025473A90
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B2F7E8A, ClassLinkage = 0000000000000000
FNV hash = 26921ad08e8d2d65
returns result = 0, handle = 0000000025473D90
HackerDevice::CreatePixelShader called with BytecodeLength = 12332, handle =
000000003B2F9AF6, ClassLinkage = 0000000000000000
FNV hash = e70bab39635b4cd3
returns result = 0, handle = 000000002546EFD0
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B2FCB48, ClassLinkage = 0000000000000000
FNV hash = 26921ad08e8d2d65
returns result = 0, handle = 0000000025472810
HackerDevice::CreatePixelShader called with BytecodeLength = 15900, handle =
000000003B2FE7B4, ClassLinkage = 0000000000000000
FNV hash = 0b1e3df516bf3d5c
returns result = 0, handle = 000000002546FB50
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B3025F2, ClassLinkage = 0000000000000000
FNV hash = 26921ad08e8d2d65
returns result = 0, handle = 0000000025471550
HackerDevice::CreatePixelShader called with BytecodeLength = 10768, handle =
000000003B30425E, ClassLinkage = 0000000000000000
FNV hash = 5f121f88dc493470
returns result = 0, handle = 000000002546F890
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B306C93, ClassLinkage = 0000000000000000
FNV hash = 26921ad08e8d2d65
returns result = 0, handle = 000000002546F450
HackerDevice::CreatePixelShader called with BytecodeLength = 14336, handle =
000000003B3088FF, ClassLinkage = 0000000000000000
FNV hash = 878760972bbd074f
returns result = 0, handle = 000000002546F2D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B30C122, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 0000000025472DD0
HackerDevice::CreatePixelShader called with BytecodeLength = 12480, handle =
000000003B30DC5A, ClassLinkage = 0000000000000000
FNV hash = 4eb469bc1dc9f11f
returns result = 0, handle = 0000000025472690
HackerDevice::CreateVertexShader called with BytecodeLength = 7240, handle =
000000003B310D40, ClassLinkage = 0000000000000000
FNV hash = ee0fc71a71b90db4
returns result = 0, handle = 00000000254709D0
HackerDevice::CreatePixelShader called with BytecodeLength = 15980, handle =
000000003B31298C, ClassLinkage = 0000000000000000
FNV hash = a0a591b2875851e2
returns result = 0, handle = 000000002546F590
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B31681B, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 0000000025472950
HackerDevice::CreatePixelShader called with BytecodeLength = 12276, handle =
000000003B318353, ClassLinkage = 0000000000000000
FNV hash = 9b580d4bdd891173
returns result = 0, handle = 0000000025471C90
HackerDevice::CreateVertexShader called with BytecodeLength = 7240, handle =
000000003B31B36D, ClassLinkage = 0000000000000000
FNV hash = ee0fc71a71b90db4
returns result = 0, handle = 000000002546F710
HackerDevice::CreatePixelShader called with BytecodeLength = 15776, handle =
000000003B31CFB9, ClassLinkage = 0000000000000000
FNV hash = ddf8079525ce8899
returns result = 0, handle = 000000002546FCD0
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B320D7C, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 000000002546E8D0
HackerDevice::CreatePixelShader called with BytecodeLength = 12072, handle =
000000003B3228B4, ClassLinkage = 0000000000000000
FNV hash = ea4cb93c8976034c
returns result = 0, handle = 0000000025472F10
HackerDevice::CreateVertexShader called with BytecodeLength = 7240, handle =
000000003B325802, ClassLinkage = 0000000000000000
FNV hash = ee0fc71a71b90db4
returns result = 0, handle = 0000000025473210
HackerDevice::CreatePixelShader called with BytecodeLength = 15572, handle =
000000003B32744E, ClassLinkage = 0000000000000000
FNV hash = b1779216c38bb60c
returns result = 0, handle = 0000000025473390
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B32B145, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 00000000254737D0
HackerDevice::CreatePixelShader called with BytecodeLength = 10916, handle =
000000003B32CC7D, ClassLinkage = 0000000000000000
FNV hash = e87a5d3965d31e57
returns result = 0, handle = 000000002546EB90
HackerDevice::CreateVertexShader called with BytecodeLength = 7240, handle =
000000003B32F747, ClassLinkage = 0000000000000000
FNV hash = ee0fc71a71b90db4
returns result = 0, handle = 0000000025473090
HackerDevice::CreatePixelShader called with BytecodeLength = 14416, handle =
000000003B331393, ClassLinkage = 0000000000000000
FNV hash = 53ba0bf1dc47fe3b
returns result = 0, handle = 000000002546FE50
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B334C06, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 000000002546FFD0
HackerDevice::CreatePixelShader called with BytecodeLength = 10712, handle =
000000003B33673E, ClassLinkage = 0000000000000000
FNV hash = 5a95e7645d5127a1
returns result = 0, handle = 0000000025472250
HackerDevice::CreateVertexShader called with BytecodeLength = 7240, handle =
000000003B33913C, ClassLinkage = 0000000000000000
FNV hash = ee0fc71a71b90db4
returns result = 0, handle = 0000000025472AD0
HackerDevice::CreatePixelShader called with BytecodeLength = 14212, handle =
000000003B33AD88, ClassLinkage = 0000000000000000
FNV hash = 297e6c8ed9cc715b
returns result = 0, handle = 00000000254734D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B240023, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 0000000025470110
HackerDevice::CreatePixelShader called with BytecodeLength = 10508, handle =
000000003B241B5B, ClassLinkage = 0000000000000000
FNV hash = 5b3836575205c640
returns result = 0, handle = 0000000025470290
HackerDevice::CreateVertexShader called with BytecodeLength = 7240, handle =
000000003B24448D, ClassLinkage = 0000000000000000
FNV hash = ee0fc71a71b90db4
returns result = 0, handle = 0000000025470B50
HackerDevice::CreatePixelShader called with BytecodeLength = 14008, handle =
000000003B2460D9, ClassLinkage = 0000000000000000
FNV hash = 73846ef941f9d69c
returns result = 0, handle = 000000002546ED10
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B2497B4, ClassLinkage = 0000000000000000
FNV hash = be5e404cc700e790
returns result = 0, handle = 0000000025473650
HackerDevice::CreatePixelShader called with BytecodeLength = 12480, handle =
000000003B24B30C, ClassLinkage = 0000000000000000
FNV hash = 4519f9572212b23c
returns result = 0, handle = 0000000025473C10
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B24E3F2, ClassLinkage = 0000000000000000
FNV hash = 26921ad08e8d2d65
returns result = 0, handle = 00000000254706D0
HackerDevice::CreatePixelShader called with BytecodeLength = 15980, handle =
000000003B25005E, ClassLinkage = 0000000000000000
FNV hash = 345fc8fda157f9c7
returns result = 0, handle = 0000000025473F10
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B253EED, ClassLinkage = 0000000000000000
FNV hash = be5e404cc700e790
returns result = 0, handle = 0000000025470410
HackerDevice::CreatePixelShader called with BytecodeLength = 12276, handle =
000000003B255A45, ClassLinkage = 0000000000000000
FNV hash = 4a6561e2bcec7bb4
returns result = 0, handle = 0000000025474050
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B258A5F, ClassLinkage = 0000000000000000
FNV hash = 26921ad08e8d2d65
returns result = 0, handle = 0000000025470590
HackerDevice::CreatePixelShader called with BytecodeLength = 15776, handle =
000000003B25A6CB, ClassLinkage = 0000000000000000
FNV hash = 74fd4d07cea4bf19
returns result = 0, handle = 0000000025470850
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B25E48E, ClassLinkage = 0000000000000000
FNV hash = be5e404cc700e790
returns result = 0, handle = 0000000025470E10
HackerDevice::CreatePixelShader called with BytecodeLength = 12072, handle =
000000003B25FFE6, ClassLinkage = 0000000000000000
FNV hash = 2af533ad1ee408fb
returns result = 0, handle = 0000000025470F90
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B262F34, ClassLinkage = 0000000000000000
FNV hash = 26921ad08e8d2d65
returns result = 0, handle = 0000000025471250
HackerDevice::CreatePixelShader called with BytecodeLength = 15572, handle =
000000003B264BA0, ClassLinkage = 0000000000000000
FNV hash = c81f15fd0b9263c7
returns result = 0, handle = 00000000254713D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B268896, ClassLinkage = 0000000000000000
FNV hash = be5e404cc700e790
returns result = 0, handle = 00000000254716D0
HackerDevice::CreatePixelShader called with BytecodeLength = 10916, handle =
000000003B26A3EE, ClassLinkage = 0000000000000000
FNV hash = bf6aae93aa126143
returns result = 0, handle = 0000000025471810
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B26CEB7, ClassLinkage = 0000000000000000
FNV hash = 26921ad08e8d2d65
returns result = 0, handle = 0000000025471990
HackerDevice::CreatePixelShader called with BytecodeLength = 14416, handle =
000000003B26EB23, ClassLinkage = 0000000000000000
FNV hash = df337cd5362676e6
returns result = 0, handle = 0000000025471B10
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B272395, ClassLinkage = 0000000000000000
FNV hash = be5e404cc700e790
returns result = 0, handle = 0000000025471DD0
HackerDevice::CreatePixelShader called with BytecodeLength = 10712, handle =
000000003B273EED, ClassLinkage = 0000000000000000
FNV hash = 0f0864f697a5f38c
returns result = 0, handle = 0000000025471F50
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B2768EA, ClassLinkage = 0000000000000000
FNV hash = 26921ad08e8d2d65
returns result = 0, handle = 00000000254720D0
HackerDevice::CreatePixelShader called with BytecodeLength = 14212, handle =
000000003B278556, ClassLinkage = 0000000000000000
FNV hash = 53061892f656803e
returns result = 0, handle = 0000000025472390
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B27BCFC, ClassLinkage = 0000000000000000
FNV hash = be5e404cc700e790
returns result = 0, handle = 0000000025475750
HackerDevice::CreatePixelShader called with BytecodeLength = 10508, handle =
000000003B27D854, ClassLinkage = 0000000000000000
FNV hash = b9b3a09c1a94c9e7
returns result = 0, handle = 0000000025477CD0
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B280185, ClassLinkage = 0000000000000000
FNV hash = 26921ad08e8d2d65
returns result = 0, handle = 0000000025475BD0
HackerDevice::CreatePixelShader called with BytecodeLength = 14008, handle =
000000003B281DF1, ClassLinkage = 0000000000000000
FNV hash = 272426c6bc55cc0b
returns result = 0, handle = 0000000025477E50
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B2854C6, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 0000000025475E90
HackerDevice::CreatePixelShader called with BytecodeLength = 11692, handle =
000000003B286FFE, ClassLinkage = 0000000000000000
FNV hash = 808cc344be4803fb
returns result = 0, handle = 0000000025476E50
HackerDevice::CreateVertexShader called with BytecodeLength = 7240, handle =
000000003B289DCA, ClassLinkage = 0000000000000000
FNV hash = ee0fc71a71b90db4
returns result = 0, handle = 0000000025474910
HackerDevice::CreatePixelShader called with BytecodeLength = 15192, handle =
000000003B28BA16, ClassLinkage = 0000000000000000
FNV hash = 645d67434d9d89c6
returns result = 0, handle = 00000000254758D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B28F58B, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 0000000025475050
HackerDevice::CreatePixelShader called with BytecodeLength = 11488, handle =
000000003B2910C3, ClassLinkage = 0000000000000000
FNV hash = e6418a25c3a57d83
returns result = 0, handle = 0000000025476FD0
HackerDevice::CreateVertexShader called with BytecodeLength = 7240, handle =
000000003B293DC3, ClassLinkage = 0000000000000000
FNV hash = ee0fc71a71b90db4
returns result = 0, handle = 0000000025476D10
HackerDevice::CreatePixelShader called with BytecodeLength = 14988, handle =
000000003B295A0F, ClassLinkage = 0000000000000000
FNV hash = 4bfb832f25573b56
returns result = 0, handle = 0000000025475D10
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B2994B8, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 0000000025476010
HackerDevice::CreatePixelShader called with BytecodeLength = 11284, handle =
000000003B29AFF0, ClassLinkage = 0000000000000000
FNV hash = a0e3a39fd5fab9bb
returns result = 0, handle = 0000000025474350
HackerDevice::CreateVertexShader called with BytecodeLength = 7240, handle =
000000003B29DC24, ClassLinkage = 0000000000000000
FNV hash = ee0fc71a71b90db4
returns result = 0, handle = 0000000025478550
HackerDevice::CreatePixelShader called with BytecodeLength = 14784, handle =
000000003B29F870, ClassLinkage = 0000000000000000
FNV hash = 2ab3efbcae76928c
returns result = 0, handle = 0000000025478290
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B2A324E, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 0000000025476750
HackerDevice::CreatePixelShader called with BytecodeLength = 10128, handle =
000000003B2A4D86, ClassLinkage = 0000000000000000
FNV hash = 3b30ce4f5f8ca75e
returns result = 0, handle = 0000000025474ED0
HackerDevice::CreateVertexShader called with BytecodeLength = 7240, handle =
000000003B2A7537, ClassLinkage = 0000000000000000
FNV hash = ee0fc71a71b90db4
returns result = 0, handle = 0000000025475190
HackerDevice::CreatePixelShader called with BytecodeLength = 13628, handle =
000000003B2A9183, ClassLinkage = 0000000000000000
FNV hash = a4180895ab6faa2e
returns result = 0, handle = 0000000025476190
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B2AC6DD, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 0000000025476B90
HackerDevice::CreatePixelShader called with BytecodeLength = 9924, handle =
000000003B2AE215, ClassLinkage = 0000000000000000
FNV hash = e4f0ece01eacb094
returns result = 0, handle = 0000000025475310
HackerDevice::CreateVertexShader called with BytecodeLength = 7240, handle =
000000003B2B08FA, ClassLinkage = 0000000000000000
FNV hash = ee0fc71a71b90db4
returns result = 0, handle = 0000000025474A90
HackerDevice::CreatePixelShader called with BytecodeLength = 13424, handle =
000000003B2B2546, ClassLinkage = 0000000000000000
FNV hash = 7af070c0b1d0b60d
returns result = 0, handle = 0000000025477F90
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B2B59D4, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 0000000025474BD0
HackerDevice::CreatePixelShader called with BytecodeLength = 9720, handle =
000000003B2B750C, ClassLinkage = 0000000000000000
FNV hash = 8e27e60a84ee09a3
returns result = 0, handle = 00000000254762D0
HackerDevice::CreateVertexShader called with BytecodeLength = 7240, handle =
000000003B2B9B25, ClassLinkage = 0000000000000000
FNV hash = ee0fc71a71b90db4
returns result = 0, handle = 0000000025476450
HackerDevice::CreatePixelShader called with BytecodeLength = 13220, handle =
000000003B2BB771, ClassLinkage = 0000000000000000
FNV hash = 45d843c48a76f32d
returns result = 0, handle = 00000000254744D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B2BEB35, ClassLinkage = 0000000000000000
FNV hash = be5e404cc700e790
returns result = 0, handle = 00000000254786D0
HackerDevice::CreatePixelShader called with BytecodeLength = 11692, handle =
000000003B2C068D, ClassLinkage = 0000000000000000
FNV hash = e456e5d4764e2736
returns result = 0, handle = 0000000025478410
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B2C345C, ClassLinkage = 0000000000000000
FNV hash = 26921ad08e8d2d65
returns result = 0, handle = 0000000025474610
HackerDevice::CreatePixelShader called with BytecodeLength = 15192, handle =
000000003B2C50C8, ClassLinkage = 0000000000000000
FNV hash = 28f52dac57ec8660
returns result = 0, handle = 00000000254765D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B2C8C40, ClassLinkage = 0000000000000000
FNV hash = be5e404cc700e790
returns result = 0, handle = 0000000025476890
HackerDevice::CreatePixelShader called with BytecodeLength = 11488, handle =
000000003B2CA798, ClassLinkage = 0000000000000000
FNV hash = 21387cfb068a07a0
returns result = 0, handle = 0000000025478850
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B2CD49B, ClassLinkage = 0000000000000000
FNV hash = 26921ad08e8d2d65
returns result = 0, handle = 0000000025477890
HackerDevice::CreatePixelShader called with BytecodeLength = 14988, handle =
000000003B2CF107, ClassLinkage = 0000000000000000
FNV hash = b60b2179850a4682
returns result = 0, handle = 0000000025475490
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B2D2BB3, ClassLinkage = 0000000000000000
FNV hash = be5e404cc700e790
returns result = 0, handle = 0000000025476A10
HackerDevice::CreatePixelShader called with BytecodeLength = 11284, handle =
000000003B2D470B, ClassLinkage = 0000000000000000
FNV hash = 43f3250148a02cd2
returns result = 0, handle = 0000000025477150
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B2D7342, ClassLinkage = 0000000000000000
FNV hash = 26921ad08e8d2d65
returns result = 0, handle = 00000000254772D0
HackerDevice::CreatePixelShader called with BytecodeLength = 14784, handle =
000000003B2D8FAE, ClassLinkage = 0000000000000000
FNV hash = 878c0300ae993a37
returns result = 0, handle = 0000000025474790
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B2DC98F, ClassLinkage = 0000000000000000
FNV hash = be5e404cc700e790
returns result = 0, handle = 0000000025474D50
HackerDevice::CreatePixelShader called with BytecodeLength = 10128, handle =
000000003B2DE4E7, ClassLinkage = 0000000000000000
FNV hash = 74f517b66e2d3502
returns result = 0, handle = 0000000025477410
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B2E0C9B, ClassLinkage = 0000000000000000
FNV hash = 26921ad08e8d2d65
returns result = 0, handle = 0000000025475610
HackerDevice::CreatePixelShader called with BytecodeLength = 13628, handle =
000000003B2E2907, ClassLinkage = 0000000000000000
FNV hash = 2551c3632eda03f0
returns result = 0, handle = 0000000025475A50
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B2E5E64, ClassLinkage = 0000000000000000
FNV hash = be5e404cc700e790
returns result = 0, handle = 0000000025477590
HackerDevice::CreatePixelShader called with BytecodeLength = 9924, handle =
000000003B2E79BC, ClassLinkage = 0000000000000000
FNV hash = 17a8d868ed647c8a
returns result = 0, handle = 0000000025477710
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B2EA0A4, ClassLinkage = 0000000000000000
FNV hash = 26921ad08e8d2d65
returns result = 0, handle = 00000000254779D0
HackerDevice::CreatePixelShader called with BytecodeLength = 13424, handle =
000000003B2EBD10, ClassLinkage = 0000000000000000
FNV hash = 1443e07bc38572d1
returns result = 0, handle = 0000000025477B50
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B2EF1A1, ClassLinkage = 0000000000000000
FNV hash = be5e404cc700e790
returns result = 0, handle = 0000000025478110
HackerDevice::CreatePixelShader called with BytecodeLength = 9720, handle =
000000003B2F0CF9, ClassLinkage = 0000000000000000
FNV hash = b3ddd601d868c4b7
returns result = 0, handle = 000000002546B210
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B2F3315, ClassLinkage = 0000000000000000
FNV hash = 26921ad08e8d2d65
returns result = 0, handle = 000000002546BC10
HackerDevice::CreatePixelShader called with BytecodeLength = 13220, handle =
000000003B2F4F81, ClassLinkage = 0000000000000000
FNV hash = b9cc0fc0faba8e38
returns result = 0, handle = 0000000025468CD0
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B2F8342, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 0000000025469B10
HackerDevice::CreatePixelShader called with BytecodeLength = 10156, handle =
000000003B2F9E7A, ClassLinkage = 0000000000000000
FNV hash = ece572479e9e549e
returns result = 0, handle = 0000000025468B50
HackerDevice::CreateVertexShader called with BytecodeLength = 7240, handle =
000000003B2FC646, ClassLinkage = 0000000000000000
FNV hash = ee0fc71a71b90db4
returns result = 0, handle = 00000000254696D0
HackerDevice::CreatePixelShader called with BytecodeLength = 13656, handle =
000000003B2FE292, ClassLinkage = 0000000000000000
FNV hash = 9d722c59f45b6ed3
returns result = 0, handle = 000000002546E450
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B301807, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 0000000025468E10
HackerDevice::CreatePixelShader called with BytecodeLength = 9952, handle =
000000003B30333F, ClassLinkage = 0000000000000000
FNV hash = 19cce10883069d19
returns result = 0, handle = 000000002546B950
HackerDevice::CreateVertexShader called with BytecodeLength = 7240, handle =
000000003B305A3F, ClassLinkage = 0000000000000000
FNV hash = ee0fc71a71b90db4
returns result = 0, handle = 000000002546BAD0
HackerDevice::CreatePixelShader called with BytecodeLength = 13452, handle =
000000003B30768B, ClassLinkage = 0000000000000000
FNV hash = 4174dcd61cdaa3f8
returns result = 0, handle = 000000002546C790
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B30AB34, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 000000002546D490
HackerDevice::CreatePixelShader called with BytecodeLength = 9748, handle =
000000003B30C66C, ClassLinkage = 0000000000000000
FNV hash = 859fe1b5a94d333d
returns result = 0, handle = 000000002546D610
HackerDevice::CreateVertexShader called with BytecodeLength = 7240, handle =
000000003B30ECA0, ClassLinkage = 0000000000000000
FNV hash = ee0fc71a71b90db4
returns result = 0, handle = 000000002546A990
HackerDevice::CreatePixelShader called with BytecodeLength = 13248, handle =
000000003B3108EC, ClassLinkage = 0000000000000000
FNV hash = c0590abca33482c1
returns result = 0, handle = 0000000025469110
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B313CC8, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 0000000025468F90
HackerDevice::CreatePixelShader called with BytecodeLength = 9288, handle =
000000003B315760, ClassLinkage = 0000000000000000
FNV hash = cc99705505f4b905
returns result = 0, handle = 000000002546E5D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B317BC7, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 000000002546DBD0
HackerDevice::CreatePixelShader called with BytecodeLength = 12636, handle =
000000003B31965F, ClassLinkage = 0000000000000000
FNV hash = a7ef62ce37cc4661
returns result = 0, handle = 000000002546A250
HackerDevice::CreateVertexShader called with BytecodeLength = 6836, handle =
000000003B31C7DA, ClassLinkage = 0000000000000000
FNV hash = 97ed9fa4ea3a1714
returns result = 0, handle = 0000000025469850
HackerDevice::CreatePixelShader called with BytecodeLength = 9288, handle =
000000003B31E292, ClassLinkage = 0000000000000000
FNV hash = 77c603f06e84b167
returns result = 0, handle = 000000002546B390
HackerDevice::CreateVertexShader called with BytecodeLength = 6836, handle =
000000003B3206FC, ClassLinkage = 0000000000000000
FNV hash = 97ed9fa4ea3a1714
returns result = 0, handle = 000000002546AF50
HackerDevice::CreatePixelShader called with BytecodeLength = 12636, handle =
000000003B3221B4, ClassLinkage = 0000000000000000
FNV hash = 4b9f60383e0195f5
returns result = 0, handle = 000000002546D050
HackerDevice::CreateVertexShader called with BytecodeLength = 6884, handle =
000000003B32532E, ClassLinkage = 0000000000000000
FNV hash = 460a96acdd659e54
returns result = 0, handle = 0000000025469290
HackerDevice::CreatePixelShader called with BytecodeLength = 10832, handle =
000000003B326E16, ClassLinkage = 0000000000000000
FNV hash = e447b57722ea8a58
returns result = 0, handle = 0000000025469E10
HackerDevice::CreateVertexShader called with BytecodeLength = 6884, handle =
000000003B329887, ClassLinkage = 0000000000000000
FNV hash = 460a96acdd659e54
returns result = 0, handle = 000000002546C910
HackerDevice::CreatePixelShader called with BytecodeLength = 14180, handle =
000000003B32B36F, ClassLinkage = 0000000000000000
FNV hash = 539be45557771374
returns result = 0, handle = 00000000254693D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B32EAF0, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 0000000025469C90
HackerDevice::CreatePixelShader called with BytecodeLength = 9348, handle =
000000003B330474, ClassLinkage = 0000000000000000
FNV hash = ff4ed905cce6ecbf
returns result = 0, handle = 000000002546CA90
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B332918, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 0000000025469550
HackerDevice::CreatePixelShader called with BytecodeLength = 12860, handle =
000000003B3343B0, ClassLinkage = 0000000000000000
FNV hash = 0d39481cf2b20269
returns result = 0, handle = 000000002546D1D0
HackerDevice::CreateVertexShader called with BytecodeLength = 7208, handle =
000000003B3375FF, ClassLinkage = 0000000000000000
FNV hash = 800574cb67477423
returns result = 0, handle = 000000002546B7D0
HackerDevice::CreatePixelShader called with BytecodeLength = 10712, handle =
000000003B33922B, ClassLinkage = 0000000000000000
FNV hash = b3abeb61cae96f07
returns result = 0, handle = 0000000025469990
HackerDevice::CreateVertexShader called with BytecodeLength = 7208, handle =
000000003B240016, ClassLinkage = 0000000000000000
FNV hash = 800574cb67477423
returns result = 0, handle = 000000002546A0D0
HackerDevice::CreatePixelShader called with BytecodeLength = 14060, handle =
000000003B241C42, ClassLinkage = 0000000000000000
FNV hash = 68de30974c21ba65
returns result = 0, handle = 000000002546D790
HackerDevice::CreateVertexShader called with BytecodeLength = 7208, handle =
000000003B245344, ClassLinkage = 0000000000000000
FNV hash = 800574cb67477423
returns result = 0, handle = 000000002546A3D0
HackerDevice::CreatePixelShader called with BytecodeLength = 10972, handle =
000000003B246F70, ClassLinkage = 0000000000000000
FNV hash = 5a7e6e67520c8c98
returns result = 0, handle = 000000002546C090
HackerDevice::CreateVertexShader called with BytecodeLength = 7208, handle =
000000003B249A65, ClassLinkage = 0000000000000000
FNV hash = 800574cb67477423
returns result = 0, handle = 000000002546CC10
HackerDevice::CreatePixelShader called with BytecodeLength = 14320, handle =
000000003B24B691, ClassLinkage = 0000000000000000
FNV hash = 3a79d07b7027efe1
returns result = 0, handle = 0000000025469F50
HackerDevice::CreateVertexShader called with BytecodeLength = 6576, handle =
000000003B24EE99, ClassLinkage = 0000000000000000
FNV hash = 759dd726ea15e48d
returns result = 0, handle = 000000002546A510
HackerDevice::CreatePixelShader called with BytecodeLength = 10320, handle =
000000003B25084D, ClassLinkage = 0000000000000000
FNV hash = 04ee42cf7dd2dbfe
returns result = 0, handle = 000000002546A690
HackerDevice::CreateVertexShader called with BytecodeLength = 6852, handle =
000000003B2530B8, ClassLinkage = 0000000000000000
FNV hash = bf476305f8d2e2c8
returns result = 0, handle = 000000002546DE90
HackerDevice::CreatePixelShader called with BytecodeLength = 13820, handle =
000000003B254B80, ClassLinkage = 0000000000000000
FNV hash = 16c11c20145eb94b
returns result = 0, handle = 000000002546A810
HackerDevice::CreateVertexShader called with BytecodeLength = 6632, handle =
000000003B258198, ClassLinkage = 0000000000000000
FNV hash = a306331e8e1e9f1d
returns result = 0, handle = 000000002546AAD0
HackerDevice::CreatePixelShader called with BytecodeLength = 11088, handle =
000000003B259B84, ClassLinkage = 0000000000000000
FNV hash = fb7c0d6450b522ea
returns result = 0, handle = 000000002546C350
HackerDevice::CreateVertexShader called with BytecodeLength = 6908, handle =
000000003B25C6F3, ClassLinkage = 0000000000000000
FNV hash = 671b005089626d6c
returns result = 0, handle = 000000002546AC50
HackerDevice::CreatePixelShader called with BytecodeLength = 14588, handle =
000000003B25E1F3, ClassLinkage = 0000000000000000
FNV hash = cb0b0f9ad5f04e36
returns result = 0, handle = 000000002546ADD0
HackerDevice::CreateVertexShader called with BytecodeLength = 6632, handle =
000000003B261B0B, ClassLinkage = 0000000000000000
FNV hash = a306331e8e1e9f1d
returns result = 0, handle = 000000002546B090
HackerDevice::CreatePixelShader called with BytecodeLength = 10884, handle =
000000003B2634F7, ClassLinkage = 0000000000000000
FNV hash = d3a55cdb750c89c5
returns result = 0, handle = 000000002546B510
HackerDevice::CreateVertexShader called with BytecodeLength = 6908, handle =
000000003B265F9A, ClassLinkage = 0000000000000000
FNV hash = 671b005089626d6c
returns result = 0, handle = 000000002546B650
HackerDevice::CreatePixelShader called with BytecodeLength = 14384, handle =
000000003B267A9A, ClassLinkage = 0000000000000000
FNV hash = b47dfe7bea41e15c
returns result = 0, handle = 000000002546BD90
HackerDevice::CreateVertexShader called with BytecodeLength = 6632, handle =
000000003B26B2E6, ClassLinkage = 0000000000000000
FNV hash = a306331e8e1e9f1d
returns result = 0, handle = 000000002546C650
HackerDevice::CreatePixelShader called with BytecodeLength = 10680, handle =
000000003B26CCD2, ClassLinkage = 0000000000000000
FNV hash = 42e84cd70dfb15ae
returns result = 0, handle = 000000002546CED0
HackerDevice::CreateVertexShader called with BytecodeLength = 6908, handle =
000000003B26F6A9, ClassLinkage = 0000000000000000
FNV hash = 671b005089626d6c
returns result = 0, handle = 000000002546BF10
HackerDevice::CreatePixelShader called with BytecodeLength = 14180, handle =
000000003B2711A9, ClassLinkage = 0000000000000000
FNV hash = aea81235f4a78f0e
returns result = 0, handle = 000000002546E310
HackerDevice::CreateVertexShader called with BytecodeLength = 6632, handle =
000000003B27492C, ClassLinkage = 0000000000000000
FNV hash = a306331e8e1e9f1d
returns result = 0, handle = 000000002546C1D0
HackerDevice::CreatePixelShader called with BytecodeLength = 11328, handle =
000000003B276318, ClassLinkage = 0000000000000000
FNV hash = 5483c979d3f62797
returns result = 0, handle = 000000002546C4D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6908, handle =
000000003B278F7A, ClassLinkage = 0000000000000000
FNV hash = 671b005089626d6c
returns result = 0, handle = 000000002546CD50
HackerDevice::CreatePixelShader called with BytecodeLength = 14828, handle =
000000003B27AA7A, ClassLinkage = 0000000000000000
FNV hash = 345c58f54135bb8d
returns result = 0, handle = 000000002546D310
HackerDevice::CreateVertexShader called with BytecodeLength = 6632, handle =
000000003B27E485, ClassLinkage = 0000000000000000
FNV hash = a306331e8e1e9f1d
returns result = 0, handle = 000000002546D8D0
HackerDevice::CreatePixelShader called with BytecodeLength = 11124, handle =
000000003B27FE71, ClassLinkage = 0000000000000000
FNV hash = 24196391ce44a1b6
returns result = 0, handle = 000000002546DD50
HackerDevice::CreateVertexShader called with BytecodeLength = 6908, handle =
000000003B282A07, ClassLinkage = 0000000000000000
FNV hash = 671b005089626d6c
returns result = 0, handle = 000000002546DA50
HackerDevice::CreatePixelShader called with BytecodeLength = 14624, handle =
000000003B284507, ClassLinkage = 0000000000000000
FNV hash = e57cb5ef802f3701
returns result = 0, handle = 000000002546E010
HackerDevice::CreateVertexShader called with BytecodeLength = 6632, handle =
000000003B287E46, ClassLinkage = 0000000000000000
FNV hash = a306331e8e1e9f1d
returns result = 0, handle = 000000002546E190
HackerDevice::CreatePixelShader called with BytecodeLength = 10920, handle =
000000003B289832, ClassLinkage = 0000000000000000
FNV hash = 4281f72f065b965b
returns result = 0, handle = 00000000254AE6D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6908, handle =
000000003B28C2FC, ClassLinkage = 0000000000000000
FNV hash = 671b005089626d6c
returns result = 0, handle = 00000000254ADC90
HackerDevice::CreatePixelShader called with BytecodeLength = 14420, handle =
000000003B28DDFC, ClassLinkage = 0000000000000000
FNV hash = 46384582fcb7b6c7
returns result = 0, handle = 00000000254B0D90
HackerDevice::CreateVertexShader called with BytecodeLength = 7012, handle =
000000003B291672, ClassLinkage = 0000000000000000
FNV hash = b27b9feb0dcc1331
returns result = 0, handle = 00000000254B14D0
HackerDevice::CreatePixelShader called with BytecodeLength = 10956, handle =
000000003B2931DA, ClassLinkage = 0000000000000000
FNV hash = 79f76d440788b070
returns result = 0, handle = 00000000254B07D0
HackerDevice::CreateVertexShader called with BytecodeLength = 7288, handle =
000000003B295CCB, ClassLinkage = 0000000000000000
FNV hash = 4221947af1ea1074
returns result = 0, handle = 00000000254AE810
HackerDevice::CreatePixelShader called with BytecodeLength = 14456, handle =
000000003B297947, ClassLinkage = 0000000000000000
FNV hash = 080bcda3b09e3702
returns result = 0, handle = 00000000254B2310
HackerDevice::CreateVertexShader called with BytecodeLength = 7012, handle =
000000003B29B1E1, ClassLinkage = 0000000000000000
FNV hash = b27b9feb0dcc1331
returns result = 0, handle = 00000000254B2610
HackerDevice::CreatePixelShader called with BytecodeLength = 13236, handle =
000000003B29CD49, ClassLinkage = 0000000000000000
FNV hash = a5fc53010c2887a4
returns result = 0, handle = 00000000254ADE10
HackerDevice::CreateVertexShader called with BytecodeLength = 7288, handle =
000000003B2A0122, ClassLinkage = 0000000000000000
FNV hash = 4221947af1ea1074
returns result = 0, handle = 00000000254AE550
HackerDevice::CreatePixelShader called with BytecodeLength = 16736, handle =
000000003B2A1D9E, ClassLinkage = 0000000000000000
FNV hash = 21fdae2cff60f90d
returns result = 0, handle = 00000000254ADF90
HackerDevice::CreateVertexShader called with BytecodeLength = 7012, handle =
000000003B2A5F20, ClassLinkage = 0000000000000000
FNV hash = b27b9feb0dcc1331
returns result = 0, handle = 00000000254B0390
HackerDevice::CreatePixelShader called with BytecodeLength = 13032, handle =
000000003B2A7A88, ClassLinkage = 0000000000000000
FNV hash = c06bf46da2275e0a
returns result = 0, handle = 00000000254B2E90
HackerDevice::CreateVertexShader called with BytecodeLength = 7288, handle =
000000003B2AAD95, ClassLinkage = 0000000000000000
FNV hash = 4221947af1ea1074
returns result = 0, handle = 00000000254AEC90
HackerDevice::CreatePixelShader called with BytecodeLength = 16532, handle =
000000003B2ACA11, ClassLinkage = 0000000000000000
FNV hash = 898ead6ebc4cf055
returns result = 0, handle = 00000000254AEDD0
HackerDevice::CreateVertexShader called with BytecodeLength = 7012, handle =
000000003B2B0AC7, ClassLinkage = 0000000000000000
FNV hash = b27b9feb0dcc1331
returns result = 0, handle = 00000000254AD9D0
HackerDevice::CreatePixelShader called with BytecodeLength = 12828, handle =
000000003B2B262F, ClassLinkage = 0000000000000000
FNV hash = e84ba799f48230e7
returns result = 0, handle = 00000000254B1D50
HackerDevice::CreateVertexShader called with BytecodeLength = 7288, handle =
000000003B2B5870, ClassLinkage = 0000000000000000
FNV hash = 4221947af1ea1074
returns result = 0, handle = 00000000254B2D10
HackerDevice::CreatePixelShader called with BytecodeLength = 16328, handle =
000000003B2B74EC, ClassLinkage = 0000000000000000
FNV hash = 1fa26c9561910890
returns result = 0, handle = 00000000254B1A90
HackerDevice::CreateVertexShader called with BytecodeLength = 7012, handle =
000000003B2BB4D7, ClassLinkage = 0000000000000000
FNV hash = b27b9feb0dcc1331
returns result = 0, handle = 00000000254B1ED0
HackerDevice::CreatePixelShader called with BytecodeLength = 11700, handle =
000000003B2BD03F, ClassLinkage = 0000000000000000
FNV hash = 5e3e70ca32cea051
returns result = 0, handle = 00000000254AF250
HackerDevice::CreateVertexShader called with BytecodeLength = 7288, handle =
000000003B2BFE19, ClassLinkage = 0000000000000000
FNV hash = 4221947af1ea1074
returns result = 0, handle = 00000000254B2490
HackerDevice::CreatePixelShader called with BytecodeLength = 15200, handle =
000000003B2C1A95, ClassLinkage = 0000000000000000
FNV hash = af0f45bd51d4396f
returns result = 0, handle = 00000000254B3010
HackerDevice::CreateVertexShader called with BytecodeLength = 7012, handle =
000000003B2C5618, ClassLinkage = 0000000000000000
FNV hash = b27b9feb0dcc1331
returns result = 0, handle = 00000000254AE990
HackerDevice::CreatePixelShader called with BytecodeLength = 11496, handle =
000000003B2C7180, ClassLinkage = 0000000000000000
FNV hash = e25428c4d560cce3
returns result = 0, handle = 00000000254B0F10
HackerDevice::CreateVertexShader called with BytecodeLength = 7288, handle =
000000003B2C9E8E, ClassLinkage = 0000000000000000
FNV hash = 4221947af1ea1074
returns result = 0, handle = 00000000254B04D0
HackerDevice::CreatePixelShader called with BytecodeLength = 14996, handle =
000000003B2CBB0A, ClassLinkage = 0000000000000000
FNV hash = 7b1cc3c76038ed87
returns result = 0, handle = 00000000254AD850
HackerDevice::CreateVertexShader called with BytecodeLength = 7012, handle =
000000003B2CF5C1, ClassLinkage = 0000000000000000
FNV hash = b27b9feb0dcc1331
returns result = 0, handle = 00000000254B1050
HackerDevice::CreatePixelShader called with BytecodeLength = 11292, handle =
000000003B2D1129, ClassLinkage = 0000000000000000
FNV hash = c3ff53302d4f2f5f
returns result = 0, handle = 00000000254AF390
HackerDevice::CreateVertexShader called with BytecodeLength = 7288, handle =
000000003B2D3D6B, ClassLinkage = 0000000000000000
FNV hash = 4221947af1ea1074
returns result = 0, handle = 00000000254AF510
HackerDevice::CreatePixelShader called with BytecodeLength = 14792, handle =
000000003B2D59E7, ClassLinkage = 0000000000000000
FNV hash = 6ec659164502f5ed
returns result = 0, handle = 00000000254AE110
HackerDevice::CreateVertexShader called with BytecodeLength = 7288, handle =
000000003B2D93D2, ClassLinkage = 0000000000000000
FNV hash = 4221947af1ea1074
returns result = 0, handle = 00000000254AE250
HackerDevice::CreatePixelShader called with BytecodeLength = 13748, handle =
000000003B2DB04E, ClassLinkage = 0000000000000000
FNV hash = 4c680ccb564df4a6
returns result = 0, handle = 00000000254AF950
HackerDevice::CreateVertexShader called with BytecodeLength = 7288, handle =
000000003B2DE628, ClassLinkage = 0000000000000000
FNV hash = 4221947af1ea1074
returns result = 0, handle = 00000000254AEB10
HackerDevice::CreatePixelShader called with BytecodeLength = 17096, handle =
000000003B2E02A4, ClassLinkage = 0000000000000000
FNV hash = 0c836a2800f2733d
returns result = 0, handle = 00000000254ADB50
HackerDevice::CreateVertexShader called with BytecodeLength = 7288, handle =
000000003B2E458F, ClassLinkage = 0000000000000000
FNV hash = 4221947af1ea1074
returns result = 0, handle = 00000000254B1350
HackerDevice::CreatePixelShader called with BytecodeLength = 13544, handle =
000000003B2E620B, ClassLinkage = 0000000000000000
FNV hash = 5244f262c79ca345
returns result = 0, handle = 00000000254AEF50
HackerDevice::CreateVertexShader called with BytecodeLength = 7288, handle =
000000003B2E9719, ClassLinkage = 0000000000000000
FNV hash = 4221947af1ea1074
returns result = 0, handle = 00000000254B2750
HackerDevice::CreatePixelShader called with BytecodeLength = 16892, handle =
000000003B2EB395, ClassLinkage = 0000000000000000
FNV hash = e537764119161b59
returns result = 0, handle = 00000000254B1610
HackerDevice::CreateVertexShader called with BytecodeLength = 7288, handle =
000000003B2EF5B4, ClassLinkage = 0000000000000000
FNV hash = 4221947af1ea1074
returns result = 0, handle = 00000000254AE3D0
HackerDevice::CreatePixelShader called with BytecodeLength = 13340, handle =
000000003B2F1230, ClassLinkage = 0000000000000000
FNV hash = d208262271635d47
returns result = 0, handle = 00000000254AF690
HackerDevice::CreateVertexShader called with BytecodeLength = 7288, handle =
000000003B2F4672, ClassLinkage = 0000000000000000
FNV hash = 4221947af1ea1074
returns result = 0, handle = 00000000254AFAD0
HackerDevice::CreatePixelShader called with BytecodeLength = 16688, handle =
000000003B2F62EE, ClassLinkage = 0000000000000000
FNV hash = 446cd092a6c9e275
returns result = 0, handle = 00000000254B11D0
HackerDevice::CreateVertexShader called with BytecodeLength = 7288, handle =
000000003B2FA441, ClassLinkage = 0000000000000000
FNV hash = 4221947af1ea1074
returns result = 0, handle = 00000000254B0650
HackerDevice::CreatePixelShader called with BytecodeLength = 12212, handle =
000000003B2FC0BD, ClassLinkage = 0000000000000000
FNV hash = fe6308b44d6a1ddc
returns result = 0, handle = 00000000254B0950
HackerDevice::CreateVertexShader called with BytecodeLength = 7288, handle =
000000003B2FF097, ClassLinkage = 0000000000000000
FNV hash = 4221947af1ea1074
returns result = 0, handle = 00000000254B0A90
HackerDevice::CreatePixelShader called with BytecodeLength = 15560, handle =
000000003B300D13, ClassLinkage = 0000000000000000
FNV hash = fa689ca4107c8274
returns result = 0, handle = 00000000254AF0D0
HackerDevice::CreateVertexShader called with BytecodeLength = 7288, handle =
000000003B3049FE, ClassLinkage = 0000000000000000
FNV hash = 4221947af1ea1074
returns result = 0, handle = 00000000254B1790
HackerDevice::CreatePixelShader called with BytecodeLength = 12008, handle =
000000003B30667A, ClassLinkage = 0000000000000000
FNV hash = 391a8626a1f38113
returns result = 0, handle = 00000000254AF810
HackerDevice::CreateVertexShader called with BytecodeLength = 7288, handle =
000000003B309588, ClassLinkage = 0000000000000000
FNV hash = 4221947af1ea1074
returns result = 0, handle = 00000000254AFC50
HackerDevice::CreatePixelShader called with BytecodeLength = 15356, handle =
000000003B30B204, ClassLinkage = 0000000000000000
FNV hash = 1602d6d5169d4296
returns result = 0, handle = 00000000254AFDD0
HackerDevice::CreateVertexShader called with BytecodeLength = 7288, handle =
000000003B30EE23, ClassLinkage = 0000000000000000
FNV hash = 4221947af1ea1074
returns result = 0, handle = 00000000254B28D0
HackerDevice::CreatePixelShader called with BytecodeLength = 11804, handle =
000000003B310A9F, ClassLinkage = 0000000000000000
FNV hash = 28dc1ec6cf9197d7
returns result = 0, handle = 00000000254B1910
HackerDevice::CreateVertexShader called with BytecodeLength = 7288, handle =
000000003B3138E1, ClassLinkage = 0000000000000000
FNV hash = 4221947af1ea1074
returns result = 0, handle = 00000000254B1BD0
HackerDevice::CreatePixelShader called with BytecodeLength = 15152, handle =
000000003B31555D, ClassLinkage = 0000000000000000
FNV hash = a60ebbdd11aa546a
returns result = 0, handle = 00000000254AFF10
HackerDevice::CreateVertexShader called with BytecodeLength = 6852, handle =
000000003B3190B0, ClassLinkage = 0000000000000000
FNV hash = bf476305f8d2e2c8
returns result = 0, handle = 00000000254B0090
HackerDevice::CreatePixelShader called with BytecodeLength = 12544, handle =
000000003B31AB78, ClassLinkage = 0000000000000000
FNV hash = c82f7ed15776d409
returns result = 0, handle = 00000000254B2A50
HackerDevice::CreateVertexShader called with BytecodeLength = 6852, handle =
000000003B31DC9E, ClassLinkage = 0000000000000000
FNV hash = bf476305f8d2e2c8
returns result = 0, handle = 00000000254B0210
HackerDevice::CreatePixelShader called with BytecodeLength = 15892, handle =
000000003B31F766, ClassLinkage = 0000000000000000
FNV hash = 220dd9521702bb1b
returns result = 0, handle = 00000000254B0C10
HackerDevice::CreateVertexShader called with BytecodeLength = 6852, handle =
000000003B32359D, ClassLinkage = 0000000000000000
FNV hash = bf476305f8d2e2c8
returns result = 0, handle = 00000000254B3190
HackerDevice::CreatePixelShader called with BytecodeLength = 12340, handle =
000000003B325065, ClassLinkage = 0000000000000000
FNV hash = 3df4d4fd314d3b00
returns result = 0, handle = 00000000254B2050
HackerDevice::CreateVertexShader called with BytecodeLength = 6852, handle =
000000003B3280BF, ClassLinkage = 0000000000000000
FNV hash = bf476305f8d2e2c8
returns result = 0, handle = 00000000254B2BD0
HackerDevice::CreatePixelShader called with BytecodeLength = 15688, handle =
000000003B329B87, ClassLinkage = 0000000000000000
FNV hash = 77102c163e8cb417
returns result = 0, handle = 00000000254B2190
HackerDevice::CreateVertexShader called with BytecodeLength = 6852, handle =
000000003B32D8F2, ClassLinkage = 0000000000000000
FNV hash = bf476305f8d2e2c8
returns result = 0, handle = 00000000254B32D0
HackerDevice::CreatePixelShader called with BytecodeLength = 12136, handle =
000000003B32F3BA, ClassLinkage = 0000000000000000
FNV hash = 71e8ca9934d339ea
returns result = 0, handle = 00000000254B8D90
HackerDevice::CreateVertexShader called with BytecodeLength = 6852, handle =
000000003B332348, ClassLinkage = 0000000000000000
FNV hash = bf476305f8d2e2c8
returns result = 0, handle = 00000000254B5C90
HackerDevice::CreatePixelShader called with BytecodeLength = 15484, handle =
000000003B333E10, ClassLinkage = 0000000000000000
FNV hash = bc81c622e3550847
returns result = 0, handle = 00000000254B6F50
HackerDevice::CreateVertexShader called with BytecodeLength = 7000, handle =
000000003B337AAF, ClassLinkage = 0000000000000000
FNV hash = 9161b21a9594e49b
returns result = 0, handle = 00000000254B49D0
HackerDevice::CreatePixelShader called with BytecodeLength = 14320, handle =
000000003B33960B, ClassLinkage = 0000000000000000
FNV hash = e8a7a90504c3782b
returns result = 0, handle = 00000000254B5290
HackerDevice::CreateVertexShader called with BytecodeLength = 7000, handle =
000000003B240026, ClassLinkage = 0000000000000000
FNV hash = 9161b21a9594e49b
returns result = 0, handle = 00000000254B4590
HackerDevice::CreatePixelShader called with BytecodeLength = 17668, handle =
000000003B241B82, ClassLinkage = 0000000000000000
FNV hash = a3c7682a86e6249e
returns result = 0, handle = 00000000254B5E10
HackerDevice::CreateVertexShader called with BytecodeLength = 7000, handle =
000000003B2460A9, ClassLinkage = 0000000000000000
FNV hash = 9161b21a9594e49b
returns result = 0, handle = 00000000254B5F90
HackerDevice::CreatePixelShader called with BytecodeLength = 14116, handle =
000000003B247C05, ClassLinkage = 0000000000000000
FNV hash = 12a48b053a6bcb6b
returns result = 0, handle = 00000000254B4B50
HackerDevice::CreateVertexShader called with BytecodeLength = 7000, handle =
000000003B24B34F, ClassLinkage = 0000000000000000
FNV hash = 9161b21a9594e49b
returns result = 0, handle = 00000000254B87D0
HackerDevice::CreatePixelShader called with BytecodeLength = 17464, handle =
000000003B24CEAB, ClassLinkage = 0000000000000000
FNV hash = 40bf36897c0fb42d
returns result = 0, handle = 00000000254B4E50
HackerDevice::CreateVertexShader called with BytecodeLength = 7000, handle =
000000003B251306, ClassLinkage = 0000000000000000
FNV hash = 9161b21a9594e49b
returns result = 0, handle = 00000000254B6550
HackerDevice::CreatePixelShader called with BytecodeLength = 14116, handle =
000000003B252E62, ClassLinkage = 0000000000000000
FNV hash = 12a48b053a6bcb6b
returns result = 0, handle = 00000000254B7510
HackerDevice::CreateVertexShader called with BytecodeLength = 7000, handle =
000000003B2565AC, ClassLinkage = 0000000000000000
FNV hash = 9161b21a9594e49b
returns result = 0, handle = 00000000254B7D90
HackerDevice::CreatePixelShader called with BytecodeLength = 17464, handle =
000000003B258108, ClassLinkage = 0000000000000000
FNV hash = 40bf36897c0fb42d
returns result = 0, handle = 00000000254B7690
HackerDevice::CreateVertexShader called with BytecodeLength = 7000, handle =
000000003B25C563, ClassLinkage = 0000000000000000
FNV hash = 9161b21a9594e49b
returns result = 0, handle = 00000000254B3E50
HackerDevice::CreatePixelShader called with BytecodeLength = 12784, handle =
000000003B25E0BF, ClassLinkage = 0000000000000000
FNV hash = b8e1147f9786c3d4
returns result = 0, handle = 00000000254B5550
HackerDevice::CreateVertexShader called with BytecodeLength = 7000, handle =
000000003B2612D5, ClassLinkage = 0000000000000000
FNV hash = 9161b21a9594e49b
returns result = 0, handle = 00000000254B5110
HackerDevice::CreatePixelShader called with BytecodeLength = 16132, handle =
000000003B262E31, ClassLinkage = 0000000000000000
FNV hash = 85e735af426a1279
returns result = 0, handle = 00000000254B3890
HackerDevice::CreateVertexShader called with BytecodeLength = 7000, handle =
000000003B266D58, ClassLinkage = 0000000000000000
FNV hash = 9161b21a9594e49b
returns result = 0, handle = 00000000254B60D0
HackerDevice::CreatePixelShader called with BytecodeLength = 12580, handle =
000000003B2688B4, ClassLinkage = 0000000000000000
FNV hash = 9bd3b807ca428341
returns result = 0, handle = 00000000254B3FD0
HackerDevice::CreateVertexShader called with BytecodeLength = 7000, handle =
000000003B26B9FE, ClassLinkage = 0000000000000000
FNV hash = 9161b21a9594e49b
returns result = 0, handle = 00000000254B7AD0
HackerDevice::CreatePixelShader called with BytecodeLength = 15928, handle =
000000003B26D55A, ClassLinkage = 0000000000000000
FNV hash = 4dc411c37e817d41
returns result = 0, handle = 00000000254B8910
HackerDevice::CreateVertexShader called with BytecodeLength = 7000, handle =
000000003B2713B5, ClassLinkage = 0000000000000000
FNV hash = 9161b21a9594e49b
returns result = 0, handle = 00000000254B6250
HackerDevice::CreatePixelShader called with BytecodeLength = 12376, handle =
000000003B272F11, ClassLinkage = 0000000000000000
FNV hash = bb3be78f9dd6c5c8
returns result = 0, handle = 00000000254B8ED0
HackerDevice::CreateVertexShader called with BytecodeLength = 7000, handle =
000000003B275F8F, ClassLinkage = 0000000000000000
FNV hash = 9161b21a9594e49b
returns result = 0, handle = 00000000254B6DD0
HackerDevice::CreatePixelShader called with BytecodeLength = 15724, handle =
000000003B277AEB, ClassLinkage = 0000000000000000
FNV hash = 15d7141d0eac3ece
returns result = 0, handle = 00000000254B84D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6576, handle =
000000003B27B877, ClassLinkage = 0000000000000000
FNV hash = 759dd726ea15e48d
returns result = 0, handle = 00000000254B5850
HackerDevice::CreatePixelShader called with BytecodeLength = 11288, handle =
000000003B27D22B, ClassLinkage = 0000000000000000
FNV hash = 97147ad441f29472
returns result = 0, handle = 00000000254B4F90
HackerDevice::CreateVertexShader called with BytecodeLength = 6852, handle =
000000003B27FE66, ClassLinkage = 0000000000000000
FNV hash = bf476305f8d2e2c8
returns result = 0, handle = 00000000254B4710
HackerDevice::CreatePixelShader called with BytecodeLength = 14788, handle =
000000003B28192E, ClassLinkage = 0000000000000000
FNV hash = 389ca51e70e9a24c
returns result = 0, handle = 00000000254B63D0
HackerDevice::CreateVertexShader called with BytecodeLength = 7256, handle =
000000003B28530B, ClassLinkage = 0000000000000000
FNV hash = c385c7755177d392
returns result = 0, handle = 00000000254B8C10
HackerDevice::CreatePixelShader called with BytecodeLength = 12256, handle =
000000003B286F67, ClassLinkage = 0000000000000000
FNV hash = d484478c626ccefa
returns result = 0, handle = 00000000254B6690
HackerDevice::CreateVertexShader called with BytecodeLength = 7256, handle =
000000003B289F63, ClassLinkage = 0000000000000000
FNV hash = c385c7755177d392
returns result = 0, handle = 00000000254B7F10
HackerDevice::CreatePixelShader called with BytecodeLength = 15604, handle =
000000003B28BBBF, ClassLinkage = 0000000000000000
FNV hash = 4ff69a6de0300aa2
returns result = 0, handle = 00000000254B35D0
HackerDevice::CreateVertexShader called with BytecodeLength = 7256, handle =
000000003B28F8CF, ClassLinkage = 0000000000000000
FNV hash = c385c7755177d392
returns result = 0, handle = 00000000254B6810
HackerDevice::CreatePixelShader called with BytecodeLength = 12516, handle =
000000003B29152B, ClassLinkage = 0000000000000000
FNV hash = 3a92e0e803e431af
returns result = 0, handle = 00000000254B6990
HackerDevice::CreateVertexShader called with BytecodeLength = 7256, handle =
000000003B29462E, ClassLinkage = 0000000000000000
FNV hash = c385c7755177d392
returns result = 0, handle = 00000000254B6B10
HackerDevice::CreatePixelShader called with BytecodeLength = 15864, handle =
000000003B29628A, ClassLinkage = 0000000000000000
FNV hash = 3645d2dff38bd9fb
returns result = 0, handle = 00000000254B7950
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B29A09B, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 00000000254B5410
HackerDevice::CreatePixelShader called with BytecodeLength = 9332, handle =
000000003B29BA1F, ClassLinkage = 0000000000000000
FNV hash = 46fd5c652b1cc0e9
returns result = 0, handle = 00000000254B3450
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B29DEAF, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 00000000254B56D0
HackerDevice::CreatePixelShader called with BytecodeLength = 12832, handle =
000000003B29F947, ClassLinkage = 0000000000000000
FNV hash = 56faf09963e98629
returns result = 0, handle = 00000000254B7210
HackerDevice::CreateVertexShader called with BytecodeLength = 6676, handle =
000000003B2A2B83, ClassLinkage = 0000000000000000
FNV hash = f7f8c2c72864db6e
returns result = 0, handle = 00000000254B6C50
HackerDevice::CreatePixelShader called with BytecodeLength = 12484, handle =
000000003B2A459B, ClassLinkage = 0000000000000000
FNV hash = 14ee61f7253d2bae
returns result = 0, handle = 00000000254B8090
HackerDevice::CreateVertexShader called with BytecodeLength = 6952, handle =
000000003B2A767E, ClassLinkage = 0000000000000000
FNV hash = d273e2faf3cb77b2
returns result = 0, handle = 00000000254B3D10
HackerDevice::CreatePixelShader called with BytecodeLength = 15372, handle =
000000003B2A91AA, ClassLinkage = 0000000000000000
FNV hash = a31920bb0b517ee7
returns result = 0, handle = 00000000254B8210
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B2ACDD2, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 00000000254B3750
HackerDevice::CreatePixelShader called with BytecodeLength = 9572, handle =
000000003B2AE756, ClassLinkage = 0000000000000000
FNV hash = 4d4fce8b7a1dcca4
returns result = 0, handle = 00000000254B3A10
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B2B0CD9, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 00000000254B70D0
HackerDevice::CreatePixelShader called with BytecodeLength = 13072, handle =
000000003B2B2771, ClassLinkage = 0000000000000000
FNV hash = 7345c95902bd517e
returns result = 0, handle = 00000000254B7C50
HackerDevice::CreateVertexShader called with BytecodeLength = 6676, handle =
000000003B2B5AA0, ClassLinkage = 0000000000000000
FNV hash = f7f8c2c72864db6e
returns result = 0, handle = 00000000254B4CD0
HackerDevice::CreatePixelShader called with BytecodeLength = 12724, handle =
000000003B2B74B8, ClassLinkage = 0000000000000000
FNV hash = 6f344f694b5457a1
returns result = 0, handle = 00000000254B8A90
HackerDevice::CreateVertexShader called with BytecodeLength = 6952, handle =
000000003B2BA68E, ClassLinkage = 0000000000000000
FNV hash = d273e2faf3cb77b2
returns result = 0, handle = 00000000254B3B90
HackerDevice::CreatePixelShader called with BytecodeLength = 15612, handle =
000000003B2BC1BA, ClassLinkage = 0000000000000000
FNV hash = fcf984e816401e2b
returns result = 0, handle = 00000000254B4890
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B2BFED9, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 00000000254B7390
HackerDevice::CreatePixelShader called with BytecodeLength = 9868, handle =
000000003B2C185D, ClassLinkage = 0000000000000000
FNV hash = 754463d73005612e
returns result = 0, handle = 00000000254B8350
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B2C3F0F, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 00000000254B59D0
HackerDevice::CreatePixelShader called with BytecodeLength = 13356, handle =
000000003B2C59A7, ClassLinkage = 0000000000000000
FNV hash = 841a5352be2f78b4
returns result = 0, handle = 00000000254B77D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6676, handle =
000000003B2C8DF3, ClassLinkage = 0000000000000000
FNV hash = 3a505ffc90547b27
returns result = 0, handle = 00000000254B4150
HackerDevice::CreatePixelShader called with BytecodeLength = 9580, handle =
000000003B2CA80B, ClassLinkage = 0000000000000000
FNV hash = 0f1ab20f10d6b4c7
returns result = 0, handle = 00000000254B8650
HackerDevice::CreateVertexShader called with BytecodeLength = 6952, handle =
000000003B2CCD9A, ClassLinkage = 0000000000000000
FNV hash = a05a8b512b4058e4
returns result = 0, handle = 00000000254B5B10
HackerDevice::CreatePixelShader called with BytecodeLength = 13080, handle =
000000003B2CE8C6, ClassLinkage = 0000000000000000
FNV hash = ca4a225b705e52ed
returns result = 0, handle = 00000000254B42D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6824, handle =
000000003B2D1C01, ClassLinkage = 0000000000000000
FNV hash = 3ef0d625215726e3
returns result = 0, handle = 00000000254B4410
HackerDevice::CreatePixelShader called with BytecodeLength = 12732, handle =
000000003B2D36AD, ClassLinkage = 0000000000000000
FNV hash = a844657b35566556
returns result = 0, handle = 00000000254BB2D0
HackerDevice::CreateVertexShader called with BytecodeLength = 7100, handle =
000000003B2D688F, ClassLinkage = 0000000000000000
FNV hash = 6335d08228e86c8e
returns result = 0, handle = 00000000254B9ED0
HackerDevice::CreatePixelShader called with BytecodeLength = 15620, handle =
000000003B2D844F, ClassLinkage = 0000000000000000
FNV hash = 1a1dd387729b6816
returns result = 0, handle = 00000000254BA8D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6676, handle =
000000003B2DC176, ClassLinkage = 0000000000000000
FNV hash = 3a505ffc90547b27
returns result = 0, handle = 00000000254BB450
HackerDevice::CreatePixelShader called with BytecodeLength = 9856, handle =
000000003B2DDB8E, ClassLinkage = 0000000000000000
FNV hash = efb0614bd5bdd320
returns result = 0, handle = 00000000254BC590
HackerDevice::CreateVertexShader called with BytecodeLength = 6952, handle =
000000003B2E0234, ClassLinkage = 0000000000000000
FNV hash = a05a8b512b4058e4
returns result = 0, handle = 00000000254B9050
HackerDevice::CreatePixelShader called with BytecodeLength = 13356, handle =
000000003B2E1D60, ClassLinkage = 0000000000000000
FNV hash = aaa83eb1901f8403
returns result = 0, handle = 00000000254B9A50
HackerDevice::CreateVertexShader called with BytecodeLength = 6824, handle =
000000003B2E51B2, ClassLinkage = 0000000000000000
FNV hash = 3ef0d625215726e3
returns result = 0, handle = 00000000254BB5D0
HackerDevice::CreatePixelShader called with BytecodeLength = 13008, handle =
000000003B2E6C5E, ClassLinkage = 0000000000000000
FNV hash = eeecb12cd5cf0283
returns result = 0, handle = 00000000254B9350
HackerDevice::CreateVertexShader called with BytecodeLength = 7100, handle =
000000003B2E9F57, ClassLinkage = 0000000000000000
FNV hash = 6335d08228e86c8e
returns result = 0, handle = 00000000254BD550
HackerDevice::CreatePixelShader called with BytecodeLength = 15896, handle =
000000003B2EBB17, ClassLinkage = 0000000000000000
FNV hash = f28f61bc51a08a6f
returns result = 0, handle = 00000000254BBCD0
HackerDevice::CreateVertexShader called with BytecodeLength = 7444, handle =
000000003B2EF950, ClassLinkage = 0000000000000000
FNV hash = 7f4da6a9bb8f89ca
returns result = 0, handle = 00000000254BA010
HackerDevice::CreatePixelShader called with BytecodeLength = 9796, handle =
000000003B2F1668, ClassLinkage = 0000000000000000
FNV hash = c3e845ef461d8d54
returns result = 0, handle = 00000000254BD110
HackerDevice::CreateVertexShader called with BytecodeLength = 7756, handle =
000000003B2F3CD0, ClassLinkage = 0000000000000000
FNV hash = 2568cbfb64aeea05
returns result = 0, handle = 00000000254BA5D0
HackerDevice::CreatePixelShader called with BytecodeLength = 13296, handle =
000000003B2F5B20, ClassLinkage = 0000000000000000
FNV hash = 2ae0bbc6d5c2b504
returns result = 0, handle = 00000000254B9490
HackerDevice::CreateVertexShader called with BytecodeLength = 7444, handle =
000000003B2F8F32, ClassLinkage = 0000000000000000
FNV hash = 7f4da6a9bb8f89ca
returns result = 0, handle = 00000000254BCCD0
HackerDevice::CreatePixelShader called with BytecodeLength = 10056, handle =
000000003B2FAC4A, ClassLinkage = 0000000000000000
FNV hash = d5c223ec80df915e
returns result = 0, handle = 00000000254B91D0
HackerDevice::CreateVertexShader called with BytecodeLength = 7756, handle =
000000003B2FD3B7, ClassLinkage = 0000000000000000
FNV hash = 2568cbfb64aeea05
returns result = 0, handle = 00000000254BC410
HackerDevice::CreatePixelShader called with BytecodeLength = 13556, handle =
000000003B2FF207, ClassLinkage = 0000000000000000
FNV hash = 617347400f8723a1
returns result = 0, handle = 00000000254BB710
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B302717, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 00000000254BCF90
HackerDevice::CreatePixelShader called with BytecodeLength = 10000, handle =
000000003B30424F, ClassLinkage = 0000000000000000
FNV hash = 0e735256d3b48e06
returns result = 0, handle = 00000000254BBB90
HackerDevice::CreateVertexShader called with BytecodeLength = 7240, handle =
000000003B30697E, ClassLinkage = 0000000000000000
FNV hash = ee0fc71a71b90db4
returns result = 0, handle = 00000000254BD290
HackerDevice::CreatePixelShader called with BytecodeLength = 13500, handle =
000000003B3085CA, ClassLinkage = 0000000000000000
FNV hash = 3ea235a2d3956caa
returns result = 0, handle = 00000000254BC290
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B30BAA5, ClassLinkage = 0000000000000000
FNV hash = 06964996accee124
returns result = 0, handle = 00000000254B9610
HackerDevice::CreatePixelShader called with BytecodeLength = 9964, handle =
000000003B30D5FD, ClassLinkage = 0000000000000000
FNV hash = 4e0d8fad815b79c0
returns result = 0, handle = 00000000254BB890
HackerDevice::CreateVertexShader called with BytecodeLength = 7272, handle =
000000003B30FD0B, ClassLinkage = 0000000000000000
FNV hash = fdb0f7f0d9a18713
returns result = 0, handle = 00000000254BC710
HackerDevice::CreatePixelShader called with BytecodeLength = 13464, handle =
000000003B311977, ClassLinkage = 0000000000000000
FNV hash = c72cddd3cddc7950
returns result = 0, handle = 00000000254BBE50
HackerDevice::CreateVertexShader called with BytecodeLength = 7012, handle =
000000003B314E31, ClassLinkage = 0000000000000000
FNV hash = b27b9feb0dcc1331
returns result = 0, handle = 00000000254BA190
HackerDevice::CreatePixelShader called with BytecodeLength = 11744, handle =
000000003B316999, ClassLinkage = 0000000000000000
FNV hash = e81c569bd6bbbbe3
returns result = 0, handle = 00000000254BCE10
HackerDevice::CreateVertexShader called with BytecodeLength = 7288, handle =
000000003B31979E, ClassLinkage = 0000000000000000
FNV hash = 4221947af1ea1074
returns result = 0, handle = 00000000254B9790
HackerDevice::CreatePixelShader called with BytecodeLength = 15244, handle =
000000003B31B41A, ClassLinkage = 0000000000000000
FNV hash = 0d72b78bb3a1afaf
returns result = 0, handle = 00000000254B9BD0
HackerDevice::CreateVertexShader called with BytecodeLength = 7288, handle =
000000003B31EFC9, ClassLinkage = 0000000000000000
FNV hash = 4221947af1ea1074
returns result = 0, handle = 00000000254B9910
HackerDevice::CreatePixelShader called with BytecodeLength = 12256, handle =
000000003B320C45, ClassLinkage = 0000000000000000
FNV hash = f6663f150eb283ad
returns result = 0, handle = 00000000254BBFD0
HackerDevice::CreateVertexShader called with BytecodeLength = 7288, handle =
000000003B323C4B, ClassLinkage = 0000000000000000
FNV hash = 4221947af1ea1074
returns result = 0, handle = 00000000254BAB90
HackerDevice::CreatePixelShader called with BytecodeLength = 15604, handle =
000000003B3258C7, ClassLinkage = 0000000000000000
FNV hash = 890fafa439a2cb85
returns result = 0, handle = 00000000254BC150
HackerDevice::CreateVertexShader called with BytecodeLength = 7380, handle =
000000003B3295D8, ClassLinkage = 0000000000000000
FNV hash = 26ba40a28a2b18a3
returns result = 0, handle = 00000000254B9D50
HackerDevice::CreatePixelShader called with BytecodeLength = 10184, handle =
000000003B32B2B0, ClassLinkage = 0000000000000000
FNV hash = fa46073dd9fd457c
returns result = 0, handle = 00000000254BB010
HackerDevice::CreateVertexShader called with BytecodeLength = 7380, handle =
000000003B32DA98, ClassLinkage = 0000000000000000
FNV hash = 26ba40a28a2b18a3
returns result = 0, handle = 00000000254BD3D0
HackerDevice::CreatePixelShader called with BytecodeLength = 13464, handle =
000000003B32F770, ClassLinkage = 0000000000000000
FNV hash = a6aa570d29c8e146
returns result = 0, handle = 00000000254BA310
HackerDevice::CreateVertexShader called with BytecodeLength = 7380, handle =
000000003B332C1A, ClassLinkage = 0000000000000000
FNV hash = 26ba40a28a2b18a3
returns result = 0, handle = 00000000254BA490
HackerDevice::CreatePixelShader called with BytecodeLength = 10804, handle =
000000003B3348F2, ClassLinkage = 0000000000000000
FNV hash = 8902bdcf7743b1a1
returns result = 0, handle = 00000000254BA750
HackerDevice::CreateVertexShader called with BytecodeLength = 7380, handle =
000000003B33733B, ClassLinkage = 0000000000000000
FNV hash = 26ba40a28a2b18a3
returns result = 0, handle = 00000000254BAA50
HackerDevice::CreatePixelShader called with BytecodeLength = 14084, handle =
000000003B339013, ClassLinkage = 0000000000000000
FNV hash = 6f3b31d7984b6fb8
returns result = 0, handle = 00000000254BAD10
HackerDevice::CreateVertexShader called with BytecodeLength = 7380, handle =
000000003B240015, ClassLinkage = 0000000000000000
FNV hash = 26ba40a28a2b18a3
returns result = 0, handle = 00000000254BAE90
HackerDevice::CreatePixelShader called with BytecodeLength = 11044, handle =
000000003B241CED, ClassLinkage = 0000000000000000
FNV hash = e630b466771a4aa5
returns result = 0, handle = 00000000254BB150
HackerDevice::CreateVertexShader called with BytecodeLength = 7380, handle =
000000003B244829, ClassLinkage = 0000000000000000
FNV hash = 26ba40a28a2b18a3
returns result = 0, handle = 00000000254BC850
HackerDevice::CreatePixelShader called with BytecodeLength = 14324, handle =
000000003B246501, ClassLinkage = 0000000000000000
FNV hash = eef3ff23f61038d9
returns result = 0, handle = 00000000254BBA10
HackerDevice::CreateVertexShader called with BytecodeLength = 8556, handle =
000000003B249D0B, ClassLinkage = 0000000000000000
FNV hash = c2915c7d560954fa
returns result = 0, handle = 00000000254BC9D0
HackerDevice::CreatePixelShader called with BytecodeLength = 9444, handle =
000000003B24BE7B, ClassLinkage = 0000000000000000
FNV hash = dafc85b2e58835d2
returns result = 0, handle = 00000000254BCB50
HackerDevice::CreateVertexShader called with BytecodeLength = 8832, handle =
000000003B24E378, ClassLinkage = 0000000000000000
FNV hash = 8013a7b3a9abc79c
returns result = 0, handle = 00000000254C1B50
HackerDevice::CreatePixelShader called with BytecodeLength = 12944, handle =
000000003B2505FC, ClassLinkage = 0000000000000000
FNV hash = 21bd115860fc854e
returns result = 0, handle = 00000000254C33D0
HackerDevice::CreateVertexShader called with BytecodeLength = 8556, handle =
000000003B2538A5, ClassLinkage = 0000000000000000
FNV hash = c2915c7d560954fa
returns result = 0, handle = 00000000254C4810
HackerDevice::CreatePixelShader called with BytecodeLength = 10672, handle =
000000003B255A15, ClassLinkage = 0000000000000000
FNV hash = 13a108eb05d6ea11
returns result = 0, handle = 00000000254C5390
HackerDevice::CreateVertexShader called with BytecodeLength = 8832, handle =
000000003B2583E1, ClassLinkage = 0000000000000000
FNV hash = 8013a7b3a9abc79c
returns result = 0, handle = 00000000254C1890
HackerDevice::CreatePixelShader called with BytecodeLength = 14104, handle =
000000003B25A665, ClassLinkage = 0000000000000000
FNV hash = 761cb568bc9f0cb8
returns result = 0, handle = 00000000254C2110
HackerDevice::CreateVertexShader called with BytecodeLength = 7528, handle =
000000003B25DD9A, ClassLinkage = 0000000000000000
FNV hash = d763e4bbd268746e
returns result = 0, handle = 00000000254C1CD0
HackerDevice::CreatePixelShader called with BytecodeLength = 10604, handle =
000000003B25FB06, ClassLinkage = 0000000000000000
FNV hash = bcc63ca256abf39c
returns result = 0, handle = 00000000254C6A90
HackerDevice::CreateVertexShader called with BytecodeLength = 7528, handle =
000000003B262492, ClassLinkage = 0000000000000000
FNV hash = d763e4bbd268746e
returns result = 0, handle = 00000000254C2C90
HackerDevice::CreatePixelShader called with BytecodeLength = 13416, handle =
000000003B2641FE, ClassLinkage = 0000000000000000
FNV hash = 134b21f3b6107fa9
returns result = 0, handle = 00000000254C3C90
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B267683, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 00000000254C4690
HackerDevice::CreatePixelShader called with BytecodeLength = 9372, handle =
000000003B26911B, ClassLinkage = 0000000000000000
FNV hash = 83b769926c22981a
returns result = 0, handle = 00000000254C2290
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B26B5D7, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 00000000254C4C50
HackerDevice::CreatePixelShader called with BytecodeLength = 12940, handle =
000000003B26D06F, ClassLinkage = 0000000000000000
FNV hash = 56310aeb578aae60
returns result = 0, handle = 00000000254C7190
HackerDevice::CreateVertexShader called with BytecodeLength = 6836, handle =
000000003B27031B, ClassLinkage = 0000000000000000
FNV hash = 97ed9fa4ea3a1714
returns result = 0, handle = 00000000254C6D50
HackerDevice::CreatePixelShader called with BytecodeLength = 9372, handle =
000000003B271DD3, ClassLinkage = 0000000000000000
FNV hash = e24a25efade941bd
returns result = 0, handle = 00000000254C3550
HackerDevice::CreateVertexShader called with BytecodeLength = 6836, handle =
000000003B274292, ClassLinkage = 0000000000000000
FNV hash = 97ed9fa4ea3a1714
returns result = 0, handle = 00000000254C6790
HackerDevice::CreatePixelShader called with BytecodeLength = 12940, handle =
000000003B275D4A, ClassLinkage = 0000000000000000
FNV hash = 05f682abc93c6996
returns result = 0, handle = 00000000254C4DD0
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B278FF1, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 00000000254C1E50
HackerDevice::CreatePixelShader called with BytecodeLength = 10340, handle =
000000003B27AA89, ClassLinkage = 0000000000000000
FNV hash = 0479834354438ae4
returns result = 0, handle = 00000000254C1A10
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B27D30B, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 00000000254C2E10
HackerDevice::CreatePixelShader called with BytecodeLength = 13908, handle =
000000003B27EDA3, ClassLinkage = 0000000000000000
FNV hash = a35def8db080305a
returns result = 0, handle = 00000000254C7310
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B282409, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 00000000254C2410
HackerDevice::CreatePixelShader called with BytecodeLength = 9844, handle =
000000003B283EA1, ClassLinkage = 0000000000000000
FNV hash = 76d728a3177eaac3
returns result = 0, handle = 00000000254C5F10
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B28652A, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 00000000254C5090
HackerDevice::CreatePixelShader called with BytecodeLength = 13192, handle =
000000003B287FC2, ClassLinkage = 0000000000000000
FNV hash = d0c22a031c992f74
returns result = 0, handle = 00000000254C4510
HackerDevice::CreateVertexShader called with BytecodeLength = 6852, handle =
000000003B28B362, ClassLinkage = 0000000000000000
FNV hash = bf476305f8d2e2c8
returns result = 0, handle = 00000000254C5D90
HackerDevice::CreatePixelShader called with BytecodeLength = 11388, handle =
000000003B28CE2A, ClassLinkage = 0000000000000000
FNV hash = 0c8eb3a4a78b0b08
returns result = 0, handle = 00000000254C54D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6852, handle =
000000003B28FAC1, ClassLinkage = 0000000000000000
FNV hash = bf476305f8d2e2c8
returns result = 0, handle = 00000000254C4250
HackerDevice::CreatePixelShader called with BytecodeLength = 14736, handle =
000000003B291589, ClassLinkage = 0000000000000000
FNV hash = c877ad73d271c4a0
returns result = 0, handle = 00000000254C40D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6852, handle =
000000003B294F39, ClassLinkage = 0000000000000000
FNV hash = bf476305f8d2e2c8
returns result = 0, handle = 00000000254C61D0
HackerDevice::CreatePixelShader called with BytecodeLength = 12188, handle =
000000003B296A01, ClassLinkage = 0000000000000000
FNV hash = 2f68ef714843ff3b
returns result = 0, handle = 00000000254C36D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6852, handle =
000000003B2999C0, ClassLinkage = 0000000000000000
FNV hash = bf476305f8d2e2c8
returns result = 0, handle = 00000000254C4F10
HackerDevice::CreatePixelShader called with BytecodeLength = 15536, handle =
000000003B29B488, ClassLinkage = 0000000000000000
FNV hash = c3894b5359b1eeef
returns result = 0, handle = 00000000254C1FD0
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B29F152, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 00000000254C3810
HackerDevice::CreatePixelShader called with BytecodeLength = 10644, handle =
000000003B2A0BEA, ClassLinkage = 0000000000000000
FNV hash = bec904f5209c25f6
returns result = 0, handle = 00000000254C6350
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B2A359B, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 00000000254C3990
HackerDevice::CreatePixelShader called with BytecodeLength = 13992, handle =
000000003B2A5033, ClassLinkage = 0000000000000000
FNV hash = 7207d4a32d8e0542
returns result = 0, handle = 00000000254C6BD0
HackerDevice::CreateVertexShader called with BytecodeLength = 7000, handle =
000000003B2A86F9, ClassLinkage = 0000000000000000
FNV hash = 9161b21a9594e49b
returns result = 0, handle = 00000000254C6050
HackerDevice::CreatePixelShader called with BytecodeLength = 11784, handle =
000000003B2AA255, ClassLinkage = 0000000000000000
FNV hash = 0086e878f533ca2d
returns result = 0, handle = 00000000254C2850
HackerDevice::CreateVertexShader called with BytecodeLength = 7000, handle =
000000003B2AD07E, ClassLinkage = 0000000000000000
FNV hash = 9161b21a9594e49b
returns result = 0, handle = 00000000254C3B10
HackerDevice::CreatePixelShader called with BytecodeLength = 15132, handle =
000000003B2AEBDA, ClassLinkage = 0000000000000000
FNV hash = f57cb9c18dec3cd7
returns result = 0, handle = 00000000254C4950
HackerDevice::CreateVertexShader called with BytecodeLength = 7020, handle =
000000003B2B2717, ClassLinkage = 0000000000000000
FNV hash = 0341c11a77603c05
returns result = 0, handle = 00000000254C3F50
HackerDevice::CreatePixelShader called with BytecodeLength = 11784, handle =
000000003B2B4287, ClassLinkage = 0000000000000000
FNV hash = e684503627be5cd2
returns result = 0, handle = 00000000254C6910
HackerDevice::CreateVertexShader called with BytecodeLength = 7020, handle =
000000003B2B70B3, ClassLinkage = 0000000000000000
FNV hash = 0341c11a77603c05
returns result = 0, handle = 00000000254C6ED0
HackerDevice::CreatePixelShader called with BytecodeLength = 15132, handle =
000000003B2B8C23, ClassLinkage = 0000000000000000
FNV hash = 7b9ddf22efb18562
returns result = 0, handle = 00000000254C64D0
HackerDevice::CreateVertexShader called with BytecodeLength = 8556, handle =
000000003B2BC750, ClassLinkage = 0000000000000000
FNV hash = c2915c7d560954fa
returns result = 0, handle = 00000000254C2F90
HackerDevice::CreatePixelShader called with BytecodeLength = 10820, handle =
000000003B2BE8C0, ClassLinkage = 0000000000000000
FNV hash = 7985f0ce05953971
returns result = 0, handle = 00000000254C29D0
HackerDevice::CreateVertexShader called with BytecodeLength = 8832, handle =
000000003B2C1318, ClassLinkage = 0000000000000000
FNV hash = 8013a7b3a9abc79c
returns result = 0, handle = 00000000254C2590
HackerDevice::CreatePixelShader called with BytecodeLength = 10924, handle =
000000003B2C359C, ClassLinkage = 0000000000000000
FNV hash = 85b8f327335212ab
returns result = 0, handle = 00000000254C3250
HackerDevice::CreateVertexShader called with BytecodeLength = 6832, handle =
000000003B2C6064, ClassLinkage = 0000000000000000
FNV hash = 4810e1bacc29a0ef
returns result = 0, handle = 00000000254C7050
HackerDevice::CreatePixelShader called with BytecodeLength = 10320, handle =
000000003B2C7B18, ClassLinkage = 0000000000000000
FNV hash = 04ee42cf7dd2dbfe
returns result = 0, handle = 00000000254C2B50
HackerDevice::CreateVertexShader called with BytecodeLength = 7108, handle =
000000003B2CA387, ClassLinkage = 0000000000000000
FNV hash = d6442c3707b00654
returns result = 0, handle = 00000000254C3DD0
HackerDevice::CreatePixelShader called with BytecodeLength = 13820, handle =
000000003B2CBF4F, ClassLinkage = 0000000000000000
FNV hash = 16c11c20145eb94b
returns result = 0, handle = 00000000254C26D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B2CF562, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 00000000254C4390
HackerDevice::CreatePixelShader called with BytecodeLength = 9092, handle =
000000003B2D0FFA, ClassLinkage = 0000000000000000
FNV hash = 0afdee8dbdd8399e
returns result = 0, handle = 00000000254C6610
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B2D3398, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 00000000254C4AD0
HackerDevice::CreatePixelShader called with BytecodeLength = 12440, handle =
000000003B2D4E30, ClassLinkage = 0000000000000000
FNV hash = 3f42737e0845689f
returns result = 0, handle = 00000000254C3110
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B2D7EE0, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 00000000254C5210
HackerDevice::CreatePixelShader called with BytecodeLength = 11328, handle =
000000003B2D9978, ClassLinkage = 0000000000000000
FNV hash = 4454feefa4438447
returns result = 0, handle = 00000000254C5650
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
000000003B2DC5D3, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 00000000254C57D0
HackerDevice::CreatePixelShader called with BytecodeLength = 13884, handle =
000000003B2DE06B, ClassLinkage = 0000000000000000
FNV hash = 27cb137725f535de
returns result = 0, handle = 00000000254C5950
HackerDevice::CreateVertexShader called with BytecodeLength = 6576, handle =
000000003B2E16C5, ClassLinkage = 0000000000000000
FNV hash = 759dd726ea15e48d
returns result = 0, handle = 00000000254C5A90
HackerDevice::CreatePixelShader called with BytecodeLength = 8572, handle =
000000003B2E3079, ClassLinkage = 0000000000000000
FNV hash = c6980b8070641fe3
returns result = 0, handle = 00000000254C5C10
HackerDevice::CreateVertexShader called with BytecodeLength = 6852, handle =
000000003B2E5216, ClassLinkage = 0000000000000000
FNV hash = bf476305f8d2e2c8
returns result = 0, handle = 00000000254C9890
HackerDevice::CreatePixelShader called with BytecodeLength = 11820, handle =
000000003B2E6CDE, ClassLinkage = 0000000000000000
FNV hash = 09a990b1d26dfdad
returns result = 0, handle = 00000000254C7BD0
HackerDevice::CreateVertexShader called with BytecodeLength = 6576, handle =
000000003B2E9B2C, ClassLinkage = 0000000000000000
FNV hash = 759dd726ea15e48d
returns result = 0, handle = 00000000254CC210
HackerDevice::CreatePixelShader called with BytecodeLength = 9588, handle =
000000003B2EB4E0, ClassLinkage = 0000000000000000
FNV hash = 1149865d57490343
returns result = 0, handle = 00000000254C8750
HackerDevice::CreateVertexShader called with BytecodeLength = 6852, handle =
000000003B2EDA79, ClassLinkage = 0000000000000000
FNV hash = bf476305f8d2e2c8
returns result = 0, handle = 00000000254CB690
HackerDevice::CreatePixelShader called with BytecodeLength = 12836, handle =
000000003B2EF541, ClassLinkage = 0000000000000000
FNV hash = 18cf8e1f5c87ef40
returns result = 0, handle = 00000000254C9590
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B2F277D, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 00000000254C8FD0
HackerDevice::CreatePixelShader called with BytecodeLength = 8764, handle =
000000003B2F4101, ClassLinkage = 0000000000000000
FNV hash = 9d672107c38dd153
returns result = 0, handle = 00000000254CB990
HackerDevice::CreateVertexShader called with BytecodeLength = 6708, handle =
000000003B2F635F, ClassLinkage = 0000000000000000
FNV hash = ab433c5227861a27
returns result = 0, handle = 00000000254C8890
HackerDevice::CreatePixelShader called with BytecodeLength = 9064, handle =
000000003B2F7D97, ClassLinkage = 0000000000000000
FNV hash = a664c1c036d4fb82
returns result = 0, handle = 00000000254CA6D0
HackerDevice::CreateVertexShader called with BytecodeLength = 5684, handle =
000000003B2FA11B, ClassLinkage = 0000000000000000
FNV hash = 856024dd9d84d4b1
returns result = 0, handle = 00000000254CB810
HackerDevice::CreatePixelShader called with BytecodeLength = 4644, handle =
000000003B2FB753, ClassLinkage = 0000000000000000
FNV hash = cb4d850b5940ba48
returns result = 0, handle = 00000000254C8D10
HackerDevice::CreateVertexShader called with BytecodeLength = 5684, handle =
000000003B2FC999, ClassLinkage = 0000000000000000
FNV hash = 856024dd9d84d4b1
returns result = 0, handle = 00000000254C92D0
HackerDevice::CreatePixelShader called with BytecodeLength = 4100, handle =
000000003B2FDFD1, ClassLinkage = 0000000000000000
FNV hash = 7af79874742434e7
returns result = 0, handle = 00000000254CB0D0
HackerDevice::CreateVertexShader called with BytecodeLength = 5776, handle =
000000003B2FEFF4, ClassLinkage = 0000000000000000
FNV hash = dfde1e4a457440e4
returns result = 0, handle = 00000000254C8A10
HackerDevice::CreatePixelShader called with BytecodeLength = 7796, handle =
000000003B300688, ClassLinkage = 0000000000000000
FNV hash = 9030f6cbb0a5672e
returns result = 0, handle = 00000000254C9E50
HackerDevice::CreateVertexShader called with BytecodeLength = 5776, handle =
000000003B302521, ClassLinkage = 0000000000000000
FNV hash = dfde1e4a457440e4
returns result = 0, handle = 00000000254CBB10
HackerDevice::CreatePixelShader called with BytecodeLength = 7252, handle =
000000003B303BB5, ClassLinkage = 0000000000000000
FNV hash = cc2ac348d309230e
returns result = 0, handle = 00000000254CC390
HackerDevice::CreateVertexShader called with BytecodeLength = 7856, handle =
000000003B305820, ClassLinkage = 0000000000000000
FNV hash = 08ddaf10fd352cbd
returns result = 0, handle = 00000000254C9F90
HackerDevice::CreatePixelShader called with BytecodeLength = 8228, handle =
000000003B3076D4, ClassLinkage = 0000000000000000
FNV hash = 92f3bc7cf4142139
returns result = 0, handle = 00000000254C9410
HackerDevice::CreateVertexShader called with BytecodeLength = 7856, handle =
000000003B309716, ClassLinkage = 0000000000000000
FNV hash = 08ddaf10fd352cbd
returns result = 0, handle = 00000000254CCD90
HackerDevice::CreatePixelShader called with BytecodeLength = 8524, handle =
000000003B30B5CA, ClassLinkage = 0000000000000000
FNV hash = 25142383f16adcfd
returns result = 0, handle = 00000000254CA110
HackerDevice::CreateVertexShader called with BytecodeLength = 7856, handle =
000000003B30D72F, ClassLinkage = 0000000000000000
FNV hash = 08ddaf10fd352cbd
returns result = 0, handle = 00000000254CA410
HackerDevice::CreatePixelShader called with BytecodeLength = 9244, handle =
000000003B30F5E3, ClassLinkage = 0000000000000000
FNV hash = 171746a7bef5703c
returns result = 0, handle = 00000000254CA290
HackerDevice::CreateVertexShader called with BytecodeLength = 7856, handle =
000000003B311A1F, ClassLinkage = 0000000000000000
FNV hash = 08ddaf10fd352cbd
returns result = 0, handle = 00000000254C8B90
HackerDevice::CreatePixelShader called with BytecodeLength = 9540, handle =
000000003B3138D3, ClassLinkage = 0000000000000000
FNV hash = a56bd08f70475afa
returns result = 0, handle = 00000000254C8E50
HackerDevice::CreateVertexShader called with BytecodeLength = 8124, handle =
000000003B315E30, ClassLinkage = 0000000000000000
FNV hash = 29a7c7ac1b9ebb03
returns result = 0, handle = 00000000254CBC50
HackerDevice::CreatePixelShader called with BytecodeLength = 9380, handle =
000000003B317DF0, ClassLinkage = 0000000000000000
FNV hash = 3933718762725d15
returns result = 0, handle = 00000000254CC510
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B31A2A5, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 00000000254C9CD0
HackerDevice::CreatePixelShader called with BytecodeLength = 8368, handle =
000000003B31BC29, ClassLinkage = 0000000000000000
FNV hash = fb8bbd0d9fa78ffb
returns result = 0, handle = 00000000254CB550
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B31DCED, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 00000000254C9B50
HackerDevice::CreatePixelShader called with BytecodeLength = 8368, handle =
000000003B31F671, ClassLinkage = 0000000000000000
FNV hash = 9c6dbb9351f2ca5f
returns result = 0, handle = 00000000254CCC50
HackerDevice::CreateVertexShader called with BytecodeLength = 6560, handle =
000000003B321735, ClassLinkage = 0000000000000000
FNV hash = 24d58be319072fc5
returns result = 0, handle = 00000000254C9150
HackerDevice::CreatePixelShader called with BytecodeLength = 8368, handle =
000000003B3230D9, ClassLinkage = 0000000000000000
FNV hash = 274ce3614f39ff93
returns result = 0, handle = 00000000254CBDD0
HackerDevice::CreateVertexShader called with BytecodeLength = 6560, handle =
000000003B3251A0, ClassLinkage = 0000000000000000
FNV hash = 24d58be319072fc5
returns result = 0, handle = 00000000254C9710
HackerDevice::CreatePixelShader called with BytecodeLength = 8368, handle =
000000003B326B44, ClassLinkage = 0000000000000000
FNV hash = 19ca0d866e1fa138
returns result = 0, handle = 00000000254CAB10
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B328C08, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 00000000254CA550
HackerDevice::CreatePixelShader called with BytecodeLength = 8608, handle =
000000003B32A58C, ClassLinkage = 0000000000000000
FNV hash = c67078d08544036e
returns result = 0, handle = 00000000254CA850
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B32C743, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 00000000254C99D0
HackerDevice::CreatePixelShader called with BytecodeLength = 8608, handle =
000000003B32E0C7, ClassLinkage = 0000000000000000
FNV hash = 630b9c73a6e17e00
returns result = 0, handle = 00000000254CC7D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6560, handle =
000000003B33027E, ClassLinkage = 0000000000000000
FNV hash = 24d58be319072fc5
returns result = 0, handle = 00000000254C7490
HackerDevice::CreatePixelShader called with BytecodeLength = 8608, handle =
000000003B331C22, ClassLinkage = 0000000000000000
FNV hash = 10a3b707f5410570
returns result = 0, handle = 00000000254CBF50
HackerDevice::CreateVertexShader called with BytecodeLength = 6560, handle =
000000003B333DDC, ClassLinkage = 0000000000000000
FNV hash = 24d58be319072fc5
returns result = 0, handle = 00000000254CA9D0
HackerDevice::CreatePixelShader called with BytecodeLength = 8608, handle =
000000003B335780, ClassLinkage = 0000000000000000
FNV hash = 8aae88628ccc07f5
returns result = 0, handle = 00000000254CAC90
HackerDevice::CreateVertexShader called with BytecodeLength = 6676, handle =
000000003B337934, ClassLinkage = 0000000000000000
FNV hash = f7f8c2c72864db6e
returns result = 0, handle = 00000000254CAE10
HackerDevice::CreatePixelShader called with BytecodeLength = 11520, handle =
000000003B33934C, ClassLinkage = 0000000000000000
FNV hash = 0d6f46a858720b6a
returns result = 0, handle = 00000000254CAF90
HackerDevice::CreateVertexShader called with BytecodeLength = 6676, handle =
000000003B240017, ClassLinkage = 0000000000000000
FNV hash = f7f8c2c72864db6e
returns result = 0, handle = 00000000254CC0D0
HackerDevice::CreatePixelShader called with BytecodeLength = 11520, handle =
000000003B241A2F, ClassLinkage = 0000000000000000
FNV hash = 4d19380ce75ce344
returns result = 0, handle = 00000000254CB250
HackerDevice::CreateVertexShader called with BytecodeLength = 6696, handle =
000000003B244746, ClassLinkage = 0000000000000000
FNV hash = 66830bd515735408
returns result = 0, handle = 00000000254CB3D0
HackerDevice::CreatePixelShader called with BytecodeLength = 11520, handle =
000000003B246172, ClassLinkage = 0000000000000000
FNV hash = 1742c2baf578113c
returns result = 0, handle = 00000000254CC690
HackerDevice::CreateVertexShader called with BytecodeLength = 6696, handle =
000000003B248E8C, ClassLinkage = 0000000000000000
FNV hash = 66830bd515735408
returns result = 0, handle = 00000000254CC950
HackerDevice::CreatePixelShader called with BytecodeLength = 11520, handle =
000000003B24A8B8, ClassLinkage = 0000000000000000
FNV hash = ad0c0b966e8c56bd
returns result = 0, handle = 00000000254CCAD0
HackerDevice::CreateVertexShader called with BytecodeLength = 6676, handle =
000000003B24D5CF, ClassLinkage = 0000000000000000
FNV hash = f7f8c2c72864db6e
returns result = 0, handle = 00000000254CCF10
HackerDevice::CreatePixelShader called with BytecodeLength = 11760, handle =
000000003B24EFE7, ClassLinkage = 0000000000000000
FNV hash = 150f3d185b93432b
returns result = 0, handle = 00000000254C7610
HackerDevice::CreateVertexShader called with BytecodeLength = 6676, handle =
000000003B251DF1, ClassLinkage = 0000000000000000
FNV hash = f7f8c2c72864db6e
returns result = 0, handle = 00000000254C7750
HackerDevice::CreatePixelShader called with BytecodeLength = 11760, handle =
000000003B253809, ClassLinkage = 0000000000000000
FNV hash = 796c297dc051c324
returns result = 0, handle = 00000000254C78D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6696, handle =
000000003B256613, ClassLinkage = 0000000000000000
FNV hash = 66830bd515735408
returns result = 0, handle = 00000000254C7A50
HackerDevice::CreatePixelShader called with BytecodeLength = 11760, handle =
000000003B25803F, ClassLinkage = 0000000000000000
FNV hash = 41dac906612f94c6
returns result = 0, handle = 00000000254C7D10
HackerDevice::CreateVertexShader called with BytecodeLength = 6696, handle =
000000003B25AE4C, ClassLinkage = 0000000000000000
FNV hash = 66830bd515735408
returns result = 0, handle = 00000000254C7E90
HackerDevice::CreatePixelShader called with BytecodeLength = 11760, handle =
000000003B25C878, ClassLinkage = 0000000000000000
FNV hash = f5113ade2d000aac
returns result = 0, handle = 00000000254C85D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B25F681, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 00000000254C8010
HackerDevice::CreatePixelShader called with BytecodeLength = 9580, handle =
000000003B261005, ClassLinkage = 0000000000000000
FNV hash = 14aecf428cc91c7e
returns result = 0, handle = 00000000254C8190
HackerDevice::CreateVertexShader called with BytecodeLength = 6676, handle =
000000003B26358D, ClassLinkage = 0000000000000000
FNV hash = f7f8c2c72864db6e
returns result = 0, handle = 00000000254C82D0
HackerDevice::CreatePixelShader called with BytecodeLength = 12732, handle =
000000003B264FA5, ClassLinkage = 0000000000000000
FNV hash = 17b13db23790672c
returns result = 0, handle = 00000000254C8450
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B26817D, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 00000000254CF010
HackerDevice::CreatePixelShader called with BytecodeLength = 9580, handle =
000000003B269B01, ClassLinkage = 0000000000000000
FNV hash = 39cd0a010ea72c48
returns result = 0, handle = 00000000254CF310
HackerDevice::CreateVertexShader called with BytecodeLength = 6560, handle =
000000003B26C089, ClassLinkage = 0000000000000000
FNV hash = 24d58be319072fc5
returns result = 0, handle = 00000000254D0CD0
HackerDevice::CreatePixelShader called with BytecodeLength = 9500, handle =
000000003B26DA2D, ClassLinkage = 0000000000000000
FNV hash = 76b4485638258b1d
returns result = 0, handle = 00000000254CF490
HackerDevice::CreateVertexShader called with BytecodeLength = 6696, handle =
000000003B26FF68, ClassLinkage = 0000000000000000
FNV hash = 66830bd515735408
returns result = 0, handle = 00000000254CE350
HackerDevice::CreatePixelShader called with BytecodeLength = 12652, handle =
000000003B271994, ClassLinkage = 0000000000000000
FNV hash = 18a07f5e47745ece
returns result = 0, handle = 00000000254CE1D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6560, handle =
000000003B274B1F, ClassLinkage = 0000000000000000
FNV hash = 24d58be319072fc5
returns result = 0, handle = 00000000254D1150
HackerDevice::CreatePixelShader called with BytecodeLength = 9500, handle =
000000003B2764C3, ClassLinkage = 0000000000000000
FNV hash = 3b69619a4c3367ad
returns result = 0, handle = 00000000254CF190
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B2789FB, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 00000000254D02D0
HackerDevice::CreatePixelShader called with BytecodeLength = 9840, handle =
000000003B27A37F, ClassLinkage = 0000000000000000
FNV hash = 34f08e45a4512ef9
returns result = 0, handle = 00000000254CF8D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6676, handle =
000000003B27CA0E, ClassLinkage = 0000000000000000
FNV hash = f7f8c2c72864db6e
returns result = 0, handle = 00000000254D05D0
HackerDevice::CreatePixelShader called with BytecodeLength = 12992, handle =
000000003B27E426, ClassLinkage = 0000000000000000
FNV hash = 9c05120c24593b36
returns result = 0, handle = 00000000254D0450
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B281705, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 00000000254CEA50
HackerDevice::CreatePixelShader called with BytecodeLength = 9840, handle =
000000003B283089, ClassLinkage = 0000000000000000
FNV hash = 8df4fead48a7b298
returns result = 0, handle = 00000000254CD910
HackerDevice::CreateVertexShader called with BytecodeLength = 6560, handle =
000000003B285718, ClassLinkage = 0000000000000000
FNV hash = 24d58be319072fc5
returns result = 0, handle = 00000000254CEBD0
HackerDevice::CreatePixelShader called with BytecodeLength = 9760, handle =
000000003B2870BC, ClassLinkage = 0000000000000000
FNV hash = 9117e0ccc26a0278
returns result = 0, handle = 00000000254D0E50
HackerDevice::CreateVertexShader called with BytecodeLength = 6696, handle =
000000003B2896FE, ClassLinkage = 0000000000000000
FNV hash = 66830bd515735408
returns result = 0, handle = 00000000254CD7D0
HackerDevice::CreatePixelShader called with BytecodeLength = 12912, handle =
000000003B28B12A, ClassLinkage = 0000000000000000
FNV hash = f03ce596733dd0a1
returns result = 0, handle = 00000000254CE490
HackerDevice::CreateVertexShader called with BytecodeLength = 6560, handle =
000000003B28E3BC, ClassLinkage = 0000000000000000
FNV hash = 24d58be319072fc5
returns result = 0, handle = 00000000254CE790
HackerDevice::CreatePixelShader called with BytecodeLength = 9760, handle =
000000003B28FD60, ClassLinkage = 0000000000000000
FNV hash = 97a52f08c39f561d
returns result = 0, handle = 00000000254CFE90
HackerDevice::CreateVertexShader called with BytecodeLength = 13532, handle =
000000003B292399, ClassLinkage = 0000000000000000
FNV hash = 7304e989851bb86f
returns result = 0, handle = 00000000254CD650
HackerDevice::CreatePixelShader called with BytecodeLength = 8368, handle =
000000003B295879, ClassLinkage = 0000000000000000
FNV hash = a48eefc6f3a1aa50
returns result = 0, handle = 00000000254CFA50
HackerDevice::CreateVertexShader called with BytecodeLength = 13532, handle =
000000003B297945, ClassLinkage = 0000000000000000
FNV hash = 7304e989851bb86f
returns result = 0, handle = 00000000254CE910
HackerDevice::CreatePixelShader called with BytecodeLength = 8608, handle =
000000003B29AE25, ClassLinkage = 0000000000000000
FNV hash = 75da5f0bc002e8e4
returns result = 0, handle = 00000000254CDA90
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B29CFDF, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 00000000254CED50
HackerDevice::CreatePixelShader called with BytecodeLength = 10540, handle =
000000003B29EB17, ClassLinkage = 0000000000000000
FNV hash = 2b2b052e6de6d644
returns result = 0, handle = 00000000254CDC10
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B2A1460, ClassLinkage = 0000000000000000
FNV hash = 06964996accee124
returns result = 0, handle = 00000000254CDD90
HackerDevice::CreatePixelShader called with BytecodeLength = 10540, handle =
000000003B2A2FB8, ClassLinkage = 0000000000000000
FNV hash = dc605244d6529ff9
returns result = 0, handle = 00000000254CDED0
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B2A5901, ClassLinkage = 0000000000000000
FNV hash = be5e404cc700e790
returns result = 0, handle = 00000000254CEED0
HackerDevice::CreatePixelShader called with BytecodeLength = 10540, handle =
000000003B2A7459, ClassLinkage = 0000000000000000
FNV hash = 6c1f416d5ace6d52
returns result = 0, handle = 00000000254CE050
HackerDevice::CreateVertexShader called with BytecodeLength = 7028, handle =
000000003B2A9DA5, ClassLinkage = 0000000000000000
FNV hash = 6e7d92694c87a563
returns result = 0, handle = 00000000254CF5D0
HackerDevice::CreatePixelShader called with BytecodeLength = 10540, handle =
000000003B2AB91D, ClassLinkage = 0000000000000000
FNV hash = f1445f8bf742ddb5
returns result = 0, handle = 00000000254D0890
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B2AE266, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 00000000254CF750
HackerDevice::CreatePixelShader called with BytecodeLength = 10780, handle =
000000003B2AFD9E, ClassLinkage = 0000000000000000
FNV hash = e6348562c3ee6d45
returns result = 0, handle = 00000000254D0FD0
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B2B27DA, ClassLinkage = 0000000000000000
FNV hash = 06964996accee124
returns result = 0, handle = 00000000254CE610
HackerDevice::CreatePixelShader called with BytecodeLength = 10780, handle =
000000003B2B4332, ClassLinkage = 0000000000000000
FNV hash = 6c77b9312967bb95
returns result = 0, handle = 00000000254CFB90
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B2B6D6E, ClassLinkage = 0000000000000000
FNV hash = be5e404cc700e790
returns result = 0, handle = 00000000254CFD10
HackerDevice::CreatePixelShader called with BytecodeLength = 10780, handle =
000000003B2B88C6, ClassLinkage = 0000000000000000
FNV hash = 288d7039adde9cd8
returns result = 0, handle = 00000000254D0010
HackerDevice::CreateVertexShader called with BytecodeLength = 7028, handle =
000000003B2BB305, ClassLinkage = 0000000000000000
FNV hash = 6e7d92694c87a563
returns result = 0, handle = 00000000254D1590
HackerDevice::CreatePixelShader called with BytecodeLength = 10780, handle =
000000003B2BCE7D, ClassLinkage = 0000000000000000
FNV hash = 5eed8414db1004ca
returns result = 0, handle = 00000000254D0710
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B2BF8B4, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 00000000254D0150
HackerDevice::CreatePixelShader called with BytecodeLength = 9004, handle =
000000003B2C13EC, ClassLinkage = 0000000000000000
FNV hash = 0640e343a2692945
returns result = 0, handle = 00000000254D0A10
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B2C3736, ClassLinkage = 0000000000000000
FNV hash = 06964996accee124
returns result = 0, handle = 00000000254D0B90
HackerDevice::CreatePixelShader called with BytecodeLength = 9004, handle =
000000003B2C528E, ClassLinkage = 0000000000000000
FNV hash = 87e789c9e7ce9cb7
returns result = 0, handle = 00000000254D1290
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B2C75D8, ClassLinkage = 0000000000000000
FNV hash = be5e404cc700e790
returns result = 0, handle = 00000000254D1410
HackerDevice::CreatePixelShader called with BytecodeLength = 9004, handle =
000000003B2C9130, ClassLinkage = 0000000000000000
FNV hash = 5f1e0292e8455835
returns result = 0, handle = 00000000254CD090
HackerDevice::CreateVertexShader called with BytecodeLength = 7028, handle =
000000003B2CB47D, ClassLinkage = 0000000000000000
FNV hash = 6e7d92694c87a563
returns result = 0, handle = 00000000254CD210
HackerDevice::CreatePixelShader called with BytecodeLength = 9004, handle =
000000003B2CCFF5, ClassLinkage = 0000000000000000
FNV hash = ce99cbbe7df9818d
returns result = 0, handle = 00000000254CD350
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B2CF33F, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 00000000254CD4D0
HackerDevice::CreatePixelShader called with BytecodeLength = 9244, handle =
000000003B2D0E77, ClassLinkage = 0000000000000000
FNV hash = 259d276d440b4778
returns result = 0, handle = 000000002549AE10
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B2D32B4, ClassLinkage = 0000000000000000
FNV hash = 06964996accee124
returns result = 0, handle = 0000000025496910
HackerDevice::CreatePixelShader called with BytecodeLength = 9244, handle =
000000003B2D4E0C, ClassLinkage = 0000000000000000
FNV hash = 79138596c1c968be
returns result = 0, handle = 0000000025496790
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B2D7249, ClassLinkage = 0000000000000000
FNV hash = be5e404cc700e790
returns result = 0, handle = 0000000025498CD0
HackerDevice::CreatePixelShader called with BytecodeLength = 9244, handle =
000000003B2D8DA1, ClassLinkage = 0000000000000000
FNV hash = b2816123568a6df3
returns result = 0, handle = 0000000025498B90
HackerDevice::CreateVertexShader called with BytecodeLength = 7028, handle =
000000003B2DB1E1, ClassLinkage = 0000000000000000
FNV hash = 6e7d92694c87a563
returns result = 0, handle = 0000000025496A50
HackerDevice::CreatePixelShader called with BytecodeLength = 9244, handle =
000000003B2DCD59, ClassLinkage = 0000000000000000
FNV hash = cd5a9d09c8eb783a
returns result = 0, handle = 00000000254982D0
HackerDevice::CreateVertexShader called with BytecodeLength = 7112, handle =
000000003B2DF193, ClassLinkage = 0000000000000000
FNV hash = 1694a4b1d48951d2
returns result = 0, handle = 0000000025496BD0
HackerDevice::CreatePixelShader called with BytecodeLength = 12156, handle =
000000003B2E0D5F, ClassLinkage = 0000000000000000
FNV hash = 660374ff8c555c5e
returns result = 0, handle = 0000000025499410
HackerDevice::CreateVertexShader called with BytecodeLength = 7132, handle =
000000003B2E3CFC, ClassLinkage = 0000000000000000
FNV hash = 5af802a40cc98af0
returns result = 0, handle = 0000000025498FD0
HackerDevice::CreatePixelShader called with BytecodeLength = 12156, handle =
000000003B2E58DC, ClassLinkage = 0000000000000000
FNV hash = 4cf640fe26210220
returns result = 0, handle = 000000002549A550
HackerDevice::CreateVertexShader called with BytecodeLength = 7144, handle =
000000003B2E8879, ClassLinkage = 0000000000000000
FNV hash = 10f4f392cc7b9d4d
returns result = 0, handle = 0000000025497750
HackerDevice::CreatePixelShader called with BytecodeLength = 12156, handle =
000000003B2EA465, ClassLinkage = 0000000000000000
FNV hash = 638d527202f1bc71
returns result = 0, handle = 00000000254985D0
HackerDevice::CreateVertexShader called with BytecodeLength = 7200, handle =
000000003B2ED405, ClassLinkage = 0000000000000000
FNV hash = cde994828e8df5a4
returns result = 0, handle = 000000002549B810
HackerDevice::CreatePixelShader called with BytecodeLength = 12156, handle =
000000003B2EF029, ClassLinkage = 0000000000000000
FNV hash = 8aad54b73b98df9a
returns result = 0, handle = 000000002549A6D0
HackerDevice::CreateVertexShader called with BytecodeLength = 7112, handle =
000000003B2F1FC6, ClassLinkage = 0000000000000000
FNV hash = 1694a4b1d48951d2
returns result = 0, handle = 000000002549B990
HackerDevice::CreatePixelShader called with BytecodeLength = 12396, handle =
000000003B2F3B92, ClassLinkage = 0000000000000000
FNV hash = eeb4efecbf2fe11a
returns result = 0, handle = 0000000025496ED0
HackerDevice::CreateVertexShader called with BytecodeLength = 7132, handle =
000000003B2F6C22, ClassLinkage = 0000000000000000
FNV hash = 5af802a40cc98af0
returns result = 0, handle = 0000000025498710
HackerDevice::CreatePixelShader called with BytecodeLength = 12396, handle =
000000003B2F8802, ClassLinkage = 0000000000000000
FNV hash = 3cde05a7c58c187f
returns result = 0, handle = 0000000025497E90
HackerDevice::CreateVertexShader called with BytecodeLength = 7144, handle =
000000003B2FB892, ClassLinkage = 0000000000000000
FNV hash = 10f4f392cc7b9d4d
returns result = 0, handle = 0000000025498450
HackerDevice::CreatePixelShader called with BytecodeLength = 12396, handle =
000000003B2FD47E, ClassLinkage = 0000000000000000
FNV hash = fa23452e249526fd
returns result = 0, handle = 000000002549B690
HackerDevice::CreateVertexShader called with BytecodeLength = 7200, handle =
000000003B300511, ClassLinkage = 0000000000000000
FNV hash = cde994828e8df5a4
returns result = 0, handle = 000000002549A110
HackerDevice::CreatePixelShader called with BytecodeLength = 12396, handle =
000000003B302135, ClassLinkage = 0000000000000000
FNV hash = fccaff6923d27b84
returns result = 0, handle = 0000000025497310
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B3051BC, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 0000000025496D50
HackerDevice::CreatePixelShader called with BytecodeLength = 8976, handle =
000000003B306CF4, ClassLinkage = 0000000000000000
FNV hash = 4bd1500b69ca902d
returns result = 0, handle = 0000000025499150
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B309022, ClassLinkage = 0000000000000000
FNV hash = 06964996accee124
returns result = 0, handle = 0000000025499B50
HackerDevice::CreatePixelShader called with BytecodeLength = 8976, handle =
000000003B30AB7A, ClassLinkage = 0000000000000000
FNV hash = d9c2d07275d27484
returns result = 0, handle = 0000000025497010
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B30CEA8, ClassLinkage = 0000000000000000
FNV hash = be5e404cc700e790
returns result = 0, handle = 000000002549C090
HackerDevice::CreatePixelShader called with BytecodeLength = 8976, handle =
000000003B30EA00, ClassLinkage = 0000000000000000
FNV hash = 9921e2b2d825ecbd
returns result = 0, handle = 000000002549A290
HackerDevice::CreateVertexShader called with BytecodeLength = 7028, handle =
000000003B310D31, ClassLinkage = 0000000000000000
FNV hash = 6e7d92694c87a563
returns result = 0, handle = 000000002549BF50
HackerDevice::CreatePixelShader called with BytecodeLength = 8976, handle =
000000003B3128A9, ClassLinkage = 0000000000000000
FNV hash = 53abcc38fcc6e4db
returns result = 0, handle = 0000000025498890
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
000000003B314BD7, ClassLinkage = 0000000000000000
FNV hash = 8140d479b98b963d
returns result = 0, handle = 0000000025498010
HackerDevice::CreatePixelShader called with BytecodeLength = 9216, handle =
000000003B31670F, ClassLinkage = 0000000000000000
FNV hash = a509e0c4cedb71b4
returns result = 0, handle = 0000000025498A10
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B318B30, ClassLinkage = 0000000000000000
FNV hash = 06964996accee124
returns result = 0, handle = 000000002549AF50
HackerDevice::CreatePixelShader called with BytecodeLength = 9216, handle =
000000003B31A688, ClassLinkage = 0000000000000000
FNV hash = 8562b8d0036d9107
returns result = 0, handle = 000000002549A850
HackerDevice::CreateVertexShader called with BytecodeLength = 6996, handle =
000000003B31CAA9, ClassLinkage = 0000000000000000
FNV hash = be5e404cc700e790
returns result = 0, handle = 000000002549AC90
HackerDevice::CreatePixelShader called with BytecodeLength = 9216, handle =
000000003B31E601, ClassLinkage = 0000000000000000
FNV hash = c7881baffa3720a2
returns result = 0, handle = 000000002549B250
HackerDevice::CreateVertexShader called with BytecodeLength = 7028, handle =
000000003B320A25, ClassLinkage = 0000000000000000
FNV hash = 6e7d92694c87a563
returns result = 0, handle = 0000000025499850
HackerDevice::CreatePixelShader called with BytecodeLength = 9216, handle =
000000003B32259D, ClassLinkage = 0000000000000000
FNV hash = cdfd38c2370cb039
returns result = 0, handle = 0000000025498E50
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
000000003B3249B4, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 000000002549A3D0
HackerDevice::CreatePixelShader called with BytecodeLength = 8744, handle =
000000003B326338, ClassLinkage = 0000000000000000
FNV hash = 3ccecfb1e8fbed3e
returns result = 0, handle = 0000000025499590
HackerDevice::CreateVertexShader called with BytecodeLength = 6708, handle =
000000003B328581, ClassLinkage = 0000000000000000
FNV hash = ab433c5227861a27
returns result = 0, handle = 000000002549A990
HackerDevice::CreatePixelShader called with BytecodeLength = 9040, handle =
000000003B329FB9, ClassLinkage = 0000000000000000
FNV hash = 47196137f82b8fca
returns result = 0, handle = 000000002549C210
HackerDevice::CreateVertexShader called with BytecodeLength = 6552, handle =
000000003B32C323, ClassLinkage = 0000000000000000
FNV hash = 5b7c5b1df36aae64
returns result = 0, handle = 0000000025499290
HackerDevice::CreatePixelShader called with BytecodeLength = 4348, handle =
000000003B32DCBF, ClassLinkage = 0000000000000000
FNV hash = bffabadf2dac34fd
returns result = 0, handle = 0000000025497190
HackerDevice::CreateVertexShader called with BytecodeLength = 6552, handle =
000000003B32EDDB, ClassLinkage = 0000000000000000
FNV hash = 5b7c5b1df36aae64
returns result = 0, handle = 000000002549AB10
HackerDevice::CreatePixelShader called with BytecodeLength = 4972, handle =
000000003B330777, ClassLinkage = 0000000000000000
FNV hash = bb7c83814cfe3855
returns result = 0, handle = 00000000254999D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6028, handle =
000000003B331AF5, ClassLinkage = 0000000000000000
FNV hash = 56fab8bf87a2d5d7
returns result = 0, handle = 000000002549B0D0
HackerDevice::CreatePixelShader called with BytecodeLength = 22016, handle =
000000003B333285, ClassLinkage = 0000000000000000
FNV hash = d7b8ff17cc9d4fcf
returns result = 0, handle = 0000000025497A50
HackerDevice::CreateVertexShader called with BytecodeLength = 6060, handle =
000000003B33889A, ClassLinkage = 0000000000000000
FNV hash = c8d0be3675a329df
returns result = 0, handle = 0000000025499710
HackerDevice::CreatePixelShader called with BytecodeLength = 22016, handle =
000000003B33A04A, ClassLinkage = 0000000000000000
FNV hash = d12efa28f4ef1f3d
returns result = 0, handle = 0000000025499CD0
HackerDevice::CreateVertexShader called with BytecodeLength = 6028, handle =
000000003B240015, ClassLinkage = 0000000000000000
FNV hash = 56fab8bf87a2d5d7
returns result = 0, handle = 0000000025497490
HackerDevice::CreatePixelShader called with BytecodeLength = 15744, handle =
000000003B2417A5, ClassLinkage = 0000000000000000
FNV hash = 5eec455db5e28939
returns result = 0, handle = 00000000254975D0
HackerDevice::CreateVertexShader called with BytecodeLength = 3760, handle =
000000003B24553B, ClassLinkage = 0000000000000000
FNV hash = 148c25f055d0cea5
returns result = 0, handle = 0000000025499E10
HackerDevice::CreatePixelShader called with BytecodeLength = 4624, handle =
000000003B2463EF, ClassLinkage = 0000000000000000
FNV hash = 2b6c75b527061489
returns result = 0, handle = 0000000025499F90
HackerDevice::CreateVertexShader called with BytecodeLength = 4516, handle =
000000003B24761A, ClassLinkage = 0000000000000000
FNV hash = 2c1198633210110a
returns result = 0, handle = 000000002549B3D0
HackerDevice::CreatePixelShader called with BytecodeLength = 4660, handle =
000000003B2487C2, ClassLinkage = 0000000000000000
FNV hash = b9e4a0df8a95ff83
returns result = 0, handle = 000000002549B510
HackerDevice::CreateVertexShader called with BytecodeLength = 3760, handle =
000000003B249A11, ClassLinkage = 0000000000000000
FNV hash = c9b96e1f6ad54a7d
returns result = 0, handle = 00000000254978D0
HackerDevice::CreatePixelShader called with BytecodeLength = 5088, handle =
000000003B24A8C5, ClassLinkage = 0000000000000000
FNV hash = 02f51ee613e1dc6e
returns result = 0, handle = 000000002549BAD0
HackerDevice::CreateVertexShader called with BytecodeLength = 4516, handle =
000000003B24BCC5, ClassLinkage = 0000000000000000
FNV hash = 182b9263e86ab470
returns result = 0, handle = 0000000025497B90
HackerDevice::CreatePixelShader called with BytecodeLength = 5124, handle =
000000003B24CE6D, ClassLinkage = 0000000000000000
FNV hash = f7551bc497135509
returns result = 0, handle = 0000000025497D10
HackerDevice::CreateVertexShader called with BytecodeLength = 3760, handle =
000000003B24E28B, ClassLinkage = 0000000000000000
FNV hash = 148c25f055d0cea5
returns result = 0, handle = 000000002549BC50
HackerDevice::CreatePixelShader called with BytecodeLength = 4244, handle =
000000003B24F13F, ClassLinkage = 0000000000000000
FNV hash = 3055cde0401df6fa
returns result = 0, handle = 000000002549BDD0
HackerDevice::CreateVertexShader called with BytecodeLength = 6252, handle =
000000003B2501F4, ClassLinkage = 0000000000000000
FNV hash = 1e5e6d13acf81e80
returns result = 0, handle = 0000000025498150
HackerDevice::CreatePixelShader called with BytecodeLength = 5416, handle =
000000003B251A64, ClassLinkage = 0000000000000000
FNV hash = 8e87e94e261c1763
returns result = 0, handle = 000000002549F750
HackerDevice::CreateVertexShader called with BytecodeLength = 6028, handle =
000000003B252F9F, ClassLinkage = 0000000000000000
FNV hash = 56fab8bf87a2d5d7
returns result = 0, handle = 000000002549EBD0
HackerDevice::CreatePixelShader called with BytecodeLength = 19612, handle =
000000003B25472F, ClassLinkage = 0000000000000000
FNV hash = 0daaa85075609e3c
returns result = 0, handle = 000000002549C510
HackerDevice::CreateVertexShader called with BytecodeLength = 6060, handle =
000000003B2593E1, ClassLinkage = 0000000000000000
FNV hash = c8d0be3675a329df
returns result = 0, handle = 000000002549FE90
HackerDevice::CreatePixelShader called with BytecodeLength = 19612, handle =
000000003B25AB91, ClassLinkage = 0000000000000000
FNV hash = 030d72e526cf3756
returns result = 0, handle = 000000002549DA90
HackerDevice::CreateVertexShader called with BytecodeLength = 6028, handle =
000000003B25F846, ClassLinkage = 0000000000000000
FNV hash = 56fab8bf87a2d5d7
returns result = 0, handle = 000000002549DC10
HackerDevice::CreatePixelShader called with BytecodeLength = 19660, handle =
000000003B260FD6, ClassLinkage = 0000000000000000
FNV hash = 4d9cc778e92103e7
returns result = 0, handle = 000000002549CAD0
HackerDevice::CreateVertexShader called with BytecodeLength = 6060, handle =
000000003B265CBE, ClassLinkage = 0000000000000000
FNV hash = c8d0be3675a329df
returns result = 0, handle = 000000002549DED0
HackerDevice::CreatePixelShader called with BytecodeLength = 19660, handle =
000000003B26746E, ClassLinkage = 0000000000000000
FNV hash = f3d2100828b04bee
returns result = 0, handle = 000000002549DD50
HackerDevice::CreateVertexShader called with BytecodeLength = 6028, handle =
000000003B26C157, ClassLinkage = 0000000000000000
FNV hash = 56fab8bf87a2d5d7
returns result = 0, handle = 000000002549D910
HackerDevice::CreatePixelShader called with BytecodeLength = 19612, handle =
000000003B26D8E7, ClassLinkage = 0000000000000000
FNV hash = acdf3a8a54b33076
returns result = 0, handle = 000000002549C650
HackerDevice::CreateVertexShader called with BytecodeLength = 6028, handle =
000000003B2725A6, ClassLinkage = 0000000000000000
FNV hash = 56fab8bf87a2d5d7
returns result = 0, handle = 000000002549D090
HackerDevice::CreatePixelShader called with BytecodeLength = 19660, handle =
000000003B273D36, ClassLinkage = 0000000000000000
FNV hash = d67a730195d57a36
returns result = 0, handle = 000000002549E610
HackerDevice::CreateVertexShader called with BytecodeLength = 6028, handle =
000000003B278A18, ClassLinkage = 0000000000000000
FNV hash = 56fab8bf87a2d5d7
returns result = 0, handle = 000000002549FD10
HackerDevice::CreatePixelShader called with BytecodeLength = 20628, handle =
000000003B27A1A8, ClassLinkage = 0000000000000000
FNV hash = 44a2cc0c4bf023af
returns result = 0, handle = 000000002549CC10
HackerDevice::CreateVertexShader called with BytecodeLength = 6028, handle =
000000003B27F255, ClassLinkage = 0000000000000000
FNV hash = 56fab8bf87a2d5d7
returns result = 0, handle = 000000002549C7D0
HackerDevice::CreatePixelShader called with BytecodeLength = 20152, handle =
000000003B2809E5, ClassLinkage = 0000000000000000
FNV hash = 5e9b1dc1a7972900
returns result = 0, handle = 000000002549C390
HackerDevice::CreateVertexShader called with BytecodeLength = 2732, handle =
0000000040C80015, ClassLinkage = 0000000000000000
FNV hash = a00d633c033bfd90
returns result = 0, handle = 000000002549F8D0
HackerDevice::CreatePixelShader called with BytecodeLength = 4392, handle =
0000000040C80AC5, ClassLinkage = 0000000000000000
FNV hash = 1c758c218628971d
returns result = 0, handle = 000000002549F450
HackerDevice::CreateVertexShader called with BytecodeLength = 4480, handle =
0000000040C81BFD, ClassLinkage = 0000000000000000
FNV hash = d3d7c3da4513732d
returns result = 0, handle = 000000002549ED50
HackerDevice::CreatePixelShader called with BytecodeLength = 12436, handle =
0000000040C82D81, ClassLinkage = 0000000000000000
FNV hash = 0ba0efe1934624a3
returns result = 0, handle = 00000000254A0450
HackerDevice::CreateVertexShader called with BytecodeLength = 4468, handle =
0000000040C85E2B, ClassLinkage = 0000000000000000
FNV hash = b9d469b0c77b2d25
returns result = 0, handle = 000000002549EE90
HackerDevice::CreatePixelShader called with BytecodeLength = 5460, handle =
0000000040C86FA3, ClassLinkage = 0000000000000000
FNV hash = ff08942d1208f32f
returns result = 0, handle = 000000002549F010
HackerDevice::CreateVertexShader called with BytecodeLength = 4724, handle =
0000000040C88510, ClassLinkage = 0000000000000000
FNV hash = afd1da0a457efe82
returns result = 0, handle = 000000002549CD90
HackerDevice::CreatePixelShader called with BytecodeLength = 17208, handle =
0000000040C89788, ClassLinkage = 0000000000000000
FNV hash = 75ee9890cadfde79
returns result = 0, handle = 000000002549D350
HackerDevice::CreateVertexShader called with BytecodeLength = 2732, handle =
0000000040C8DAD5, ClassLinkage = 0000000000000000
FNV hash = 8ae9aad4beba2fa0
returns result = 0, handle = 000000002549C950
HackerDevice::CreatePixelShader called with BytecodeLength = 2192, handle =
0000000040C8E585, ClassLinkage = 0000000000000000
FNV hash = 2da99a2751f43b54
returns result = 0, handle = 000000002549CF10
HackerDevice::CreateVertexShader called with BytecodeLength = 3564, handle =
0000000040C8EE31, ClassLinkage = 0000000000000000
FNV hash = 9140cf478c673de2
returns result = 0, handle = 000000002549D1D0
HackerDevice::CreatePixelShader called with BytecodeLength = 6772, handle =
0000000040C8FC21, ClassLinkage = 0000000000000000
FNV hash = 22fb61e15b49a661
returns result = 0, handle = 000000002549E790
HackerDevice::CreateVertexShader called with BytecodeLength = 3260, handle =
0000000040C916AA, ClassLinkage = 0000000000000000
FNV hash = 81a3d6b433519d6f
returns result = 0, handle = 000000002549FFD0
HackerDevice::CreatePixelShader called with BytecodeLength = 5964, handle =
0000000040C9236A, ClassLinkage = 0000000000000000
FNV hash = 69d6b911e155d775
returns result = 0, handle = 000000002549E050
HackerDevice::CreateVertexShader called with BytecodeLength = 2660, handle =
0000000040C93AD0, ClassLinkage = 0000000000000000
FNV hash = 719267b58184bd9a
returns result = 0, handle = 000000002549F310
HackerDevice::CreatePixelShader called with BytecodeLength = 6412, handle =
0000000040C94538, ClassLinkage = 0000000000000000
FNV hash = d4ef0a3b5b4b608a
returns result = 0, handle = 00000000254A0710
HackerDevice::CreateVertexShader called with BytecodeLength = 3624, handle =
0000000040C95E5C, ClassLinkage = 0000000000000000
FNV hash = bf58a3bd50c3882b
returns result = 0, handle = 000000002549D4D0
HackerDevice::CreatePixelShader called with BytecodeLength = 3104, handle =
0000000040C96C88, ClassLinkage = 0000000000000000
FNV hash = 2b2c8e5e69509316
returns result = 0, handle = 000000002549EA50
HackerDevice::CreateVertexShader called with BytecodeLength = 3528, handle =
0000000040C978C2, ClassLinkage = 0000000000000000
FNV hash = 0f79d3d9ae3d1cd7
returns result = 0, handle = 000000002549D650
HackerDevice::CreatePixelShader called with BytecodeLength = 6304, handle =
0000000040C9868E, ClassLinkage = 0000000000000000
FNV hash = 075d5fe8417a326b
returns result = 0, handle = 000000002549E1D0
HackerDevice::CreateVertexShader called with BytecodeLength = 3528, handle =
0000000040C99F4E, ClassLinkage = 0000000000000000
FNV hash = 0f79d3d9ae3d1cd7
returns result = 0, handle = 000000002549F190
HackerDevice::CreatePixelShader called with BytecodeLength = 5936, handle =
0000000040C9AD1A, ClassLinkage = 0000000000000000
FNV hash = d8b428ef9411432c
returns result = 0, handle = 00000000254A02D0
HackerDevice::CreateVertexShader called with BytecodeLength = 3624, handle =
0000000040C9C463, ClassLinkage = 0000000000000000
FNV hash = 7033cbaa4fc34efb
returns result = 0, handle = 00000000254A0890
HackerDevice::CreatePixelShader called with BytecodeLength = 4668, handle =
0000000040C9D28F, ClassLinkage = 0000000000000000
FNV hash = 32e79548e6ba8c80
returns result = 0, handle = 000000002549F5D0
HackerDevice::CreateVertexShader called with BytecodeLength = 3244, handle =
0000000040C9E4E9, ClassLinkage = 0000000000000000
FNV hash = 907437609f4efc40
returns result = 0, handle = 000000002549D790
HackerDevice::CreatePixelShader called with BytecodeLength = 4988, handle =
0000000040C9F199, ClassLinkage = 0000000000000000
FNV hash = ced97ef8990eabc6
returns result = 0, handle = 000000002549FA10
HackerDevice::CreateVertexShader called with BytecodeLength = 5944, handle =
0000000040CA0534, ClassLinkage = 0000000000000000
FNV hash = 30dd1b97467d49fe
returns result = 0, handle = 000000002549FB90
HackerDevice::CreatePixelShader called with BytecodeLength = 4836, handle =
0000000040CA1C70, ClassLinkage = 0000000000000000
FNV hash = be9f20967e4cfc11
returns result = 0, handle = 00000000254A0150
HackerDevice::CreateVertexShader called with BytecodeLength = 3380, handle =
0000000040CA2F70, ClassLinkage = 0000000000000000
FNV hash = 6f79aecb1e452909
returns result = 0, handle = 000000002549E310
HackerDevice::CreatePixelShader called with BytecodeLength = 5564, handle =
0000000040CA3CA8, ClassLinkage = 0000000000000000
FNV hash = 4b0dc98ef8f0e652
returns result = 0, handle = 000000002549E490
HackerDevice::CreateVertexShader called with BytecodeLength = 5844, handle =
0000000040CA5285, ClassLinkage = 0000000000000000
FNV hash = 2c018215d6e8fe5c
returns result = 0, handle = 000000002549E8D0
HackerDevice::CreatePixelShader called with BytecodeLength = 4492, handle =
0000000040CA695D, ClassLinkage = 0000000000000000
FNV hash = 3be0d9cc97486f90
returns result = 0, handle = 00000000254A0590
HackerDevice::CreateVertexShader called with BytecodeLength = 4432, handle =
0000000040CA7B04, ClassLinkage = 0000000000000000
FNV hash = 683a8adb0a04ce0b
returns result = 0, handle = 0000000025493B10
HackerDevice::CreatePixelShader called with BytecodeLength = 3104, handle =
0000000040CA8C58, ClassLinkage = 0000000000000000
FNV hash = 2b2c8e5e69509316
returns result = 0, handle = 0000000025491F90
HackerDevice::CreateVertexShader called with BytecodeLength = 4432, handle =
0000000040CA9894, ClassLinkage = 0000000000000000
FNV hash = 5e8e3a186cfb9ae2
returns result = 0, handle = 0000000025492850
HackerDevice::CreatePixelShader called with BytecodeLength = 4668, handle =
0000000040CAA9E8, ClassLinkage = 0000000000000000
FNV hash = 32e79548e6ba8c80
returns result = 0, handle = 0000000025493690
HackerDevice::CreateVertexShader called with BytecodeLength = 6508, handle =
0000000040CABC46, ClassLinkage = 0000000000000000
FNV hash = 57c4a1bf20ced61f
returns result = 0, handle = 0000000025494390
HackerDevice::CreatePixelShader called with BytecodeLength = 4836, handle =
0000000040CAD5B6, ClassLinkage = 0000000000000000
FNV hash = be9f20967e4cfc11
returns result = 0, handle = 0000000025492F90
HackerDevice::CreateVertexShader called with BytecodeLength = 5748, handle =
0000000040CAE8B2, ClassLinkage = 0000000000000000
FNV hash = a0015f5c9566894c
returns result = 0, handle = 00000000254933D0
HackerDevice::CreatePixelShader called with BytecodeLength = 10548, handle =
0000000040CAFF2A, ClassLinkage = 0000000000000000
FNV hash = 25ab0c0bc5c1ce97
returns result = 0, handle = 0000000025493550
HackerDevice::CreateVertexShader called with BytecodeLength = 2672, handle =
0000000040CB2879, ClassLinkage = 0000000000000000
FNV hash = df955db4e8d7ab78
returns result = 0, handle = 0000000025496490
HackerDevice::CreatePixelShader called with BytecodeLength = 5900, handle =
0000000040CB32ED, ClassLinkage = 0000000000000000
FNV hash = 5ac44458436ab532
returns result = 0, handle = 0000000025491150
HackerDevice::CreateVertexShader called with BytecodeLength = 4320, handle =
0000000040CB4A1A, ClassLinkage = 0000000000000000
FNV hash = 7eede71b9a04bd29
returns result = 0, handle = 0000000025494950
HackerDevice::CreatePixelShader called with BytecodeLength = 6160, handle =
0000000040CB5AFE, ClassLinkage = 0000000000000000
FNV hash = 8c41905b5fffd6b7
returns result = 0, handle = 00000000254947D0
HackerDevice::CreateVertexShader called with BytecodeLength = 3328, handle =
0000000040CB732B, ClassLinkage = 0000000000000000
FNV hash = b0962c8a236893bb
returns result = 0, handle = 00000000254961D0
HackerDevice::CreatePixelShader called with BytecodeLength = 12436, handle =
0000000040CB802F, ClassLinkage = 0000000000000000
FNV hash = 1ec03dcf554f3abe
returns result = 0, handle = 0000000025492E10
HackerDevice::CreateVertexShader called with BytecodeLength = 3324, handle =
0000000040CBB0DF, ClassLinkage = 0000000000000000
FNV hash = b68c1d134eba82a6
returns result = 0, handle = 0000000025491710
HackerDevice::CreatePixelShader called with BytecodeLength = 12456, handle =
0000000040CBBDDF, ClassLinkage = 0000000000000000
FNV hash = 948f57266e89a5ed
returns result = 0, handle = 00000000254940D0
HackerDevice::CreateVertexShader called with BytecodeLength = 3844, handle =
0000000040CBEEA8, ClassLinkage = 0000000000000000
FNV hash = dca01d58e0adeed3
returns result = 0, handle = 0000000025492290
HackerDevice::CreatePixelShader called with BytecodeLength = 12528, handle =
0000000040CBFDB0, ClassLinkage = 0000000000000000
FNV hash = f3f68cfc6fd279d0
returns result = 0, handle = 0000000025494C50
HackerDevice::CreateVertexShader called with BytecodeLength = 3328, handle =
0000000040CC2EC0, ClassLinkage = 0000000000000000
FNV hash = ddb3e0edc94030ee
returns result = 0, handle = 00000000254929D0
HackerDevice::CreatePixelShader called with BytecodeLength = 13332, handle =
0000000040CC3BC4, ClassLinkage = 0000000000000000
FNV hash = 89a18b49653d71c6
returns result = 0, handle = 0000000025496610
HackerDevice::CreateVertexShader called with BytecodeLength = 4356, handle =
0000000040CC6FEE, ClassLinkage = 0000000000000000
FNV hash = 0225d86ec6b97452
returns result = 0, handle = 0000000025493C50
HackerDevice::CreatePixelShader called with BytecodeLength = 10560, handle =
0000000040CC80F6, ClassLinkage = 0000000000000000
FNV hash = 0af8766b3d0aa45b
returns result = 0, handle = 0000000025494AD0
HackerDevice::CreateVertexShader called with BytecodeLength = 4356, handle =
0000000040CCAA4E, ClassLinkage = 0000000000000000
FNV hash = 0225d86ec6b97452
returns result = 0, handle = 0000000025495350
HackerDevice::CreatePixelShader called with BytecodeLength = 10560, handle =
0000000040CCBB56, ClassLinkage = 0000000000000000
FNV hash = 0af8766b3d0aa45b
returns result = 0, handle = 0000000025492B10
HackerDevice::CreateVertexShader called with BytecodeLength = 4356, handle =
0000000040CCE4AC, ClassLinkage = 0000000000000000
FNV hash = 0225d86ec6b97452
returns result = 0, handle = 0000000025492410
HackerDevice::CreatePixelShader called with BytecodeLength = 11084, handle =
0000000040CCF5B4, ClassLinkage = 0000000000000000
FNV hash = 70d650a5476004d4
returns result = 0, handle = 0000000025493810
HackerDevice::CreateVertexShader called with BytecodeLength = 4356, handle =
0000000040CD2118, ClassLinkage = 0000000000000000
FNV hash = 0225d86ec6b97452
returns result = 0, handle = 0000000025492C90
HackerDevice::CreatePixelShader called with BytecodeLength = 11084, handle =
0000000040CD3220, ClassLinkage = 0000000000000000
FNV hash = 70d650a5476004d4
returns result = 0, handle = 0000000025495210
HackerDevice::CreateVertexShader called with BytecodeLength = 4356, handle =
0000000040CD5D82, ClassLinkage = 0000000000000000
FNV hash = 0225d86ec6b97452
returns result = 0, handle = 00000000254930D0
HackerDevice::CreatePixelShader called with BytecodeLength = 11800, handle =
0000000040CD6E8A, ClassLinkage = 0000000000000000
FNV hash = cbc39fd97dab9b70
returns result = 0, handle = 0000000025495650
HackerDevice::CreateVertexShader called with BytecodeLength = 4356, handle =
0000000040CD9CBA, ClassLinkage = 0000000000000000
FNV hash = 0225d86ec6b97452
returns result = 0, handle = 0000000025493250
HackerDevice::CreatePixelShader called with BytecodeLength = 11800, handle =
0000000040CDADC2, ClassLinkage = 0000000000000000
FNV hash = cbc39fd97dab9b70
returns result = 0, handle = 0000000025490FD0
HackerDevice::CreateVertexShader called with BytecodeLength = 3456, handle =
0000000040CDDBF3, ClassLinkage = 0000000000000000
FNV hash = 872f3704181a65b9
returns result = 0, handle = 0000000025493990
HackerDevice::CreatePixelShader called with BytecodeLength = 6644, handle =
0000000040CDE977, ClassLinkage = 0000000000000000
FNV hash = 39426989043484f7
returns result = 0, handle = 0000000025494210
HackerDevice::CreateVertexShader called with BytecodeLength = 3456, handle =
0000000040CE0386, ClassLinkage = 0000000000000000
FNV hash = 872f3704181a65b9
returns result = 0, handle = 0000000025491890
HackerDevice::CreatePixelShader called with BytecodeLength = 6644, handle =
0000000040CE110A, ClassLinkage = 0000000000000000
FNV hash = 39426989043484f7
returns result = 0, handle = 0000000025493DD0
HackerDevice::CreateVertexShader called with BytecodeLength = 3456, handle =
0000000040CE2B17, ClassLinkage = 0000000000000000
FNV hash = 872f3704181a65b9
returns result = 0, handle = 0000000025495C10
HackerDevice::CreatePixelShader called with BytecodeLength = 7168, handle =
0000000040CE389B, ClassLinkage = 0000000000000000
FNV hash = 19724c93f41eef06
returns result = 0, handle = 0000000025493F50
HackerDevice::CreateVertexShader called with BytecodeLength = 3456, handle =
0000000040CE54B6, ClassLinkage = 0000000000000000
FNV hash = 872f3704181a65b9
returns result = 0, handle = 0000000025495D90
HackerDevice::CreatePixelShader called with BytecodeLength = 7168, handle =
0000000040CE623A, ClassLinkage = 0000000000000000
FNV hash = 19724c93f41eef06
returns result = 0, handle = 0000000025490B90
HackerDevice::CreateVertexShader called with BytecodeLength = 3456, handle =
0000000040CE7E53, ClassLinkage = 0000000000000000
FNV hash = 872f3704181a65b9
returns result = 0, handle = 0000000025494D90
HackerDevice::CreatePixelShader called with BytecodeLength = 7884, handle =
0000000040CE8BD7, ClassLinkage = 0000000000000000
FNV hash = 0f6222a58a751735
returns result = 0, handle = 0000000025494F10
HackerDevice::CreateVertexShader called with BytecodeLength = 3456, handle =
0000000040CEAABE, ClassLinkage = 0000000000000000
FNV hash = 872f3704181a65b9
returns result = 0, handle = 0000000025494510
HackerDevice::CreatePixelShader called with BytecodeLength = 7884, handle =
0000000040CEB842, ClassLinkage = 0000000000000000
FNV hash = 0f6222a58a751735
returns result = 0, handle = 0000000025491CD0
HackerDevice::CreateVertexShader called with BytecodeLength = 3832, handle =
0000000040CED729, ClassLinkage = 0000000000000000
FNV hash = a77f2c9ddaf006d4
returns result = 0, handle = 0000000025490D10
HackerDevice::CreatePixelShader called with BytecodeLength = 5508, handle =
0000000040CEE625, ClassLinkage = 0000000000000000
FNV hash = d7029f6b2549afec
returns result = 0, handle = 0000000025491E50
HackerDevice::CreateVertexShader called with BytecodeLength = 4216, handle =
0000000040CEFBBE, ClassLinkage = 0000000000000000
FNV hash = bf5fda04559f20de
returns result = 0, handle = 0000000025494690
HackerDevice::CreatePixelShader called with BytecodeLength = 9460, handle =
0000000040CF0C3A, ClassLinkage = 0000000000000000
FNV hash = ef013ff4ca523039
returns result = 0, handle = 0000000025495090
HackerDevice::CreateVertexShader called with BytecodeLength = 3316, handle =
0000000040CF3146, ClassLinkage = 0000000000000000
FNV hash = eb8168ea368a9276
returns result = 0, handle = 0000000025492110
HackerDevice::CreatePixelShader called with BytecodeLength = 5544, handle =
0000000040CF3E3E, ClassLinkage = 0000000000000000
FNV hash = e9d76084cf154b7e
returns result = 0, handle = 00000000254919D0
HackerDevice::CreateVertexShader called with BytecodeLength = 4452, handle =
0000000040CF5400, ClassLinkage = 0000000000000000
FNV hash = ac6af7a27a8f0633
returns result = 0, handle = 0000000025495ED0
HackerDevice::CreatePixelShader called with BytecodeLength = 4692, handle =
0000000040CF6568, ClassLinkage = 0000000000000000
FNV hash = e7d6d899d8e2f67b
returns result = 0, handle = 00000000254912D0
HackerDevice::CreateVertexShader called with BytecodeLength = 5260, handle =
0000000040CF77D9, ClassLinkage = 0000000000000000
FNV hash = b04204117bfebf44
returns result = 0, handle = 0000000025495A90
HackerDevice::CreatePixelShader called with BytecodeLength = 4692, handle =
0000000040CF8C69, ClassLinkage = 0000000000000000
FNV hash = e7d6d899d8e2f67b
returns result = 0, handle = 0000000025496050
HackerDevice::CreateVertexShader called with BytecodeLength = 5564, handle =
0000000040CF9ED7, ClassLinkage = 0000000000000000
FNV hash = dbccd459e2dcb7de
returns result = 0, handle = 0000000025492550
HackerDevice::CreatePixelShader called with BytecodeLength = 5940, handle =
0000000040CFB497, ClassLinkage = 0000000000000000
FNV hash = 627ae7d61b76de85
returns result = 0, handle = 0000000025496350
HackerDevice::CreateVertexShader called with BytecodeLength = 4740, handle =
0000000040CFCBEA, ClassLinkage = 0000000000000000
FNV hash = b099a8a39600b34a
returns result = 0, handle = 0000000025490E50
HackerDevice::CreatePixelShader called with BytecodeLength = 6560, handle =
0000000040CFDE72, ClassLinkage = 0000000000000000
FNV hash = b24f47b0c34d6dec
returns result = 0, handle = 00000000254954D0
HackerDevice::CreateVertexShader called with BytecodeLength = 4740, handle =
0000000040CFF830, ClassLinkage = 0000000000000000
FNV hash = b099a8a39600b34a
returns result = 0, handle = 00000000254926D0
HackerDevice::CreatePixelShader called with BytecodeLength = 12556, handle =
0000000040D00AB8, ClassLinkage = 0000000000000000
FNV hash = 3989322aba7d5be3
returns result = 0, handle = 0000000025491410
HackerDevice::CreateVertexShader called with BytecodeLength = 2732, handle =
0000000040D03BDC, ClassLinkage = 0000000000000000
FNV hash = a00d633c033bfd90
returns result = 0, handle = 00000000254957D0
HackerDevice::CreatePixelShader called with BytecodeLength = 4392, handle =
0000000040D0468C, ClassLinkage = 0000000000000000
FNV hash = 1c758c218628971d
returns result = 0, handle = 0000000025495910
HackerDevice::CreateVertexShader called with BytecodeLength = 4480, handle =
0000000040D057C7, ClassLinkage = 0000000000000000
FNV hash = d3d7c3da4513732d
returns result = 0, handle = 0000000025491590
HackerDevice::CreatePixelShader called with BytecodeLength = 12436, handle =
0000000040D0694B, ClassLinkage = 0000000000000000
FNV hash = 0ba0efe1934624a3
returns result = 0, handle = 0000000025491B50
HackerDevice::CreateVertexShader called with BytecodeLength = 4468, handle =
0000000040D099F8, ClassLinkage = 0000000000000000
FNV hash = b9d469b0c77b2d25
returns result = 0, handle = 00000000254D9E50
HackerDevice::CreatePixelShader called with BytecodeLength = 7308, handle =
0000000040D0AB70, ClassLinkage = 0000000000000000
FNV hash = bb92425f00b2d993
returns result = 0, handle = 00000000254D92D0
HackerDevice::CreateVertexShader called with BytecodeLength = 4724, handle =
0000000040D0C818, ClassLinkage = 0000000000000000
FNV hash = afd1da0a457efe82
returns result = 0, handle = 00000000254DB550
HackerDevice::CreatePixelShader called with BytecodeLength = 19056, handle =
0000000040D0DA90, ClassLinkage = 0000000000000000
FNV hash = 67921531781ec5eb
returns result = 0, handle = 00000000254DCF50
HackerDevice::CreateVertexShader called with BytecodeLength = 2732, handle =
0000000040D12518, ClassLinkage = 0000000000000000
FNV hash = 8ae9aad4beba2fa0
returns result = 0, handle = 00000000254D9450
HackerDevice::CreatePixelShader called with BytecodeLength = 2192, handle =
0000000040D12FC8, ClassLinkage = 0000000000000000
FNV hash = 2da99a2751f43b54
returns result = 0, handle = 00000000254D8750
HackerDevice::CreateVertexShader called with BytecodeLength = 3564, handle =
0000000040D13877, ClassLinkage = 0000000000000000
FNV hash = 9140cf478c673de2
returns result = 0, handle = 00000000254D9B90
HackerDevice::CreatePixelShader called with BytecodeLength = 9240, handle =
0000000040D14667, ClassLinkage = 0000000000000000
FNV hash = 0ee4036fea7b8469
returns result = 0, handle = 00000000254DCDD0
HackerDevice::CreateVertexShader called with BytecodeLength = 3260, handle =
0000000040D16A97, ClassLinkage = 0000000000000000
FNV hash = 81a3d6b433519d6f
returns result = 0, handle = 00000000254D9A10
HackerDevice::CreatePixelShader called with BytecodeLength = 8432, handle =
0000000040D17757, ClassLinkage = 0000000000000000
FNV hash = 338d8469da1680dd
returns result = 0, handle = 00000000254D7A90
HackerDevice::CreateVertexShader called with BytecodeLength = 2660, handle =
0000000040D19864, ClassLinkage = 0000000000000000
FNV hash = 719267b58184bd9a
returns result = 0, handle = 00000000254DC690
HackerDevice::CreatePixelShader called with BytecodeLength = 7960, handle =
0000000040D1A2CC, ClassLinkage = 0000000000000000
FNV hash = c910bc0223000383
returns result = 0, handle = 00000000254DC550
HackerDevice::CreateVertexShader called with BytecodeLength = 3624, handle =
0000000040D1C1FF, ClassLinkage = 0000000000000000
FNV hash = bf58a3bd50c3882b
returns result = 0, handle = 00000000254DA410
HackerDevice::CreatePixelShader called with BytecodeLength = 6232, handle =
0000000040D1D02B, ClassLinkage = 0000000000000000
FNV hash = 650f8da5063bd6ab
returns result = 0, handle = 00000000254D8610
HackerDevice::CreateVertexShader called with BytecodeLength = 3528, handle =
0000000040D1E8A0, ClassLinkage = 0000000000000000
FNV hash = 0f79d3d9ae3d1cd7
returns result = 0, handle = 00000000254D7610
HackerDevice::CreatePixelShader called with BytecodeLength = 8768, handle =
0000000040D1F66C, ClassLinkage = 0000000000000000
FNV hash = 69851b7a27b74337
returns result = 0, handle = 00000000254DC0D0
HackerDevice::CreateVertexShader called with BytecodeLength = 3624, handle =
0000000040D218C8, ClassLinkage = 0000000000000000
FNV hash = 7033cbaa4fc34efb
returns result = 0, handle = 00000000254DA9D0
HackerDevice::CreatePixelShader called with BytecodeLength = 7136, handle =
0000000040D226F4, ClassLinkage = 0000000000000000
FNV hash = a1659fe940feee41
returns result = 0, handle = 00000000254D74D0
HackerDevice::CreateVertexShader called with BytecodeLength = 3244, handle =
0000000040D242F5, ClassLinkage = 0000000000000000
FNV hash = 907437609f4efc40
returns result = 0, handle = 00000000254D8050
HackerDevice::CreatePixelShader called with BytecodeLength = 7456, handle =
0000000040D24FA5, ClassLinkage = 0000000000000000
FNV hash = 2408ee49e0f9cc23
returns result = 0, handle = 00000000254D7910
HackerDevice::CreateVertexShader called with BytecodeLength = 5944, handle =
0000000040D26CE7, ClassLinkage = 0000000000000000
FNV hash = 30dd1b97467d49fe
returns result = 0, handle = 00000000254D7ED0
HackerDevice::CreatePixelShader called with BytecodeLength = 7344, handle =
0000000040D28423, ClassLinkage = 0000000000000000
FNV hash = b5787497c7f5d3a0
returns result = 0, handle = 00000000254DAF90
HackerDevice::CreateVertexShader called with BytecodeLength = 3380, handle =
0000000040D2A0F2, ClassLinkage = 0000000000000000
FNV hash = 6f79aecb1e452909
returns result = 0, handle = 00000000254D8490
HackerDevice::CreatePixelShader called with BytecodeLength = 8032, handle =
0000000040D2AE2A, ClassLinkage = 0000000000000000
FNV hash = 9371f71a7d2dc468
returns result = 0, handle = 00000000254DAE50
HackerDevice::CreateVertexShader called with BytecodeLength = 5844, handle =
0000000040D2CDAE, ClassLinkage = 0000000000000000
FNV hash = 2c018215d6e8fe5c
returns result = 0, handle = 00000000254DB110
HackerDevice::CreatePixelShader called with BytecodeLength = 6960, handle =
0000000040D2E486, ClassLinkage = 0000000000000000
FNV hash = 22163f36c78b85cc
returns result = 0, handle = 00000000254DB410
HackerDevice::CreateVertexShader called with BytecodeLength = 4432, handle =
0000000040D2FFD4, ClassLinkage = 0000000000000000
FNV hash = 683a8adb0a04ce0b
returns result = 0, handle = 00000000254DB850
HackerDevice::CreatePixelShader called with BytecodeLength = 6232, handle =
0000000040D31128, ClassLinkage = 0000000000000000
FNV hash = 650f8da5063bd6ab
returns result = 0, handle = 00000000254DA590
HackerDevice::CreateVertexShader called with BytecodeLength = 4432, handle =
0000000040D3299F, ClassLinkage = 0000000000000000
FNV hash = 5e8e3a186cfb9ae2
returns result = 0, handle = 00000000254DB6D0
HackerDevice::CreatePixelShader called with BytecodeLength = 7136, handle =
0000000040D33AF3, ClassLinkage = 0000000000000000
FNV hash = a1659fe940feee41
returns result = 0, handle = 00000000254DBF90
HackerDevice::CreateVertexShader called with BytecodeLength = 6508, handle =
0000000040D356F8, ClassLinkage = 0000000000000000
FNV hash = 57c4a1bf20ced61f
returns result = 0, handle = 00000000254DC810
HackerDevice::CreatePixelShader called with BytecodeLength = 7344, handle =
0000000040D37068, ClassLinkage = 0000000000000000
FNV hash = b5787497c7f5d3a0
returns result = 0, handle = 00000000254DA710
HackerDevice::CreateVertexShader called with BytecodeLength = 5748, handle =
0000000040D38D33, ClassLinkage = 0000000000000000
FNV hash = a0015f5c9566894c
returns result = 0, handle = 00000000254D7790
HackerDevice::CreatePixelShader called with BytecodeLength = 12432, handle =
0000000040D3A3AB, ClassLinkage = 0000000000000000
FNV hash = d8f649a08eb81c80
returns result = 0, handle = 00000000254D8190
HackerDevice::CreateVertexShader called with BytecodeLength = 2672, handle =
0000000040D3D459, ClassLinkage = 0000000000000000
FNV hash = df955db4e8d7ab78
returns result = 0, handle = 00000000254D88D0
HackerDevice::CreatePixelShader called with BytecodeLength = 8368, handle =
0000000040D3DECD, ClassLinkage = 0000000000000000
FNV hash = 56d4ff3c58d199a7
returns result = 0, handle = 00000000254DA2D0
HackerDevice::CreateVertexShader called with BytecodeLength = 4320, handle =
0000000040D3FFA1, ClassLinkage = 0000000000000000
FNV hash = 7eede71b9a04bd29
returns result = 0, handle = 00000000254DC990
HackerDevice::CreatePixelShader called with BytecodeLength = 8628, handle =
0000000040D41085, ClassLinkage = 0000000000000000
FNV hash = c708766577fe1435
returns result = 0, handle = 00000000254D9750
HackerDevice::CreateVertexShader called with BytecodeLength = 3328, handle =
0000000040D43259, ClassLinkage = 0000000000000000
FNV hash = b0962c8a236893bb
returns result = 0, handle = 00000000254D9D10
HackerDevice::CreatePixelShader called with BytecodeLength = 14904, handle =
0000000040D43F5D, ClassLinkage = 0000000000000000
FNV hash = 3fa234609d155310
returns result = 0, handle = 00000000254DB9D0
HackerDevice::CreateVertexShader called with BytecodeLength = 3324, handle =
0000000040D479B4, ClassLinkage = 0000000000000000
FNV hash = b68c1d134eba82a6
returns result = 0, handle = 00000000254D95D0
HackerDevice::CreatePixelShader called with BytecodeLength = 14924, handle =
0000000040D486B4, ClassLinkage = 0000000000000000
FNV hash = 5a5eaa80b1739668
returns result = 0, handle = 00000000254D9190
HackerDevice::CreateVertexShader called with BytecodeLength = 3844, handle =
0000000040D4C124, ClassLinkage = 0000000000000000
FNV hash = dca01d58e0adeed3
returns result = 0, handle = 00000000254D7BD0
HackerDevice::CreatePixelShader called with BytecodeLength = 14996, handle =
0000000040D4D02C, ClassLinkage = 0000000000000000
FNV hash = e88bf0395d1700ca
returns result = 0, handle = 00000000254D7D50
HackerDevice::CreateVertexShader called with BytecodeLength = 3328, handle =
0000000040D50AE3, ClassLinkage = 0000000000000000
FNV hash = ddb3e0edc94030ee
returns result = 0, handle = 00000000254D8A50
HackerDevice::CreatePixelShader called with BytecodeLength = 15800, handle =
0000000040D517E7, ClassLinkage = 0000000000000000
FNV hash = e496f68ca1f44997
returns result = 0, handle = 00000000254D9890
HackerDevice::CreateVertexShader called with BytecodeLength = 4356, handle =
0000000040D555B8, ClassLinkage = 0000000000000000
FNV hash = 0225d86ec6b97452
returns result = 0, handle = 00000000254D8310
HackerDevice::CreatePixelShader called with BytecodeLength = 13028, handle =
0000000040D566C0, ClassLinkage = 0000000000000000
FNV hash = 7eb798953d979b7c
returns result = 0, handle = 00000000254DB290
HackerDevice::CreateVertexShader called with BytecodeLength = 4356, handle =
0000000040D599BF, ClassLinkage = 0000000000000000
FNV hash = 0225d86ec6b97452
returns result = 0, handle = 00000000254D8BD0
HackerDevice::CreatePixelShader called with BytecodeLength = 13028, handle =
0000000040D5AAC7, ClassLinkage = 0000000000000000
FNV hash = 7eb798953d979b7c
returns result = 0, handle = 00000000254D9FD0
HackerDevice::CreateVertexShader called with BytecodeLength = 4356, handle =
0000000040D5DDC4, ClassLinkage = 0000000000000000
FNV hash = 0225d86ec6b97452
returns result = 0, handle = 00000000254DCB10
HackerDevice::CreatePixelShader called with BytecodeLength = 13552, handle =
0000000040D5EECC, ClassLinkage = 0000000000000000
FNV hash = 03480d364984ab4a
returns result = 0, handle = 00000000254D8D10
HackerDevice::CreateVertexShader called with BytecodeLength = 4356, handle =
0000000040D623D7, ClassLinkage = 0000000000000000
FNV hash = 0225d86ec6b97452
returns result = 0, handle = 00000000254DBB10
HackerDevice::CreatePixelShader called with BytecodeLength = 13552, handle =
0000000040D634DF, ClassLinkage = 0000000000000000
FNV hash = 03480d364984ab4a
returns result = 0, handle = 00000000254DCC50
HackerDevice::CreateVertexShader called with BytecodeLength = 4356, handle =
0000000040D669E8, ClassLinkage = 0000000000000000
FNV hash = 0225d86ec6b97452
returns result = 0, handle = 00000000254D8E90
HackerDevice::CreatePixelShader called with BytecodeLength = 14268, handle =
0000000040D67AF0, ClassLinkage = 0000000000000000
FNV hash = 9f62cabe7f5cbe57
returns result = 0, handle = 00000000254DBC90
HackerDevice::CreateVertexShader called with BytecodeLength = 4356, handle =
0000000040D6B2C7, ClassLinkage = 0000000000000000
FNV hash = 0225d86ec6b97452
returns result = 0, handle = 00000000254DBE10
HackerDevice::CreatePixelShader called with BytecodeLength = 14268, handle =
0000000040D6C3CF, ClassLinkage = 0000000000000000
FNV hash = 9f62cabe7f5cbe57
returns result = 0, handle = 00000000254D9010
HackerDevice::CreateVertexShader called with BytecodeLength = 3456, handle =
0000000040D6FBA7, ClassLinkage = 0000000000000000
FNV hash = 872f3704181a65b9
returns result = 0, handle = 00000000254DC250
HackerDevice::CreatePixelShader called with BytecodeLength = 9112, handle =
0000000040D7092B, ClassLinkage = 0000000000000000
FNV hash = 5fd9b571e6f52ef4
returns result = 0, handle = 00000000254DC3D0
HackerDevice::CreateVertexShader called with BytecodeLength = 3456, handle =
0000000040D72CE1, ClassLinkage = 0000000000000000
FNV hash = 872f3704181a65b9
returns result = 0, handle = 00000000254DA150
HackerDevice::CreatePixelShader called with BytecodeLength = 9112, handle =
0000000040D73A65, ClassLinkage = 0000000000000000
FNV hash = 5fd9b571e6f52ef4
returns result = 0, handle = 00000000254DA890
HackerDevice::CreateVertexShader called with BytecodeLength = 3456, handle =
0000000040D75E19, ClassLinkage = 0000000000000000
FNV hash = 872f3704181a65b9
returns result = 0, handle = 00000000254DAB50
HackerDevice::CreatePixelShader called with BytecodeLength = 9636, handle =
0000000040D76B9D, ClassLinkage = 0000000000000000
FNV hash = 4b5f409d5caa2669
returns result = 0, handle = 00000000254DACD0
HackerDevice::CreateVertexShader called with BytecodeLength = 3456, handle =
0000000040D7915F, ClassLinkage = 0000000000000000
FNV hash = 872f3704181a65b9
returns result = 0, handle = 00000000254DD690
HackerDevice::CreatePixelShader called with BytecodeLength = 9636, handle =
0000000040D79EE3, ClassLinkage = 0000000000000000
FNV hash = 4b5f409d5caa2669
returns result = 0, handle = 00000000254DE650
HackerDevice::CreateVertexShader called with BytecodeLength = 3456, handle =
0000000040D7C4A3, ClassLinkage = 0000000000000000
FNV hash = 872f3704181a65b9
returns result = 0, handle = 00000000254E2850
HackerDevice::CreatePixelShader called with BytecodeLength = 10352, handle =
0000000040D7D227, ClassLinkage = 0000000000000000
FNV hash = 704765a01223ace4
returns result = 0, handle = 00000000254E1890
HackerDevice::CreateVertexShader called with BytecodeLength = 3456, handle =
0000000040C8001E, ClassLinkage = 0000000000000000
FNV hash = 872f3704181a65b9
returns result = 0, handle = 00000000254DFBD0
HackerDevice::CreatePixelShader called with BytecodeLength = 10352, handle =
0000000040C80DA2, ClassLinkage = 0000000000000000
FNV hash = 704765a01223ace4
returns result = 0, handle = 00000000254E0010
HackerDevice::CreateVertexShader called with BytecodeLength = 3832, handle =
0000000040C83630, ClassLinkage = 0000000000000000
FNV hash = a77f2c9ddaf006d4
returns result = 0, handle = 00000000254E1FD0
HackerDevice::CreatePixelShader called with BytecodeLength = 5508, handle =
0000000040C8452C, ClassLinkage = 0000000000000000
FNV hash = d7029f6b2549afec
returns result = 0, handle = 00000000254E2590
HackerDevice::CreateVertexShader called with BytecodeLength = 4216, handle =
0000000040C85AC8, ClassLinkage = 0000000000000000
FNV hash = bf5fda04559f20de
returns result = 0, handle = 00000000254DFD50
HackerDevice::CreatePixelShader called with BytecodeLength = 11928, handle =
0000000040C86B44, ClassLinkage = 0000000000000000
FNV hash = b7ccf6aae5cab3c7
returns result = 0, handle = 00000000254E0490
HackerDevice::CreateVertexShader called with BytecodeLength = 3316, handle =
0000000040C899F7, ClassLinkage = 0000000000000000
FNV hash = eb8168ea368a9276
returns result = 0, handle = 00000000254DFED0
HackerDevice::CreatePixelShader called with BytecodeLength = 8012, handle =
0000000040C8A6EF, ClassLinkage = 0000000000000000
FNV hash = d803a0e5053096ab
returns result = 0, handle = 00000000254E15D0
HackerDevice::CreateVertexShader called with BytecodeLength = 4452, handle =
0000000040C8C658, ClassLinkage = 0000000000000000
FNV hash = ac6af7a27a8f0633
returns result = 0, handle = 00000000254DF490
HackerDevice::CreatePixelShader called with BytecodeLength = 7160, handle =
0000000040C8D7C0, ClassLinkage = 0000000000000000
FNV hash = dfaf58e6420c8994
returns result = 0, handle = 00000000254E2150
HackerDevice::CreateVertexShader called with BytecodeLength = 5260, handle =
0000000040C8F3D8, ClassLinkage = 0000000000000000
FNV hash = b04204117bfebf44
returns result = 0, handle = 00000000254E2290
HackerDevice::CreatePixelShader called with BytecodeLength = 7160, handle =
0000000040C90868, ClassLinkage = 0000000000000000
FNV hash = dfaf58e6420c8994
returns result = 0, handle = 00000000254E29D0
HackerDevice::CreateVertexShader called with BytecodeLength = 4740, handle =
0000000040C9247D, ClassLinkage = 0000000000000000
FNV hash = b099a8a39600b34a
returns result = 0, handle = 00000000254DD7D0
HackerDevice::CreatePixelShader called with BytecodeLength = 8408, handle =
0000000040C93705, ClassLinkage = 0000000000000000
FNV hash = 4a747783281bc354
returns result = 0, handle = 00000000254DDAD0
HackerDevice::CreateVertexShader called with BytecodeLength = 4740, handle =
0000000040C957FF, ClassLinkage = 0000000000000000
FNV hash = b099a8a39600b34a
returns result = 0, handle = 00000000254DDF10
HackerDevice::CreatePixelShader called with BytecodeLength = 10048, handle =
0000000040C96A87, ClassLinkage = 0000000000000000
FNV hash = 6c35130375343ea7
returns result = 0, handle = 00000000254E2410
HackerDevice::CreateVertexShader called with BytecodeLength = 4740, handle =
0000000040C991E8, ClassLinkage = 0000000000000000
FNV hash = b099a8a39600b34a
returns result = 0, handle = 00000000254DFA50
HackerDevice::CreatePixelShader called with BytecodeLength = 14964, handle =
0000000040C9A470, ClassLinkage = 0000000000000000
FNV hash = c611bd0470aff182
returns result = 0, handle = 00000000254DEED0
HackerDevice::CreateVertexShader called with BytecodeLength = 3692, handle =
0000000040C8001A, ClassLinkage = 0000000000000000
FNV hash = 3671c73edd99345d
returns result = 0, handle = 00000000254E2710
HackerDevice::CreatePixelShader called with BytecodeLength = 11608, handle =
0000000040C80E8A, ClassLinkage = 0000000000000000
FNV hash = 4d66b8703f24acd2
returns result = 0, handle = 00000000254DDC50
HackerDevice::CreateVertexShader called with BytecodeLength = 2032, handle =
0000000040C83BF6, ClassLinkage = 0000000000000000
FNV hash = 5c6b24e9adaa87d4
returns result = 0, handle = 00000000254DF050
HackerDevice::CreatePixelShader called with BytecodeLength = 952, handle =
0000000040C843EA, ClassLinkage = 0000000000000000
FNV hash = db7e6d8b1e27d7fd
returns result = 0, handle = 00000000254E2B50
HackerDevice::CreateVertexShader called with BytecodeLength = 2436, handle =
0000000040C847B4, ClassLinkage = 0000000000000000
FNV hash = 6b8af6b489ecb0cb
returns result = 0, handle = 00000000254E1710
HackerDevice::CreatePixelShader called with BytecodeLength = 1360, handle =
0000000040C8513C, ClassLinkage = 0000000000000000
FNV hash = b6ef5c90e739a67b
returns result = 0, handle = 00000000254E0190
HackerDevice::CreateVertexShader called with BytecodeLength = 3496, handle =
0000000040C856A0, ClassLinkage = 0000000000000000
FNV hash = a8cb314e399ee8d3
returns result = 0, handle = 00000000254DD0D0
HackerDevice::CreatePixelShader called with BytecodeLength = 1360, handle =
0000000040C8644C, ClassLinkage = 0000000000000000
FNV hash = b6ef5c90e739a67b
returns result = 0, handle = 00000000254DED90
HackerDevice::CreateVertexShader called with BytecodeLength = 2184, handle =
0000000040C869B8, ClassLinkage = 0000000000000000
FNV hash = 869106cb0542f199
returns result = 0, handle = 00000000254DD210
HackerDevice::CreatePixelShader called with BytecodeLength = 1820, handle =
0000000040C87244, ClassLinkage = 0000000000000000
FNV hash = d508ae4c33052458
returns result = 0, handle = 00000000254E0310
HackerDevice::CreateVertexShader called with BytecodeLength = 2032, handle =
0000000040C87974, ClassLinkage = 0000000000000000
FNV hash = 5c6b24e9adaa87d4
returns result = 0, handle = 00000000254E05D0
HackerDevice::CreatePixelShader called with BytecodeLength = 2016, handle =
0000000040C88168, ClassLinkage = 0000000000000000
FNV hash = e6e8ccc6f7a936e7
returns result = 0, handle = 00000000254DE350
HackerDevice::CreateVertexShader called with BytecodeLength = 2032, handle =
0000000040C88958, ClassLinkage = 0000000000000000
FNV hash = 5c6b24e9adaa87d4
returns result = 0, handle = 00000000254E0E90
HackerDevice::CreatePixelShader called with BytecodeLength = 2164, handle =
0000000040C8914C, ClassLinkage = 0000000000000000
FNV hash = 3b283e01093086d8
returns result = 0, handle = 00000000254DF1D0
HackerDevice::CreateVertexShader called with BytecodeLength = 1740, handle =
0000000040C899D4, ClassLinkage = 0000000000000000
FNV hash = e14ada6990c64310
returns result = 0, handle = 00000000254E1010
HackerDevice::CreatePixelShader called with BytecodeLength = 1516, handle =
0000000040C8A0A4, ClassLinkage = 0000000000000000
FNV hash = 771a556eb7cd68fd
returns result = 0, handle = 00000000254DD390
HackerDevice::CreateVertexShader called with BytecodeLength = 1840, handle =
0000000040C8A6AA, ClassLinkage = 0000000000000000
FNV hash = 3150533bb740b8e0
returns result = 0, handle = 00000000254DD510
HackerDevice::CreatePixelShader called with BytecodeLength = 1248, handle =
0000000040C8ADDE, ClassLinkage = 0000000000000000
FNV hash = d7e23a8f8263d11a
returns result = 0, handle = 00000000254E12D0
HackerDevice::CreateVertexShader called with BytecodeLength = 1300, handle =
0000000040C8B2D8, ClassLinkage = 0000000000000000
FNV hash = 9e4f3d084927231b
returns result = 0, handle = 00000000254DE210
HackerDevice::CreatePixelShader called with BytecodeLength = 2552, handle =
0000000040C8B7F0, ClassLinkage = 0000000000000000
FNV hash = 539828b71acaf10c
returns result = 0, handle = 00000000254DEA90
HackerDevice::CreateVertexShader called with BytecodeLength = 1300, handle =
0000000040C8C202, ClassLinkage = 0000000000000000
FNV hash = 9e4f3d084927231b
returns result = 0, handle = 00000000254DD950
HackerDevice::CreatePixelShader called with BytecodeLength = 2552, handle =
0000000040C8C71A, ClassLinkage = 0000000000000000
FNV hash = 65dc0074b939c9f9
returns result = 0, handle = 00000000254DE910
HackerDevice::CreateVertexShader called with BytecodeLength = 1300, handle =
0000000040C8D12B, ClassLinkage = 0000000000000000
FNV hash = ba3fefed0b11ef6c
returns result = 0, handle = 00000000254DEC10
HackerDevice::CreatePixelShader called with BytecodeLength = 1184, handle =
0000000040C8D643, ClassLinkage = 0000000000000000
FNV hash = e1b5b4e53e5ba049
returns result = 0, handle = 00000000254DE7D0
HackerDevice::CreateVertexShader called with BytecodeLength = 1240, handle =
0000000040C8DAF8, ClassLinkage = 0000000000000000
FNV hash = 622e251e9948f067
returns result = 0, handle = 00000000254E0D10
HackerDevice::CreatePixelShader called with BytecodeLength = 1284, handle =
0000000040C8DFD4, ClassLinkage = 0000000000000000
FNV hash = d17efb73cbcc85e5
returns result = 0, handle = 00000000254DF350
HackerDevice::CreateVertexShader called with BytecodeLength = 1532, handle =
0000000040C8E4FD, ClassLinkage = 0000000000000000
FNV hash = c6693ef17fefbb99
returns result = 0, handle = 00000000254E0750
HackerDevice::CreatePixelShader called with BytecodeLength = 15532, handle =
0000000040C8EAFD, ClassLinkage = 0000000000000000
FNV hash = e1c5881be645c372
returns result = 0, handle = 00000000254DF610
HackerDevice::CreateVertexShader called with BytecodeLength = 1532, handle =
0000000040C927D3, ClassLinkage = 0000000000000000
FNV hash = c6693ef17fefbb99
returns result = 0, handle = 00000000254DE090
HackerDevice::CreatePixelShader called with BytecodeLength = 7540, handle =
0000000040C92DD3, ClassLinkage = 0000000000000000
FNV hash = c8c62ab580e19de1
returns result = 0, handle = 00000000254DF790
HackerDevice::CreateVertexShader called with BytecodeLength = 1532, handle =
0000000040C94B83, ClassLinkage = 0000000000000000
FNV hash = c6693ef17fefbb99
returns result = 0, handle = 00000000254DDD90
HackerDevice::CreatePixelShader called with BytecodeLength = 7668, handle =
0000000040C95183, ClassLinkage = 0000000000000000
FNV hash = 34950cb64c9eb8b1
returns result = 0, handle = 00000000254E08D0
HackerDevice::CreateVertexShader called with BytecodeLength = 1532, handle =
0000000040C96FAE, ClassLinkage = 0000000000000000
FNV hash = c6693ef17fefbb99
returns result = 0, handle = 00000000254DF910
HackerDevice::CreatePixelShader called with BytecodeLength = 15592, handle =
0000000040C975AE, ClassLinkage = 0000000000000000
FNV hash = 9e4b4393cae5afc7
returns result = 0, handle = 00000000254E0A50
HackerDevice::CreateVertexShader called with BytecodeLength = 1532, handle =
0000000040C9B2CC, ClassLinkage = 0000000000000000
FNV hash = c6693ef17fefbb99
returns result = 0, handle = 00000000254DE4D0
HackerDevice::CreatePixelShader called with BytecodeLength = 15660, handle =
0000000040C9B8CC, ClassLinkage = 0000000000000000
FNV hash = 3a77f99ef3f3c484
returns result = 0, handle = 00000000254E1150
HackerDevice::CreateVertexShader called with BytecodeLength = 1532, handle =
0000000040C9F62C, ClassLinkage = 0000000000000000
FNV hash = c6693ef17fefbb99
returns result = 0, handle = 00000000254E0B90
HackerDevice::CreatePixelShader called with BytecodeLength = 16184, handle =
0000000040C9FC2C, ClassLinkage = 0000000000000000
FNV hash = 7353847b7df69f2b
returns result = 0, handle = 00000000254E1450
HackerDevice::CreateVertexShader called with BytecodeLength = 1532, handle =
0000000040CA3B94, ClassLinkage = 0000000000000000
FNV hash = c6693ef17fefbb99
returns result = 0, handle = 00000000254E1A10
HackerDevice::CreatePixelShader called with BytecodeLength = 3252, handle =
0000000040CA4194, ClassLinkage = 0000000000000000
FNV hash = 91a6830d31040abe
returns result = 0, handle = 00000000254E1B90
HackerDevice::CreateVertexShader called with BytecodeLength = 1532, handle =
0000000040CA4E76, ClassLinkage = 0000000000000000
FNV hash = c6693ef17fefbb99
returns result = 0, handle = 00000000254E1CD0
HackerDevice::CreatePixelShader called with BytecodeLength = 15192, handle =
0000000040CA5476, ClassLinkage = 0000000000000000
FNV hash = e9ad850da3ae362c
returns result = 0, handle = 00000000254E1E50
HackerDevice::CreateVertexShader called with BytecodeLength = 3316, handle =
0000000040CA8FE6, ClassLinkage = 0000000000000000
FNV hash = b7d0342bc75e046f
returns result = 0, handle = 00000000254E7610
HackerDevice::CreatePixelShader called with BytecodeLength = 3492, handle =
0000000040CA9CDE, ClassLinkage = 0000000000000000
FNV hash = ce2eca7983813586
returns result = 0, handle = 00000000254E6A90
HackerDevice::CreateVertexShader called with BytecodeLength = 3340, handle =
0000000040CAAA9D, ClassLinkage = 0000000000000000
FNV hash = 61a6b61880e1853f
returns result = 0, handle = 00000000254E5650
HackerDevice::CreatePixelShader called with BytecodeLength = 4964, handle =
0000000040CAB7AD, ClassLinkage = 0000000000000000
FNV hash = e05816e012369f78
returns result = 0, handle = 00000000254E6C10
HackerDevice::CreateVertexShader called with BytecodeLength = 3272, handle =
0000000040CACB28, ClassLinkage = 0000000000000000
FNV hash = 51f9da268322b084
returns result = 0, handle = 00000000254E6D50
HackerDevice::CreatePixelShader called with BytecodeLength = 3156, handle =
0000000040CAD7F4, ClassLinkage = 0000000000000000
FNV hash = 9e3275560732c871
returns result = 0, handle = 00000000254E6090
HackerDevice::CreateVertexShader called with BytecodeLength = 3272, handle =
0000000040CAE46C, ClassLinkage = 0000000000000000
FNV hash = 51f9da268322b084
returns result = 0, handle = 00000000254E5950
HackerDevice::CreatePixelShader called with BytecodeLength = 1248, handle =
0000000040CAF138, ClassLinkage = 0000000000000000
FNV hash = 3361263584378ed5
returns result = 0, handle = 00000000254E2F90
HackerDevice::CreateVertexShader called with BytecodeLength = 3240, handle =
0000000040CAF62C, ClassLinkage = 0000000000000000
FNV hash = 80fd0104a8aa62b9
returns result = 0, handle = 00000000254E5AD0
HackerDevice::CreatePixelShader called with BytecodeLength = 3476, handle =
0000000040CB02D8, ClassLinkage = 0000000000000000
FNV hash = 17d53d72fc1ce45c
returns result = 0, handle = 00000000254E6910
HackerDevice::CreateVertexShader called with BytecodeLength = 5372, handle =
0000000040CB1085, ClassLinkage = 0000000000000000
FNV hash = b3fc806c5e85bf44
returns result = 0, handle = 00000000254E3F50
HackerDevice::CreatePixelShader called with BytecodeLength = 4932, handle =
0000000040CB2585, ClassLinkage = 0000000000000000
FNV hash = b7c576b34b840060
returns result = 0, handle = 00000000254E8750
HackerDevice::CreateVertexShader called with BytecodeLength = 2408, handle =
0000000040CB38E6, ClassLinkage = 0000000000000000
FNV hash = 00341d1968ccc875
returns result = 0, handle = 00000000254E6ED0
HackerDevice::CreatePixelShader called with BytecodeLength = 3136, handle =
0000000040CB4252, ClassLinkage = 0000000000000000
FNV hash = 6740ede17d7e6687
returns result = 0, handle = 00000000254E4F50
HackerDevice::CreateVertexShader called with BytecodeLength = 2408, handle =
0000000040CB4EC3, ClassLinkage = 0000000000000000
FNV hash = 00341d1968ccc875
returns result = 0, handle = 00000000254E5C10
HackerDevice::CreatePixelShader called with BytecodeLength = 1404, handle =
0000000040CB582F, ClassLinkage = 0000000000000000
FNV hash = fdde2c7bce2546ad
returns result = 0, handle = 00000000254E78D0
HackerDevice::CreateVertexShader called with BytecodeLength = 4516, handle =
0000000040CB5DBF, ClassLinkage = 0000000000000000
FNV hash = 8945da167e318232
returns result = 0, handle = 00000000254E5D90
HackerDevice::CreatePixelShader called with BytecodeLength = 4932, handle =
0000000040CB6F67, ClassLinkage = 0000000000000000
FNV hash = b7c576b34b840060
returns result = 0, handle = 00000000254E2CD0
HackerDevice::CreateVertexShader called with BytecodeLength = 1004, handle =
0000000040CB82C5, ClassLinkage = 0000000000000000
FNV hash = d8011ab3db735fd2
returns result = 0, handle = 00000000254E5F10
HackerDevice::CreatePixelShader called with BytecodeLength = 2240, handle =
0000000040CB86B5, ClassLinkage = 0000000000000000
FNV hash = 464d0ff145223ac2
returns result = 0, handle = 00000000254E36D0
HackerDevice::CreateVertexShader called with BytecodeLength = 3316, handle =
0000000040CB8F92, ClassLinkage = 0000000000000000
FNV hash = b7d0342bc75e046f
returns result = 0, handle = 00000000254E61D0
HackerDevice::CreatePixelShader called with BytecodeLength = 1052, handle =
0000000040CB9C8A, ClassLinkage = 0000000000000000
FNV hash = aa578011f0f3b403
returns result = 0, handle = 00000000254E40D0
HackerDevice::CreateVertexShader called with BytecodeLength = 1888, handle =
0000000040CBA0B9, ClassLinkage = 0000000000000000
FNV hash = 354bbbcdd887bc58
returns result = 0, handle = 00000000254E3850
HackerDevice::CreatePixelShader called with BytecodeLength = 3040, handle =
0000000040CBA81D, ClassLinkage = 0000000000000000
FNV hash = 67b841de66555baa
returns result = 0, handle = 00000000254E6350
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
0000000040CBB41A, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 00000000254E3990
HackerDevice::CreatePixelShader called with BytecodeLength = 8048, handle =
0000000040CBB99A, ClassLinkage = 0000000000000000
FNV hash = 69aaf4f22a631875
returns result = 0, handle = 00000000254E4690
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
0000000040CBD92F, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 00000000254E7A50
HackerDevice::CreatePixelShader called with BytecodeLength = 12492, handle =
0000000040CBDEAF, ClassLinkage = 0000000000000000
FNV hash = 03113d4c826cc329
returns result = 0, handle = 00000000254E4250
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
0000000040CC0FA0, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 00000000254E57D0
HackerDevice::CreatePixelShader called with BytecodeLength = 12492, handle =
0000000040CC1520, ClassLinkage = 0000000000000000
FNV hash = d100db5bf056f42f
returns result = 0, handle = 00000000254E3110
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
0000000040CC4611, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 00000000254E7050
HackerDevice::CreatePixelShader called with BytecodeLength = 12492, handle =
0000000040CC4B91, ClassLinkage = 0000000000000000
FNV hash = fc431ea48ec55c15
returns result = 0, handle = 00000000254E71D0
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
0000000040CC7C89, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 00000000254E4DD0
HackerDevice::CreatePixelShader called with BytecodeLength = 9392, handle =
0000000040CC8209, ClassLinkage = 0000000000000000
FNV hash = aa2127a9828983db
returns result = 0, handle = 00000000254E4810
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
0000000040CCA6E5, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 00000000254E85D0
HackerDevice::CreatePixelShader called with BytecodeLength = 9392, handle =
0000000040CCAC65, ClassLinkage = 0000000000000000
FNV hash = 2d9b9ef0f755ae25
returns result = 0, handle = 00000000254E7310
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
0000000040CCD141, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 00000000254E3C90
HackerDevice::CreatePixelShader called with BytecodeLength = 9392, handle =
0000000040CCD6C1, ClassLinkage = 0000000000000000
FNV hash = b98b1c3239118cb4
returns result = 0, handle = 00000000254E4990
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
0000000040CCFB96, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 00000000254E7490
HackerDevice::CreatePixelShader called with BytecodeLength = 13256, handle =
0000000040CD0116, ClassLinkage = 0000000000000000
FNV hash = a5d9ea36348c3cfd
returns result = 0, handle = 00000000254E7790
HackerDevice::CreateVertexShader called with BytecodeLength = 1404, handle =
0000000040CD350A, ClassLinkage = 0000000000000000
FNV hash = d3b4e630b0933ad1
returns result = 0, handle = 00000000254E7BD0
HackerDevice::CreatePixelShader called with BytecodeLength = 10196, handle =
0000000040CD3A8A, ClassLinkage = 0000000000000000
FNV hash = 1096315163200c4b
returns result = 0, handle = 00000000254E7D50
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
0000000040CD6278, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 00000000254E4C50
HackerDevice::CreatePixelShader called with BytecodeLength = 8564, handle =
0000000040CD656C, ClassLinkage = 0000000000000000
FNV hash = 911a44e763e74303
returns result = 0, handle = 00000000254E8010
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
0000000040CD8704, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 00000000254E64D0
HackerDevice::CreatePixelShader called with BytecodeLength = 9304, handle =
0000000040CD89F8, ClassLinkage = 0000000000000000
FNV hash = d7c0b174c0b82956
returns result = 0, handle = 00000000254E6650
HackerDevice::CreateVertexShader called with BytecodeLength = 2668, handle =
0000000040CDAE71, ClassLinkage = 0000000000000000
FNV hash = 409d2fd9776a96fc
returns result = 0, handle = 00000000254E6790
HackerDevice::CreatePixelShader called with BytecodeLength = 3264, handle =
0000000040CDB8E1, ClassLinkage = 0000000000000000
FNV hash = d1f58295d88ada0d
returns result = 0, handle = 00000000254E43D0
HackerDevice::CreateVertexShader called with BytecodeLength = 1024, handle =
0000000040CDC5BB, ClassLinkage = 0000000000000000
FNV hash = 2de92bde38f21e8d
returns result = 0, handle = 00000000254E3550
HackerDevice::CreatePixelShader called with BytecodeLength = 2020, handle =
0000000040CDC9BF, ClassLinkage = 0000000000000000
FNV hash = 354b484cba172c31
returns result = 0, handle = 00000000254E3B10
HackerDevice::CreateVertexShader called with BytecodeLength = 1024, handle =
0000000040CDD1C5, ClassLinkage = 0000000000000000
FNV hash = 2de92bde38f21e8d
returns result = 0, handle = 00000000254E4510
HackerDevice::CreatePixelShader called with BytecodeLength = 2240, handle =
0000000040CDD5C9, ClassLinkage = 0000000000000000
FNV hash = c1bbd6a5755a9860
returns result = 0, handle = 00000000254E4AD0
HackerDevice::CreateVertexShader called with BytecodeLength = 1496, handle =
0000000040CDDEAD, ClassLinkage = 0000000000000000
FNV hash = 8d452f1e54907c42
returns result = 0, handle = 00000000254E3290
HackerDevice::CreatePixelShader called with BytecodeLength = 1632, handle =
0000000040CDE489, ClassLinkage = 0000000000000000
FNV hash = b514c2876156d856
returns result = 0, handle = 00000000254E5090
HackerDevice::CreateVertexShader called with BytecodeLength = 652, handle =
0000000040CDEB04, ClassLinkage = 0000000000000000
FNV hash = 3c34ccc0aea5ff50
returns result = 0, handle = 00000000254E5210
HackerDevice::CreatePixelShader called with BytecodeLength = 2148, handle =
0000000040CDED94, ClassLinkage = 0000000000000000
FNV hash = d33e3a46f908a46e
returns result = 0, handle = 00000000254E7E90
HackerDevice::CreateVertexShader called with BytecodeLength = 4400, handle =
0000000040CDF614, ClassLinkage = 0000000000000000
FNV hash = eb4c92b8bd285fea
returns result = 0, handle = 00000000254E8190
HackerDevice::CreatePixelShader called with BytecodeLength = 5436, handle =
0000000040CE0748, ClassLinkage = 0000000000000000
FNV hash = 814c36de887ef26d
returns result = 0, handle = 00000000254E8310
HackerDevice::CreateVertexShader called with BytecodeLength = 4400, handle =
0000000040CE1CA1, ClassLinkage = 0000000000000000
FNV hash = 8a7c43e6a69aae0c
returns result = 0, handle = 00000000254E5390
HackerDevice::CreatePixelShader called with BytecodeLength = 6920, handle =
0000000040CE2DD5, ClassLinkage = 0000000000000000
FNV hash = a79d6aedd4ac0c65
returns result = 0, handle = 00000000254E8450
HackerDevice::CreateVertexShader called with BytecodeLength = 3852, handle =
0000000040CE48F6, ClassLinkage = 0000000000000000
FNV hash = a4193433995546d6
returns result = 0, handle = 00000000254E3E10
HackerDevice::CreatePixelShader called with BytecodeLength = 6164, handle =
0000000040CE5806, ClassLinkage = 0000000000000000
FNV hash = 1758d67f29016ac1
returns result = 0, handle = 00000000254E5510
HackerDevice::CreateVertexShader called with BytecodeLength = 3852, handle =
0000000040CE7038, ClassLinkage = 0000000000000000
FNV hash = a4193433995546d6
returns result = 0, handle = 00000000254E2E10
HackerDevice::CreatePixelShader called with BytecodeLength = 6692, handle =
0000000040CE7F48, ClassLinkage = 0000000000000000
FNV hash = c03c30f28bc2e48a
returns result = 0, handle = 00000000254E33D0
HackerDevice::CreateVertexShader called with BytecodeLength = 2796, handle =
0000000040CE9986, ClassLinkage = 0000000000000000
FNV hash = 17a08105e70a142b
returns result = 0, handle = 00000000254E8B90
HackerDevice::CreatePixelShader called with BytecodeLength = 796, handle =
0000000040CEA476, ClassLinkage = 0000000000000000
FNV hash = cf6a73ddfbd46805
returns result = 0, handle = 00000000254EE350
HackerDevice::CreateVertexShader called with BytecodeLength = 3424, handle =
0000000040CEA7B6, ClassLinkage = 0000000000000000
FNV hash = 7f704e85c564f1c5
returns result = 0, handle = 00000000254E9FD0
HackerDevice::CreatePixelShader called with BytecodeLength = 796, handle =
0000000040CEB51A, ClassLinkage = 0000000000000000
FNV hash = cf6a73ddfbd46805
returns result = 0, handle = 00000000254ECAD0
HackerDevice::CreateVertexShader called with BytecodeLength = 1244, handle =
0000000040CEB84C, ClassLinkage = 0000000000000000
FNV hash = cd8983bc526aab8e
returns result = 0, handle = 00000000254EC250
HackerDevice::CreatePixelShader called with BytecodeLength = 1688, handle =
0000000040CEBD2C, ClassLinkage = 0000000000000000
FNV hash = f97616f5e146018d
returns result = 0, handle = 00000000254E9B50
HackerDevice::CreateVertexShader called with BytecodeLength = 1624, handle =
0000000040CEC3D8, ClassLinkage = 0000000000000000
FNV hash = 1d9827d301f32ec1
returns result = 0, handle = 00000000254E9CD0
HackerDevice::CreatePixelShader called with BytecodeLength = 1380, handle =
0000000040CECA34, ClassLinkage = 0000000000000000
FNV hash = 1e7ca4eaa43a10d6
returns result = 0, handle = 00000000254E8D10
HackerDevice::CreateVertexShader called with BytecodeLength = 1624, handle =
0000000040CECFAC, ClassLinkage = 0000000000000000
FNV hash = 1d9827d301f32ec1
returns result = 0, handle = 00000000254E88D0
HackerDevice::CreatePixelShader called with BytecodeLength = 1812, handle =
0000000040CED608, ClassLinkage = 0000000000000000
FNV hash = 78067e5b8d799381
returns result = 0, handle = 00000000254EA290
HackerDevice::CreateVertexShader called with BytecodeLength = 972, handle =
0000000040CEDD2D, ClassLinkage = 0000000000000000
FNV hash = 627ccde1a2013092
returns result = 0, handle = 00000000254ED950
HackerDevice::CreatePixelShader called with BytecodeLength = 1400, handle =
0000000040CEE0FD, ClassLinkage = 0000000000000000
FNV hash = d2ecba322402f954
returns result = 0, handle = 00000000254E8A10
HackerDevice::CreateVertexShader called with BytecodeLength = 972, handle =
0000000040CEE695, ClassLinkage = 0000000000000000
FNV hash = 627ccde1a2013092
returns result = 0, handle = 00000000254ED210
HackerDevice::CreatePixelShader called with BytecodeLength = 1132, handle =
0000000040CEEA65, ClassLinkage = 0000000000000000
FNV hash = dee853bc675ae2a5
returns result = 0, handle = 00000000254EA110
HackerDevice::CreateVertexShader called with BytecodeLength = 4592, handle =
0000000040CEEEEE, ClassLinkage = 0000000000000000
FNV hash = 7c97fa84c3cbea67
returns result = 0, handle = 00000000254E8E90
HackerDevice::CreatePixelShader called with BytecodeLength = 1760, handle =
0000000040CF00E2, ClassLinkage = 0000000000000000
FNV hash = 6658d462b075eb87
returns result = 0, handle = 00000000254EBB10
HackerDevice::CreateVertexShader called with BytecodeLength = 4080, handle =
0000000040CF07E4, ClassLinkage = 0000000000000000
FNV hash = 941a8101f02d2f7f
returns result = 0, handle = 00000000254EDA90
HackerDevice::CreatePixelShader called with BytecodeLength = 1760, handle =
0000000040CF17D8, ClassLinkage = 0000000000000000
FNV hash = 6658d462b075eb87
returns result = 0, handle = 00000000254E9A10
HackerDevice::CreateVertexShader called with BytecodeLength = 4592, handle =
0000000040CF1ED3, ClassLinkage = 0000000000000000
FNV hash = 7c97fa84c3cbea67
returns result = 0, handle = 00000000254EAE10
HackerDevice::CreatePixelShader called with BytecodeLength = 1760, handle =
0000000040CF30C7, ClassLinkage = 0000000000000000
FNV hash = 6658d462b075eb87
returns result = 0, handle = 00000000254EBC90
HackerDevice::CreateVertexShader called with BytecodeLength = 4080, handle =
0000000040CF37C7, ClassLinkage = 0000000000000000
FNV hash = 941a8101f02d2f7f
returns result = 0, handle = 00000000254E9150
HackerDevice::CreatePixelShader called with BytecodeLength = 1760, handle =
0000000040CF47BB, ClassLinkage = 0000000000000000
FNV hash = 6658d462b075eb87
returns result = 0, handle = 00000000254EA410
HackerDevice::CreateVertexShader called with BytecodeLength = 4960, handle =
0000000040CF4EBC, ClassLinkage = 0000000000000000
FNV hash = bfe56cb0608aaa76
returns result = 0, handle = 00000000254ECDD0
HackerDevice::CreatePixelShader called with BytecodeLength = 1760, handle =
0000000040CF6220, ClassLinkage = 0000000000000000
FNV hash = 6658d462b075eb87
returns result = 0, handle = 00000000254E9450
HackerDevice::CreateVertexShader called with BytecodeLength = 4452, handle =
0000000040CF6926, ClassLinkage = 0000000000000000
FNV hash = 104bb2a2f3b5071e
returns result = 0, handle = 00000000254EAC90
HackerDevice::CreatePixelShader called with BytecodeLength = 1760, handle =
0000000040CF7A8E, ClassLinkage = 0000000000000000
FNV hash = 6658d462b075eb87
returns result = 0, handle = 00000000254EB990
HackerDevice::CreateVertexShader called with BytecodeLength = 3412, handle =
0000000040CF818E, ClassLinkage = 0000000000000000
FNV hash = 1fcc004788e933df
returns result = 0, handle = 00000000254E8FD0
HackerDevice::CreatePixelShader called with BytecodeLength = 1760, handle =
0000000040CF8EE6, ClassLinkage = 0000000000000000
FNV hash = 6658d462b075eb87
returns result = 0, handle = 00000000254E92D0
HackerDevice::CreateVertexShader called with BytecodeLength = 2904, handle =
0000000040CF95EB, ClassLinkage = 0000000000000000
FNV hash = be645c1fcc2f848a
returns result = 0, handle = 00000000254EBF50
HackerDevice::CreatePixelShader called with BytecodeLength = 1760, handle =
0000000040CFA147, ClassLinkage = 0000000000000000
FNV hash = 6658d462b075eb87
returns result = 0, handle = 00000000254EDC10
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
0000000040CFA83C, ClassLinkage = 0000000000000000
FNV hash = db78124cf7b550bd
returns result = 0, handle = 00000000254EB6D0
HackerDevice::CreatePixelShader called with BytecodeLength = 3876, handle =
0000000040CFAB30, ClassLinkage = 0000000000000000
FNV hash = 986e31b69c836a99
returns result = 0, handle = 00000000254EDD90
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
0000000040CFBA69, ClassLinkage = 0000000000000000
FNV hash = db78124cf7b550bd
returns result = 0, handle = 00000000254ECF10
HackerDevice::CreatePixelShader called with BytecodeLength = 6492, handle =
0000000040CFBD5D, ClassLinkage = 0000000000000000
FNV hash = 05c98b0229f20dee
returns result = 0, handle = 00000000254EDF10
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
0000000040CFD6D1, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 00000000254EB250
HackerDevice::CreatePixelShader called with BytecodeLength = 2672, handle =
0000000040CFD9C5, ClassLinkage = 0000000000000000
FNV hash = 3fb3f7bbc3863618
returns result = 0, handle = 00000000254EB550
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
0000000040CFE453, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 00000000254EA6D0
HackerDevice::CreatePixelShader called with BytecodeLength = 3136, handle =
0000000040CFE747, ClassLinkage = 0000000000000000
FNV hash = b05e36d6c2c5cfc3
returns result = 0, handle = 00000000254EC690
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
0000000040CFF3A8, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 00000000254EA590
HackerDevice::CreatePixelShader called with BytecodeLength = 3100, handle =
0000000040CFF69C, ClassLinkage = 0000000000000000
FNV hash = 25216b6ec3321d01
returns result = 0, handle = 00000000254EAF90
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
0000000040D002DF, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 00000000254E9E50
HackerDevice::CreatePixelShader called with BytecodeLength = 3564, handle =
0000000040D005D3, ClassLinkage = 0000000000000000
FNV hash = 3139630848856275
returns result = 0, handle = 00000000254E9590
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
0000000040D013D7, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 00000000254E9710
HackerDevice::CreatePixelShader called with BytecodeLength = 2672, handle =
0000000040D016CB, ClassLinkage = 0000000000000000
FNV hash = 360f07701ce30317
returns result = 0, handle = 00000000254E9890
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
0000000040D02159, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 00000000254EBDD0
HackerDevice::CreatePixelShader called with BytecodeLength = 3136, handle =
0000000040D0244D, ClassLinkage = 0000000000000000
FNV hash = 488b08eed3ca5618
returns result = 0, handle = 00000000254EC950
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
0000000040D030AE, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 00000000254EE050
HackerDevice::CreatePixelShader called with BytecodeLength = 3100, handle =
0000000040D033A2, ClassLinkage = 0000000000000000
FNV hash = 07c8546515289a8a
returns result = 0, handle = 00000000254EB810
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
0000000040D03FE5, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 00000000254EA850
HackerDevice::CreatePixelShader called with BytecodeLength = 3564, handle =
0000000040D042D9, ClassLinkage = 0000000000000000
FNV hash = e463bdab6fe8324d
returns result = 0, handle = 00000000254EA9D0
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
0000000040D050EF, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 00000000254EAB50
HackerDevice::CreatePixelShader called with BytecodeLength = 2808, handle =
0000000040D053E3, ClassLinkage = 0000000000000000
FNV hash = 92cfac7e00abd327
returns result = 0, handle = 00000000254EB110
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
0000000040D05F05, ClassLinkage = 0000000000000000
FNV hash = 1980165471802a02
returns result = 0, handle = 00000000254EB3D0
HackerDevice::CreatePixelShader called with BytecodeLength = 2660, handle =
0000000040D061F9, ClassLinkage = 0000000000000000
FNV hash = 572a7cfb008dbfb3
returns result = 0, handle = 00000000254ED090
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
0000000040D06C7F, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 00000000254EC0D0
HackerDevice::CreatePixelShader called with BytecodeLength = 3328, handle =
0000000040D06F73, ClassLinkage = 0000000000000000
FNV hash = 9aa4ae4202309ec5
returns result = 0, handle = 00000000254EC390
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
0000000040D07C95, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 00000000254EC510
HackerDevice::CreatePixelShader called with BytecodeLength = 3328, handle =
0000000040D07F89, ClassLinkage = 0000000000000000
FNV hash = 84257d187fdd75de
returns result = 0, handle = 00000000254EE1D0
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
0000000040D08CA5, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 00000000254EC810
HackerDevice::CreatePixelShader called with BytecodeLength = 3420, handle =
0000000040D08F99, ClassLinkage = 0000000000000000
FNV hash = 366e7b0fb7072e4f
returns result = 0, handle = 00000000254ED390
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
0000000040D09D15, ClassLinkage = 0000000000000000
FNV hash = 17b7cba6709a8ac4
returns result = 0, handle = 00000000254ECC50
HackerDevice::CreatePixelShader called with BytecodeLength = 2716, handle =
0000000040D0A009, ClassLinkage = 0000000000000000
FNV hash = 45f1d48a5459ef48
returns result = 0, handle = 00000000254ED4D0
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
0000000040D0AABC, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 00000000254ED650
HackerDevice::CreatePixelShader called with BytecodeLength = 2076, handle =
0000000040D0AD6C, ClassLinkage = 0000000000000000
FNV hash = b336bb95b512f1d0
returns result = 0, handle = 00000000254ED7D0
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
0000000040D0B594, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 00000000254EF750
HackerDevice::CreatePixelShader called with BytecodeLength = 16940, handle =
0000000040D0B844, ClassLinkage = 0000000000000000
FNV hash = 49437fdfc521ddf8
returns result = 0, handle = 00000000254EE790
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
0000000040D0FA80, ClassLinkage = 0000000000000000
FNV hash = 2dd88da5760dc048
returns result = 0, handle = 00000000254EE4D0
HackerDevice::CreatePixelShader called with BytecodeLength = 5776, handle =
0000000040D0FD74, ClassLinkage = 0000000000000000
FNV hash = 32d0797ed7288bb6
returns result = 0, handle = 00000000254F02D0
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
0000000040D11414, ClassLinkage = 0000000000000000
FNV hash = 2dd88da5760dc048
returns result = 0, handle = 00000000254F12D0
HackerDevice::CreatePixelShader called with BytecodeLength = 5776, handle =
0000000040D11708, ClassLinkage = 0000000000000000
FNV hash = 66046d16a50d26f3
returns result = 0, handle = 00000000254F0890
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
0000000040D12DA9, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 00000000254EF050
HackerDevice::CreatePixelShader called with BytecodeLength = 15272, handle =
0000000040D13059, ClassLinkage = 0000000000000000
FNV hash = ce0d3db5e3765a21
returns result = 0, handle = 00000000254F0450
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
0000000040D16C15, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 00000000254F0D10
HackerDevice::CreatePixelShader called with BytecodeLength = 23944, handle =
0000000040D16EC5, ClassLinkage = 0000000000000000
FNV hash = 5a3b6d75b8dc20c0
returns result = 0, handle = 00000000254EF610
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
0000000040D1CC5F, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 00000000254EF490
HackerDevice::CreatePixelShader called with BytecodeLength = 41288, handle =
0000000040D1CF0F, ClassLinkage = 0000000000000000
FNV hash = 15bfbc0cede9c136
returns result = 0, handle = 00000000254F0010
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
0000000040D27068, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 00000000254F0A10
HackerDevice::CreatePixelShader called with BytecodeLength = 3364, handle =
0000000040D27318, ClassLinkage = 0000000000000000
FNV hash = 456ae536446a982a
returns result = 0, handle = 00000000254EF8D0
HackerDevice::CreateVertexShader called with BytecodeLength = 684, handle =
0000000040D2804D, ClassLinkage = 0000000000000000
FNV hash = c3705279d18c340c
returns result = 0, handle = 00000000254EE610
HackerDevice::CreatePixelShader called with BytecodeLength = 3364, handle =
0000000040D282FD, ClassLinkage = 0000000000000000
FNV hash = a5be66e7bfdf0beb
returns result = 0, handle = 00000000254EF190
HackerDevice::CreateVertexShader called with BytecodeLength = 2572, handle =
0000000040D29045, ClassLinkage = 0000000000000000
FNV hash = 9f5d3adcb37e3c40
returns result = 0, handle = 00000000254F05D0
HackerDevice::CreatePixelShader called with BytecodeLength = 1232, handle =
0000000040D29A55, ClassLinkage = 0000000000000000
FNV hash = bbb7e39c05a6ac28
returns result = 0, handle = 00000000254F0750
HackerDevice::CreateVertexShader called with BytecodeLength = 3448, handle =
0000000040D29F49, ClassLinkage = 0000000000000000
FNV hash = a392dd6f7e9feaf4
returns result = 0, handle = 00000000254F1410
HackerDevice::CreatePixelShader called with BytecodeLength = 500, handle =
0000000040D2ACC5, ClassLinkage = 0000000000000000
FNV hash = 96d40a2f9e47a52b
returns result = 0, handle = 00000000254EEBD0
HackerDevice::CreateVertexShader called with BytecodeLength = 12348, handle =
0000000040D2AED3, ClassLinkage = 0000000000000000
FNV hash = 780d099a3861e989
returns result = 0, handle = 00000000254F0B90
HackerDevice::CreatePixelShader called with BytecodeLength = 6972, handle =
0000000040D2DF13, ClassLinkage = 0000000000000000
FNV hash = 75bd94912892a641
returns result = 0, handle = 00000000254EF310
HackerDevice::CreateVertexShader called with BytecodeLength = 12348, handle =
0000000040D2FA6D, ClassLinkage = 0000000000000000
FNV hash = 780d099a3861e989
returns result = 0, handle = 00000000254EFA50
HackerDevice::CreatePixelShader called with BytecodeLength = 6972, handle =
0000000040D32AAD, ClassLinkage = 0000000000000000
FNV hash = 75bd94912892a641
returns result = 0, handle = 00000000254F0E50
HackerDevice::CreateVertexShader called with BytecodeLength = 12348, handle =
0000000040D3460F, ClassLinkage = 0000000000000000
FNV hash = 551bccbc1a5ff9fd
returns result = 0, handle = 00000000254EFBD0
HackerDevice::CreatePixelShader called with BytecodeLength = 6972, handle =
0000000040D3764F, ClassLinkage = 0000000000000000
FNV hash = 75bd94912892a641
returns result = 0, handle = 00000000254EEA90
HackerDevice::CreateVertexShader called with BytecodeLength = 12348, handle =
0000000040D391B5, ClassLinkage = 0000000000000000
FNV hash = 551bccbc1a5ff9fd
returns result = 0, handle = 00000000254EFD10
HackerDevice::CreatePixelShader called with BytecodeLength = 6972, handle =
0000000040D3C1F5, ClassLinkage = 0000000000000000
FNV hash = 75bd94912892a641
returns result = 0, handle = 00000000254F1150
HackerDevice::CreateVertexShader called with BytecodeLength = 5960, handle =
0000000040D3DD50, ClassLinkage = 0000000000000000
FNV hash = 3e6771961577c3b9
returns result = 0, handle = 00000000254F0FD0
HackerDevice::CreatePixelShader called with BytecodeLength = 5980, handle =
0000000040D3F49C, ClassLinkage = 0000000000000000
FNV hash = 30981932abcc7428
returns result = 0, handle = 00000000254EFE90
HackerDevice::CreateVertexShader called with BytecodeLength = 12872, handle =
0000000040D40C17, ClassLinkage = 0000000000000000
FNV hash = 4445e6f6dae15eda
returns result = 0, handle = 00000000254F0190
HackerDevice::CreatePixelShader called with BytecodeLength = 7580, handle =
0000000040D43E63, ClassLinkage = 0000000000000000
FNV hash = 0b6208c01cfc34f1
returns result = 0, handle = 00000000254F1590
HackerDevice::CreateVertexShader called with BytecodeLength = 12872, handle =
0000000040D45C2A, ClassLinkage = 0000000000000000
FNV hash = aa2680977492a480
returns result = 0, handle = 00000000254EED50
HackerDevice::CreatePixelShader called with BytecodeLength = 7580, handle =
0000000040D48E76, ClassLinkage = 0000000000000000
FNV hash = 0b6208c01cfc34f1
returns result = 0, handle = 00000000254EEED0
HackerDevice::CreateVertexShader called with BytecodeLength = 5960, handle =
0000000040D4AC36, ClassLinkage = 0000000000000000
FNV hash = 3e6771961577c3b9
returns result = 0, handle = 00000000254EE910
HackerDevice::CreatePixelShader called with BytecodeLength = 6356, handle =
0000000040D4C382, ClassLinkage = 0000000000000000
FNV hash = 3e2ddaa014a7363b
returns result = 0, handle = 00000000254D2FD0
HackerDevice::CreateVertexShader called with BytecodeLength = 12320, handle =
0000000040D4DC75, ClassLinkage = 0000000000000000
FNV hash = 9160d4954c3edd5f
returns result = 0, handle = 00000000254D3290
HackerDevice::CreatePixelShader called with BytecodeLength = 6972, handle =
0000000040D50C99, ClassLinkage = 0000000000000000
FNV hash = 75bd94912892a641
returns result = 0, handle = 00000000254D5810
HackerDevice::CreateVertexShader called with BytecodeLength = 12320, handle =
0000000040D52800, ClassLinkage = 0000000000000000
FNV hash = 86840a21bdf3963a
returns result = 0, handle = 00000000254D1B90
HackerDevice::CreatePixelShader called with BytecodeLength = 6972, handle =
0000000040D55824, ClassLinkage = 0000000000000000
FNV hash = 75bd94912892a641
returns result = 0, handle = 00000000254D7050
HackerDevice::CreateVertexShader called with BytecodeLength = 10840, handle =
0000000040D5737D, ClassLinkage = 0000000000000000
FNV hash = 89f60f8a1716cd39
returns result = 0, handle = 00000000254D18D0
HackerDevice::CreatePixelShader called with BytecodeLength = 6972, handle =
0000000040D59DD9, ClassLinkage = 0000000000000000
FNV hash = 75bd94912892a641
returns result = 0, handle = 00000000254D1D10
HackerDevice::CreateVertexShader called with BytecodeLength = 10840, handle =
0000000040D5B936, ClassLinkage = 0000000000000000
FNV hash = e456795589c844f0
returns result = 0, handle = 00000000254D2450
HackerDevice::CreatePixelShader called with BytecodeLength = 6972, handle =
0000000040D5E392, ClassLinkage = 0000000000000000
FNV hash = 75bd94912892a641
returns result = 0, handle = 00000000254D1E90
HackerDevice::CreateVertexShader called with BytecodeLength = 10840, handle =
0000000040D5FEF7, ClassLinkage = 0000000000000000
FNV hash = 656090abb1904377
returns result = 0, handle = 00000000254D5950
HackerDevice::CreatePixelShader called with BytecodeLength = 6972, handle =
0000000040D62953, ClassLinkage = 0000000000000000
FNV hash = 75bd94912892a641
returns result = 0, handle = 00000000254D3590
HackerDevice::CreateVertexShader called with BytecodeLength = 10840, handle =
0000000040D644BC, ClassLinkage = 0000000000000000
FNV hash = f135f3dd90dfce1a
returns result = 0, handle = 00000000254D2CD0
HackerDevice::CreatePixelShader called with BytecodeLength = 6972, handle =
0000000040D66F18, ClassLinkage = 0000000000000000
FNV hash = 75bd94912892a641
returns result = 0, handle = 00000000254D2A10
HackerDevice::CreateVertexShader called with BytecodeLength = 7060, handle =
0000000040D6AD32, ClassLinkage = 0000000000000000
FNV hash = 55f4753e169a6a17
returns result = 0, handle = 00000000254D2E50
HackerDevice::CreatePixelShader called with BytecodeLength = 1704, handle =
0000000040D6C8CA, ClassLinkage = 0000000000000000
FNV hash = 79717621c0095d79
returns result = 0, handle = 00000000254D6C10
HackerDevice::CreateVertexShader called with BytecodeLength = 5588, handle =
0000000040D6CF85, ClassLinkage = 0000000000000000
FNV hash = 32ff88bdf672ccf4
returns result = 0, handle = 00000000254D6A90
HackerDevice::CreatePixelShader called with BytecodeLength = 10576, handle =
0000000040D6E55D, ClassLinkage = 0000000000000000
FNV hash = afb1f73775ebb6b0
returns result = 0, handle = 00000000254D6090
HackerDevice::CreateVertexShader called with BytecodeLength = 6964, handle =
0000000040D70EC0, ClassLinkage = 0000000000000000
FNV hash = d246f5bd47fc24d1
returns result = 0, handle = 00000000254D3C90
HackerDevice::CreatePixelShader called with BytecodeLength = 12196, handle =
0000000040D729F8, ClassLinkage = 0000000000000000
FNV hash = fad6cb0de7c75494
returns result = 0, handle = 00000000254D5AD0
HackerDevice::CreateVertexShader called with BytecodeLength = 8212, handle =
0000000040D759B4, ClassLinkage = 0000000000000000
FNV hash = 5f874d37c6b2e7ef
returns result = 0, handle = 00000000254D4250
HackerDevice::CreatePixelShader called with BytecodeLength = 11104, handle =
0000000040D779CC, ClassLinkage = 0000000000000000
FNV hash = bbc824e44a64fd3c
returns result = 0, handle = 00000000254D3E10
HackerDevice::CreateVertexShader called with BytecodeLength = 8280, handle =
0000000040D7A547, ClassLinkage = 0000000000000000
FNV hash = 964d49c34130d99b
returns result = 0, handle = 00000000254D71D0
HackerDevice::CreatePixelShader called with BytecodeLength = 13704, handle =
0000000040D7C5A3, ClassLinkage = 0000000000000000
FNV hash = 8bbae0f18d5bd6f6
returns result = 0, handle = 00000000254D6D90
HackerDevice::CreateVertexShader called with BytecodeLength = 8212, handle =
0000000040C8001B, ClassLinkage = 0000000000000000
FNV hash = 5f874d37c6b2e7ef
returns result = 0, handle = 00000000254D1FD0
HackerDevice::CreatePixelShader called with BytecodeLength = 10956, handle =
0000000040C82033, ClassLinkage = 0000000000000000
FNV hash = d818dda85865ea26
returns result = 0, handle = 00000000254D7350
HackerDevice::CreateVertexShader called with BytecodeLength = 8268, handle =
0000000040C84B1D, ClassLinkage = 0000000000000000
FNV hash = fd51fb15b6a4c07d
returns result = 0, handle = 00000000254D3410
HackerDevice::CreatePixelShader called with BytecodeLength = 13556, handle =
0000000040C86B6D, ClassLinkage = 0000000000000000
FNV hash = 93f7adf20c0cc56d
returns result = 0, handle = 00000000254D6950
HackerDevice::CreateVertexShader called with BytecodeLength = 9552, handle =
0000000040C8A07D, ClassLinkage = 0000000000000000
FNV hash = 70291090810829b7
returns result = 0, handle = 00000000254D5F10
HackerDevice::CreatePixelShader called with BytecodeLength = 8776, handle =
0000000040C8C5D1, ClassLinkage = 0000000000000000
FNV hash = 9cc950f39b22aa5e
returns result = 0, handle = 00000000254D1A10
HackerDevice::CreateVertexShader called with BytecodeLength = 3116, handle =
0000000040C8E838, ClassLinkage = 0000000000000000
FNV hash = 5a7420013cda2911
returns result = 0, handle = 00000000254D5C50
HackerDevice::CreatePixelShader called with BytecodeLength = 12556, handle =
0000000040C8F468, ClassLinkage = 0000000000000000
FNV hash = b1cbfaf2cebbb519
returns result = 0, handle = 00000000254D22D0
HackerDevice::CreateVertexShader called with BytecodeLength = 4228, handle =
0000000040C9259D, ClassLinkage = 0000000000000000
FNV hash = d98cff6fffebc600
returns result = 0, handle = 00000000254D36D0
HackerDevice::CreatePixelShader called with BytecodeLength = 12556, handle =
0000000040C93625, ClassLinkage = 0000000000000000
FNV hash = b1cbfaf2cebbb519
returns result = 0, handle = 00000000254D5690
HackerDevice::CreateVertexShader called with BytecodeLength = 10972, handle =
0000000040C9674A, ClassLinkage = 0000000000000000
FNV hash = 1d0f264510fdcc12
returns result = 0, handle = 00000000254D5250
HackerDevice::CreatePixelShader called with BytecodeLength = 6872, handle =
0000000040C9922A, ClassLinkage = 0000000000000000
FNV hash = a39d721ebf6c2a71
returns result = 0, handle = 00000000254D2150
HackerDevice::CreateVertexShader called with BytecodeLength = 12876, handle =
0000000040C9AD1D, ClassLinkage = 0000000000000000
FNV hash = 9cfcaeb27eda126d
returns result = 0, handle = 00000000254D6F10
HackerDevice::CreatePixelShader called with BytecodeLength = 7888, handle =
0000000040C9DF6D, ClassLinkage = 0000000000000000
FNV hash = 8a2805a10f0d1b90
returns result = 0, handle = 00000000254D5DD0
HackerDevice::CreateVertexShader called with BytecodeLength = 10496, handle =
0000000040C9FE58, ClassLinkage = 0000000000000000
FNV hash = e020ce507e78368e
returns result = 0, handle = 00000000254D2590
HackerDevice::CreatePixelShader called with BytecodeLength = 9212, handle =
0000000040CA275C, ClassLinkage = 0000000000000000
FNV hash = 38d2507923cd9788
returns result = 0, handle = 00000000254D2710
HackerDevice::CreateVertexShader called with BytecodeLength = 21136, handle =
0000000040CA4B7D, ClassLinkage = 0000000000000000
FNV hash = 18d7cd5576efbdc5
returns result = 0, handle = 00000000254D6650
HackerDevice::CreatePixelShader called with BytecodeLength = 8552, handle =
0000000040CA9E11, ClassLinkage = 0000000000000000
FNV hash = 982217467db43df7
returns result = 0, handle = 00000000254D3110
HackerDevice::CreateVertexShader called with BytecodeLength = 21396, handle =
0000000040CABFA4, ClassLinkage = 0000000000000000
FNV hash = 44cd5a91be0d82b7
returns result = 0, handle = 00000000254D43D0
HackerDevice::CreatePixelShader called with BytecodeLength = 8552, handle =
0000000040CB133C, ClassLinkage = 0000000000000000
FNV hash = 982217467db43df7
returns result = 0, handle = 00000000254D2890
HackerDevice::CreateVertexShader called with BytecodeLength = 19436, handle =
0000000040CB34C9, ClassLinkage = 0000000000000000
FNV hash = 47b28e8b59897638
returns result = 0, handle = 00000000254D67D0
HackerDevice::CreatePixelShader called with BytecodeLength = 9756, handle =
0000000040CB80B9, ClassLinkage = 0000000000000000
FNV hash = eae262f367b419c9
returns result = 0, handle = 00000000254D2B50
HackerDevice::CreateVertexShader called with BytecodeLength = 19696, handle =
0000000040CBA700, ClassLinkage = 0000000000000000
FNV hash = 89c4844eb12d8283
returns result = 0, handle = 00000000254D50D0
HackerDevice::CreatePixelShader called with BytecodeLength = 9756, handle =
0000000040CBF3F4, ClassLinkage = 0000000000000000
FNV hash = eae262f367b419c9
returns result = 0, handle = 00000000254D4110
HackerDevice::CreateVertexShader called with BytecodeLength = 19784, handle =
0000000040CC1A42, ClassLinkage = 0000000000000000
FNV hash = 877864845ce72a26
returns result = 0, handle = 00000000254D6210
HackerDevice::CreatePixelShader called with BytecodeLength = 9756, handle =
0000000040CC678E, ClassLinkage = 0000000000000000
FNV hash = eae262f367b419c9
returns result = 0, handle = 00000000254D3850
HackerDevice::CreateVertexShader called with BytecodeLength = 6508, handle =
0000000040CC8DC5, ClassLinkage = 0000000000000000
FNV hash = e98fd0d035656c7f
returns result = 0, handle = 00000000254D4550
HackerDevice::CreatePixelShader called with BytecodeLength = 1832, handle =
0000000040CCA735, ClassLinkage = 0000000000000000
FNV hash = 12731ba27586aa7e
returns result = 0, handle = 00000000254D6390
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
0000000040CCAE6F, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 00000000254D46D0
HackerDevice::CreatePixelShader called with BytecodeLength = 7132, handle =
0000000040CCC7F3, ClassLinkage = 0000000000000000
FNV hash = 7399b9860ebd36e6
returns result = 0, handle = 00000000254D39D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6560, handle =
0000000040CCE3E7, ClassLinkage = 0000000000000000
FNV hash = 24d58be319072fc5
returns result = 0, handle = 00000000254D3B50
HackerDevice::CreatePixelShader called with BytecodeLength = 7132, handle =
0000000040CCFD8B, ClassLinkage = 0000000000000000
FNV hash = 4655319e5a310e36
returns result = 0, handle = 00000000254D3F90
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
0000000040CD1981, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 00000000254D64D0
HackerDevice::CreatePixelShader called with BytecodeLength = 8776, handle =
0000000040CD3305, ClassLinkage = 0000000000000000
FNV hash = 9cc950f39b22aa5e
returns result = 0, handle = 00000000254D4810
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
0000000040CD556A, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 00000000254D4990
HackerDevice::CreatePixelShader called with BytecodeLength = 12280, handle =
0000000040CD7002, ClassLinkage = 0000000000000000
FNV hash = a13c0bd672ec85c9
returns result = 0, handle = 00000000254D4B10
HackerDevice::CreateVertexShader called with BytecodeLength = 6676, handle =
0000000040CDA017, ClassLinkage = 0000000000000000
FNV hash = f7f8c2c72864db6e
returns result = 0, handle = 00000000254D4C90
HackerDevice::CreatePixelShader called with BytecodeLength = 11928, handle =
0000000040CDBA2F, ClassLinkage = 0000000000000000
FNV hash = c8f61cf557fa7e4a
returns result = 0, handle = 00000000254D4DD0
HackerDevice::CreateVertexShader called with BytecodeLength = 6952, handle =
0000000040CDE8E7, ClassLinkage = 0000000000000000
FNV hash = d273e2faf3cb77b2
returns result = 0, handle = 00000000254D4F50
HackerDevice::CreatePixelShader called with BytecodeLength = 14820, handle =
0000000040CE0413, ClassLinkage = 0000000000000000
FNV hash = 010a7631c35e5133
returns result = 0, handle = 00000000254D5390
HackerDevice::CreateVertexShader called with BytecodeLength = 6560, handle =
0000000040CE3E14, ClassLinkage = 0000000000000000
FNV hash = 24d58be319072fc5
returns result = 0, handle = 00000000254D5510
HackerDevice::CreatePixelShader called with BytecodeLength = 8776, handle =
0000000040CE57B8, ClassLinkage = 0000000000000000
FNV hash = bb034a2bb40b65cc
returns result = 0, handle = 000000002552E4D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6836, handle =
0000000040CE7A20, ClassLinkage = 0000000000000000
FNV hash = 97ed9fa4ea3a1714
returns result = 0, handle = 000000002552DD90
HackerDevice::CreatePixelShader called with BytecodeLength = 12280, handle =
0000000040CE94D8, ClassLinkage = 0000000000000000
FNV hash = 9212b60dc111e59e
returns result = 0, handle = 000000002552E350
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
0000000040CEC4EB, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 0000000025530190
HackerDevice::CreatePixelShader called with BytecodeLength = 9004, handle =
0000000040CEDE6F, ClassLinkage = 0000000000000000
FNV hash = be10c641f2418504
returns result = 0, handle = 0000000025531A10
HackerDevice::CreateVertexShader called with BytecodeLength = 6576, handle =
0000000040CF01B5, ClassLinkage = 0000000000000000
FNV hash = 56c0a2dbaa447fb7
returns result = 0, handle = 0000000025531590
HackerDevice::CreatePixelShader called with BytecodeLength = 9052, handle =
0000000040CF1B69, ClassLinkage = 0000000000000000
FNV hash = f72ddbf89506efb2
returns result = 0, handle = 000000002552E910
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
0000000040CF3EDD, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 0000000025530310
HackerDevice::CreatePixelShader called with BytecodeLength = 9404, handle =
0000000040CF5861, ClassLinkage = 0000000000000000
FNV hash = 87ddf82deb6c96ba
returns result = 0, handle = 000000002552E650
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
0000000040CF7D35, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 0000000025531B50
HackerDevice::CreatePixelShader called with BytecodeLength = 6696, handle =
0000000040CF96B9, ClassLinkage = 0000000000000000
FNV hash = 379b27b1bd2b9a1f
returns result = 0, handle = 0000000025530D10
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
0000000040CFB0F9, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 000000002552D510
HackerDevice::CreatePixelShader called with BytecodeLength = 4228, handle =
0000000040CFCA7D, ClassLinkage = 0000000000000000
FNV hash = ab5f698df5fa4fc4
returns result = 0, handle = 000000002552F310
HackerDevice::CreateVertexShader called with BytecodeLength = 6576, handle =
0000000040CFDB26, ClassLinkage = 0000000000000000
FNV hash = 56c0a2dbaa447fb7
returns result = 0, handle = 000000002552D650
HackerDevice::CreatePixelShader called with BytecodeLength = 9452, handle =
0000000040CFF4DA, ClassLinkage = 0000000000000000
FNV hash = 1023031db577e0cc
returns result = 0, handle = 000000002552ED50
HackerDevice::CreateVertexShader called with BytecodeLength = 6576, handle =
0000000040D019EB, ClassLinkage = 0000000000000000
FNV hash = 56c0a2dbaa447fb7
returns result = 0, handle = 000000002552F490
HackerDevice::CreatePixelShader called with BytecodeLength = 6744, handle =
0000000040D0339F, ClassLinkage = 0000000000000000
FNV hash = e6f7d3843c17cb21
returns result = 0, handle = 000000002552DC10
HackerDevice::CreateVertexShader called with BytecodeLength = 6576, handle =
0000000040D04E1C, ClassLinkage = 0000000000000000
FNV hash = 56c0a2dbaa447fb7
returns result = 0, handle = 000000002552E090
HackerDevice::CreatePixelShader called with BytecodeLength = 4276, handle =
0000000040D067D0, ClassLinkage = 0000000000000000
FNV hash = c336e5a1374d71c2
returns result = 0, handle = 000000002552D7D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6560, handle =
0000000040D0789F, ClassLinkage = 0000000000000000
FNV hash = 24d58be319072fc5
returns result = 0, handle = 000000002552EA90
HackerDevice::CreatePixelShader called with BytecodeLength = 6696, handle =
0000000040D09243, ClassLinkage = 0000000000000000
FNV hash = 827f6cdbdaec0b25
returns result = 0, handle = 000000002552D950
HackerDevice::CreateVertexShader called with BytecodeLength = 6576, handle =
0000000040D0AC89, ClassLinkage = 0000000000000000
FNV hash = 56c0a2dbaa447fb7
returns result = 0, handle = 000000002552EC10
HackerDevice::CreatePixelShader called with BytecodeLength = 9032, handle =
0000000040D0C63D, ClassLinkage = 0000000000000000
FNV hash = 48c995297fbb27c5
returns result = 0, handle = 000000002552EED0
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
0000000040D0E9A1, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 000000002552DAD0
HackerDevice::CreatePixelShader called with BytecodeLength = 9384, handle =
0000000040D10325, ClassLinkage = 0000000000000000
FNV hash = f5348c756e531dcf
returns result = 0, handle = 00000000255305D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
0000000040D127E9, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 0000000025530B90
HackerDevice::CreatePixelShader called with BytecodeLength = 6696, handle =
0000000040D1416D, ClassLinkage = 0000000000000000
FNV hash = 45b3bbe519e4088d
returns result = 0, handle = 000000002552DF10
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
0000000040D15BB1, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 0000000025530A10
HackerDevice::CreatePixelShader called with BytecodeLength = 4228, handle =
0000000040D17535, ClassLinkage = 0000000000000000
FNV hash = ab5f698df5fa4fc4
returns result = 0, handle = 000000002552FBD0
HackerDevice::CreateVertexShader called with BytecodeLength = 6576, handle =
0000000040D185E2, ClassLinkage = 0000000000000000
FNV hash = 56c0a2dbaa447fb7
returns result = 0, handle = 000000002552CC50
HackerDevice::CreatePixelShader called with BytecodeLength = 9432, handle =
0000000040D19F96, ClassLinkage = 0000000000000000
FNV hash = 68613f0eccb4cf46
returns result = 0, handle = 000000002552F610
HackerDevice::CreateVertexShader called with BytecodeLength = 6576, handle =
0000000040D1C497, ClassLinkage = 0000000000000000
FNV hash = 56c0a2dbaa447fb7
returns result = 0, handle = 000000002552E790
HackerDevice::CreatePixelShader called with BytecodeLength = 6744, handle =
0000000040D1DE4B, ClassLinkage = 0000000000000000
FNV hash = 5c908b70d825f329
returns result = 0, handle = 0000000025532290
HackerDevice::CreateVertexShader called with BytecodeLength = 6576, handle =
0000000040D1F8CC, ClassLinkage = 0000000000000000
FNV hash = 56c0a2dbaa447fb7
returns result = 0, handle = 0000000025530E90
HackerDevice::CreatePixelShader called with BytecodeLength = 4276, handle =
0000000040D21280, ClassLinkage = 0000000000000000
FNV hash = c336e5a1374d71c2
returns result = 0, handle = 000000002552F050
HackerDevice::CreateVertexShader called with BytecodeLength = 6560, handle =
0000000040D22353, ClassLinkage = 0000000000000000
FNV hash = 24d58be319072fc5
returns result = 0, handle = 000000002552E1D0
HackerDevice::CreatePixelShader called with BytecodeLength = 6696, handle =
0000000040D23CF7, ClassLinkage = 0000000000000000
FNV hash = 6dd1e23a0bbbe235
returns result = 0, handle = 000000002552F1D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
0000000040D25731, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 000000002552F790
HackerDevice::CreatePixelShader called with BytecodeLength = 7212, handle =
0000000040D270B5, ClassLinkage = 0000000000000000
FNV hash = 49cd8fd32ec78638
returns result = 0, handle = 000000002552CDD0
HackerDevice::CreateVertexShader called with BytecodeLength = 6616, handle =
0000000040D28CFB, ClassLinkage = 0000000000000000
FNV hash = ac17a23e70dd1ba3
returns result = 0, handle = 0000000025531890
HackerDevice::CreatePixelShader called with BytecodeLength = 8556, handle =
0000000040D2A6D7, ClassLinkage = 0000000000000000
FNV hash = 5fa08776fcd4ef10
returns result = 0, handle = 000000002552F8D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6616, handle =
0000000040D2C861, ClassLinkage = 0000000000000000
FNV hash = ac17a23e70dd1ba3
returns result = 0, handle = 000000002552FA50
HackerDevice::CreatePixelShader called with BytecodeLength = 8556, handle =
0000000040D2E23D, ClassLinkage = 0000000000000000
FNV hash = 5fa08776fcd4ef10
returns result = 0, handle = 00000000255312D0
HackerDevice::CreateVertexShader called with BytecodeLength = 8556, handle =
0000000040D35A9C, ClassLinkage = 0000000000000000
FNV hash = c2915c7d560954fa
returns result = 0, handle = 0000000025531150
HackerDevice::CreatePixelShader called with BytecodeLength = 9676, handle =
0000000040D37C0C, ClassLinkage = 0000000000000000
FNV hash = 3fdb90ae782439ff
returns result = 0, handle = 0000000025531CD0
HackerDevice::CreateVertexShader called with BytecodeLength = 6836, handle =
0000000040D3A1ED, ClassLinkage = 0000000000000000
FNV hash = 97ed9fa4ea3a1714
returns result = 0, handle = 000000002552FD50
HackerDevice::CreatePixelShader called with BytecodeLength = 12084, handle =
0000000040D3BCA5, ClassLinkage = 0000000000000000
FNV hash = 23bad550751cc104
returns result = 0, handle = 000000002552FE90
HackerDevice::CreateVertexShader called with BytecodeLength = 6720, handle =
0000000040D3EBEF, ClassLinkage = 0000000000000000
FNV hash = f798a51d59b989c7
returns result = 0, handle = 0000000025531450
HackerDevice::CreatePixelShader called with BytecodeLength = 14544, handle =
0000000040D40633, ClassLinkage = 0000000000000000
FNV hash = 61982aaa48a26516
returns result = 0, handle = 000000002552D210
HackerDevice::CreateVertexShader called with BytecodeLength = 6884, handle =
0000000040D43F17, ClassLinkage = 0000000000000000
FNV hash = 460a96acdd659e54
returns result = 0, handle = 0000000025530010
HackerDevice::CreatePixelShader called with BytecodeLength = 15808, handle =
0000000040D459FF, ClassLinkage = 0000000000000000
FNV hash = 97f65ba61ac37c68
returns result = 0, handle = 0000000025530450
HackerDevice::CreateVertexShader called with BytecodeLength = 6608, handle =
0000000040D497D8, ClassLinkage = 0000000000000000
FNV hash = 51df213dd0216722
returns result = 0, handle = 0000000025530750
HackerDevice::CreatePixelShader called with BytecodeLength = 7280, handle =
0000000040D4B1AC, ClassLinkage = 0000000000000000
FNV hash = 86920cffe6f59397
returns result = 0, handle = 0000000025531710
HackerDevice::CreateVertexShader called with BytecodeLength = 6884, handle =
0000000040D4CE32, ClassLinkage = 0000000000000000
FNV hash = 460a96acdd659e54
returns result = 0, handle = 00000000255308D0
HackerDevice::CreatePixelShader called with BytecodeLength = 17504, handle =
0000000040D4E91A, ClassLinkage = 0000000000000000
FNV hash = 437955bcdcf5e7b3
returns result = 0, handle = 0000000025530FD0
HackerDevice::CreateVertexShader called with BytecodeLength = 6884, handle =
0000000040D52D8E, ClassLinkage = 0000000000000000
FNV hash = 460a96acdd659e54
returns result = 0, handle = 0000000025531E50
HackerDevice::CreatePixelShader called with BytecodeLength = 12740, handle =
0000000040D54876, ClassLinkage = 0000000000000000
FNV hash = d85d97387f04166c
returns result = 0, handle = 0000000025531FD0
HackerDevice::CreateVertexShader called with BytecodeLength = 7428, handle =
0000000040D57A4C, ClassLinkage = 0000000000000000
FNV hash = 45e2609b4bc5124c
returns result = 0, handle = 0000000025532110
HackerDevice::CreatePixelShader called with BytecodeLength = 9628, handle =
0000000040D59754, ClassLinkage = 0000000000000000
FNV hash = 904ec5b8daa3c2df
returns result = 0, handle = 0000000025532410
HackerDevice::CreateVertexShader called with BytecodeLength = 7428, handle =
0000000040D5BD05, ClassLinkage = 0000000000000000
FNV hash = 45e2609b4bc5124c
returns result = 0, handle = 000000002552C990
HackerDevice::CreatePixelShader called with BytecodeLength = 9868, handle =
0000000040D5DA0D, ClassLinkage = 0000000000000000
FNV hash = 44c3a831e37b97d6
returns result = 0, handle = 000000002552CAD0
HackerDevice::CreateVertexShader called with BytecodeLength = 7428, handle =
0000000040D600B1, ClassLinkage = 0000000000000000
FNV hash = 45e2609b4bc5124c
returns result = 0, handle = 000000002552CF50
HackerDevice::CreatePixelShader called with BytecodeLength = 9964, handle =
0000000040D61DB9, ClassLinkage = 0000000000000000
FNV hash = 35d448b3442aa389
returns result = 0, handle = 000000002552D090
HackerDevice::CreateVertexShader called with BytecodeLength = 7428, handle =
0000000040D644C0, ClassLinkage = 0000000000000000
FNV hash = 45e2609b4bc5124c
returns result = 0, handle = 000000002552D390
HackerDevice::CreatePixelShader called with BytecodeLength = 10204, handle =
0000000040D661C8, ClassLinkage = 0000000000000000
FNV hash = 96df7e38c6bd6adb
returns result = 0, handle = 0000000025532850
HackerDevice::CreateVertexShader called with BytecodeLength = 13332, handle =
0000000040D689B7, ClassLinkage = 0000000000000000
FNV hash = 7a17cc1e1fc79642
returns result = 0, handle = 0000000025533B10
HackerDevice::CreatePixelShader called with BytecodeLength = 12536, handle =
0000000040D6BDCF, ClassLinkage = 0000000000000000
FNV hash = 08e1d2ef87268401
returns result = 0, handle = 0000000025532C90
HackerDevice::CreateVertexShader called with BytecodeLength = 13332, handle =
0000000040D6EEDD, ClassLinkage = 0000000000000000
FNV hash = 7a17cc1e1fc79642
returns result = 0, handle = 0000000025535A90
HackerDevice::CreatePixelShader called with BytecodeLength = 12536, handle =
0000000040D722F5, ClassLinkage = 0000000000000000
FNV hash = 08e1d2ef87268401
returns result = 0, handle = 0000000025537750
HackerDevice::CreateVertexShader called with BytecodeLength = 6852, handle =
0000000040D75406, ClassLinkage = 0000000000000000
FNV hash = 4e64a1ccd0484ef2
returns result = 0, handle = 0000000025536A90
HackerDevice::CreatePixelShader called with BytecodeLength = 12152, handle =
0000000040D76ECE, ClassLinkage = 0000000000000000
FNV hash = 0d2ef802ec0a8197
returns result = 0, handle = 0000000025535090
HackerDevice::CreateVertexShader called with BytecodeLength = 6852, handle =
0000000040D79E62, ClassLinkage = 0000000000000000
FNV hash = 4e64a1ccd0484ef2
returns result = 0, handle = 0000000025536D50
HackerDevice::CreatePixelShader called with BytecodeLength = 12560, handle =
0000000040D7B92A, ClassLinkage = 0000000000000000
FNV hash = 85e51d68270a7590
returns result = 0, handle = 0000000025536ED0
HackerDevice::CreateVertexShader called with BytecodeLength = 6852, handle =
0000000040C8001F, ClassLinkage = 0000000000000000
FNV hash = 4e64a1ccd0484ef2
returns result = 0, handle = 0000000025537310
HackerDevice::CreatePixelShader called with BytecodeLength = 12248, handle =
0000000040C81AE7, ClassLinkage = 0000000000000000
FNV hash = 16268e452f0c9df4
returns result = 0, handle = 00000000255329D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6852, handle =
0000000040C84AE1, ClassLinkage = 0000000000000000
FNV hash = 4e64a1ccd0484ef2
returns result = 0, handle = 0000000025532B50
HackerDevice::CreatePixelShader called with BytecodeLength = 12656, handle =
0000000040C865A9, ClassLinkage = 0000000000000000
FNV hash = 85824f3f0803f3d0
returns result = 0, handle = 00000000255378D0
HackerDevice::CreateVertexShader called with BytecodeLength = 7248, handle =
0000000040C8973F, ClassLinkage = 0000000000000000
FNV hash = 3371ea060deccab3
returns result = 0, handle = 0000000025537190
HackerDevice::CreatePixelShader called with BytecodeLength = 4252, handle =
0000000040C8B393, ClassLinkage = 0000000000000000
FNV hash = ef6caf4bfb96a200
returns result = 0, handle = 0000000025533990
HackerDevice::CreateVertexShader called with BytecodeLength = 13364, handle =
0000000040C8C448, ClassLinkage = 0000000000000000
FNV hash = 51da29595de92b31
returns result = 0, handle = 0000000025534F10
HackerDevice::CreatePixelShader called with BytecodeLength = 11208, handle =
0000000040C8F880, ClassLinkage = 0000000000000000
FNV hash = 6917dd8b43db9386
returns result = 0, handle = 0000000025536BD0
HackerDevice::CreateVertexShader called with BytecodeLength = 13364, handle =
0000000040C92464, ClassLinkage = 0000000000000000
FNV hash = 51da29595de92b31
returns result = 0, handle = 0000000025534690
HackerDevice::CreatePixelShader called with BytecodeLength = 11208, handle =
0000000040C9589C, ClassLinkage = 0000000000000000
FNV hash = 6917dd8b43db9386
returns result = 0, handle = 00000000255333D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6884, handle =
0000000040C98483, ClassLinkage = 0000000000000000
FNV hash = 6ebc66de4a5d24a6
returns result = 0, handle = 0000000025537610
HackerDevice::CreatePixelShader called with BytecodeLength = 10800, handle =
0000000040C99F6B, ClassLinkage = 0000000000000000
FNV hash = 498ef693d5a8e16a
returns result = 0, handle = 0000000025534510
HackerDevice::CreateVertexShader called with BytecodeLength = 13364, handle =
0000000040C9C9BD, ClassLinkage = 0000000000000000
FNV hash = 51da29595de92b31
returns result = 0, handle = 00000000255354D0
HackerDevice::CreatePixelShader called with BytecodeLength = 11088, handle =
0000000040C9FDF5, ClassLinkage = 0000000000000000
FNV hash = a49267acac0258ed
returns result = 0, handle = 0000000025537A50
HackerDevice::CreateVertexShader called with BytecodeLength = 6884, handle =
0000000040CA296A, ClassLinkage = 0000000000000000
FNV hash = 6ebc66de4a5d24a6
returns result = 0, handle = 0000000025533550
HackerDevice::CreatePixelShader called with BytecodeLength = 10920, handle =
0000000040CA4452, ClassLinkage = 0000000000000000
FNV hash = 6434064c64b13045
returns result = 0, handle = 00000000255336D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6884, handle =
0000000040CA6F22, ClassLinkage = 0000000000000000
FNV hash = 6ebc66de4a5d24a6
returns result = 0, handle = 0000000025537050
HackerDevice::CreatePixelShader called with BytecodeLength = 11328, handle =
0000000040CA8A0A, ClassLinkage = 0000000000000000
FNV hash = 4e68cc0e085a9403
returns result = 0, handle = 0000000025537BD0
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
0000000040CAB65C, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 0000000025536350
HackerDevice::CreatePixelShader called with BytecodeLength = 9444, handle =
0000000040CAD0F4, ClassLinkage = 0000000000000000
FNV hash = 10f99571e8175087
returns result = 0, handle = 0000000025535210
HackerDevice::CreateVertexShader called with BytecodeLength = 6852, handle =
0000000040CAF5EE, ClassLinkage = 0000000000000000
FNV hash = bf476305f8d2e2c8
returns result = 0, handle = 0000000025532590
HackerDevice::CreatePixelShader called with BytecodeLength = 9688, handle =
0000000040CB10B6, ClassLinkage = 0000000000000000
FNV hash = 823dd0516ccf86c9
returns result = 0, handle = 0000000025533810
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
0000000040CB36A5, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 0000000025535F10
HackerDevice::CreatePixelShader called with BytecodeLength = 11204, handle =
0000000040CB513D, ClassLinkage = 0000000000000000
FNV hash = ecefaaa4b2307703
returns result = 0, handle = 0000000025534810
HackerDevice::CreateVertexShader called with BytecodeLength = 6836, handle =
0000000040CB7D1B, ClassLinkage = 0000000000000000
FNV hash = 97ed9fa4ea3a1714
returns result = 0, handle = 0000000025534DD0
HackerDevice::CreatePixelShader called with BytecodeLength = 11492, handle =
0000000040CB97D3, ClassLinkage = 0000000000000000
FNV hash = 30e3c74bd08df6ab
returns result = 0, handle = 0000000025535650
HackerDevice::CreateVertexShader called with BytecodeLength = 8556, handle =
0000000040CBC4C8, ClassLinkage = 0000000000000000
FNV hash = c2915c7d560954fa
returns result = 0, handle = 0000000025533C90
HackerDevice::CreatePixelShader called with BytecodeLength = 11268, handle =
0000000040CBE638, ClassLinkage = 0000000000000000
FNV hash = bbe355d18919aec6
returns result = 0, handle = 0000000025537D10
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
0000000040CC124D, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 00000000255364D0
HackerDevice::CreatePixelShader called with BytecodeLength = 9228, handle =
0000000040CC2CE5, ClassLinkage = 0000000000000000
FNV hash = 569fe9b543be63fe
returns result = 0, handle = 0000000025534390
HackerDevice::CreateVertexShader called with BytecodeLength = 6836, handle =
0000000040CC510A, ClassLinkage = 0000000000000000
FNV hash = 97ed9fa4ea3a1714
returns result = 0, handle = 0000000025533DD0
HackerDevice::CreatePixelShader called with BytecodeLength = 9148, handle =
0000000040CC6BC2, ClassLinkage = 0000000000000000
FNV hash = 7229716888e5fe15
returns result = 0, handle = 0000000025533F50
HackerDevice::CreateVertexShader called with BytecodeLength = 3948, handle =
0000000040CC8F98, ClassLinkage = 0000000000000000
FNV hash = 489cd3575027819a
returns result = 0, handle = 00000000255326D0
HackerDevice::CreatePixelShader called with BytecodeLength = 4296, handle =
0000000040CC9F08, ClassLinkage = 0000000000000000
FNV hash = 6b3f7acbdd09486b
returns result = 0, handle = 00000000255340D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6028, handle =
0000000040CCAFE3, ClassLinkage = 0000000000000000
FNV hash = 56fab8bf87a2d5d7
returns result = 0, handle = 00000000255357D0
HackerDevice::CreatePixelShader called with BytecodeLength = 15244, handle =
0000000040CCC773, ClassLinkage = 0000000000000000
FNV hash = 9dc34c702c3fd758
returns result = 0, handle = 0000000025536610
HackerDevice::CreateVertexShader called with BytecodeLength = 6060, handle =
0000000040CD0318, ClassLinkage = 0000000000000000
FNV hash = c8d0be3675a329df
returns result = 0, handle = 0000000025534950
HackerDevice::CreatePixelShader called with BytecodeLength = 15244, handle =
0000000040CD1AC8, ClassLinkage = 0000000000000000
FNV hash = 634f598031d55cfa
returns result = 0, handle = 0000000025535C10
HackerDevice::CreateVertexShader called with BytecodeLength = 6028, handle =
0000000040CD566D, ClassLinkage = 0000000000000000
FNV hash = 56fab8bf87a2d5d7
returns result = 0, handle = 0000000025537490
HackerDevice::CreatePixelShader called with BytecodeLength = 15288, handle =
0000000040CD6DFD, ClassLinkage = 0000000000000000
FNV hash = edb3ac5734a411f1
returns result = 0, handle = 0000000025537E90
HackerDevice::CreateVertexShader called with BytecodeLength = 6060, handle =
0000000040CDA9D1, ClassLinkage = 0000000000000000
FNV hash = c8d0be3675a329df
returns result = 0, handle = 0000000025538010
HackerDevice::CreatePixelShader called with BytecodeLength = 15288, handle =
0000000040CDC181, ClassLinkage = 0000000000000000
FNV hash = 504e536d64699b52
returns result = 0, handle = 0000000025535D90
HackerDevice::CreateVertexShader called with BytecodeLength = 6028, handle =
0000000040CDFD4D, ClassLinkage = 0000000000000000
FNV hash = 56fab8bf87a2d5d7
returns result = 0, handle = 0000000025534250
HackerDevice::CreatePixelShader called with BytecodeLength = 15824, handle =
0000000040CE14DD, ClassLinkage = 0000000000000000
FNV hash = f3481a8c28397439
returns result = 0, handle = 0000000025534AD0
HackerDevice::CreateVertexShader called with BytecodeLength = 6096, handle =
0000000040CE52C4, ClassLinkage = 0000000000000000
FNV hash = cfeec904c86dd80a
returns result = 0, handle = 0000000025534C50
HackerDevice::CreatePixelShader called with BytecodeLength = 15944, handle =
0000000040CE6A98, ClassLinkage = 0000000000000000
FNV hash = b41738fac2965ef8
returns result = 0, handle = 0000000025535390
HackerDevice::CreateVertexShader called with BytecodeLength = 6060, handle =
0000000040CEA8FA, ClassLinkage = 0000000000000000
FNV hash = 86abbf00be1ef866
returns result = 0, handle = 0000000025532E10
HackerDevice::CreatePixelShader called with BytecodeLength = 15824, handle =
0000000040CEC0AA, ClassLinkage = 0000000000000000
FNV hash = c6fa3afdb32b6f4b
returns result = 0, handle = 0000000025536050
HackerDevice::CreateVertexShader called with BytecodeLength = 6152, handle =
0000000040CEFE97, ClassLinkage = 0000000000000000
FNV hash = 7ed2c5fac2f54baf
returns result = 0, handle = 0000000025535950
HackerDevice::CreatePixelShader called with BytecodeLength = 15944, handle =
0000000040CF16A3, ClassLinkage = 0000000000000000
FNV hash = 7d288d98443a5c64
returns result = 0, handle = 0000000025536790
HackerDevice::CreateVertexShader called with BytecodeLength = 6060, handle =
0000000040CF5514, ClassLinkage = 0000000000000000
FNV hash = a94f17204a8ced39
returns result = 0, handle = 0000000025536910
HackerDevice::CreatePixelShader called with BytecodeLength = 14512, handle =
0000000040CF6CC4, ClassLinkage = 0000000000000000
FNV hash = b08a2687db707ec9
returns result = 0, handle = 00000000255361D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6028, handle =
0000000040CFA588, ClassLinkage = 0000000000000000
FNV hash = 56fab8bf87a2d5d7
returns result = 0, handle = 0000000025532F90
HackerDevice::CreatePixelShader called with BytecodeLength = 6888, handle =
0000000040CFBD18, ClassLinkage = 0000000000000000
FNV hash = 73f8bebbd2f9b297
returns result = 0, handle = 0000000025533110
HackerDevice::CreateVertexShader called with BytecodeLength = 6060, handle =
0000000040CFD81A, ClassLinkage = 0000000000000000
FNV hash = c8d0be3675a329df
returns result = 0, handle = 0000000025533250
HackerDevice::CreatePixelShader called with BytecodeLength = 6888, handle =
0000000040CFEFCA, ClassLinkage = 0000000000000000
FNV hash = 6d639e3a524d54a6
returns result = 0, handle = 00000000255385D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
0000000040D00AC5, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 000000002553D090
HackerDevice::CreatePixelShader called with BytecodeLength = 7724, handle =
0000000040D02449, ClassLinkage = 0000000000000000
FNV hash = 96b80d7ad4ae4c06
returns result = 0, handle = 0000000025538D10
HackerDevice::CreateVertexShader called with BytecodeLength = 6804, handle =
0000000040D0428C, ClassLinkage = 0000000000000000
FNV hash = 4f40416e2384ea93
returns result = 0, handle = 000000002553A6D0
HackerDevice::CreatePixelShader called with BytecodeLength = 11968, handle =
0000000040D05D24, ClassLinkage = 0000000000000000
FNV hash = c8e721653c8bbf9b
returns result = 0, handle = 000000002553D7D0
HackerDevice::CreateVertexShader called with BytecodeLength = 6528, handle =
0000000040D08BFB, ClassLinkage = 0000000000000000
FNV hash = 7c05fa6d0bb29f07
returns result = 0, handle = 000000002553C950
HackerDevice::CreatePixelShader called with BytecodeLength = 7936, handle =
0000000040D0A57F, ClassLinkage = 0000000000000000
FNV hash = 4eca276e262061d6
returns result = 0, handle = 000000002553CAD0
HackerDevice::CreateVertexShader called with BytecodeLength = 3760, handle =
0000000040D0C49F, ClassLinkage = 0000000000000000
FNV hash = 148c25f055d0cea5
returns result = 0, handle = 0000000025539B50
HackerDevice::CreatePixelShader called with BytecodeLength = 4520, handle =
0000000040D0D353, ClassLinkage = 0000000000000000
FNV hash = 4c470b0d376efc2a
returns result = 0, handle = 000000002553DA90
HackerDevice::CreateVertexShader called with BytecodeLength = 4212, handle =
0000000040D0E51C, ClassLinkage = 0000000000000000
FNV hash = e5a2c0b7f69d37da
returns result = 0, handle = 000000002553C390
HackerDevice::CreatePixelShader called with BytecodeLength = 5088, handle =
0000000040D0F594, ClassLinkage = 0000000000000000
FNV hash = 02f51ee613e1dc6e
returns result = 0, handle = 0000000025539CD0
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
0000000040D10996, ClassLinkage = 0000000000000000
FNV hash = 8428ab318d8b90eb
returns result = 0, handle = 000000002553B810
HackerDevice::CreatePixelShader called with BytecodeLength = 6116, handle =
0000000040D10C8A, ClassLinkage = 0000000000000000
FNV hash = dd887ec6fdbc2c16
returns result = 0, handle = 000000002553CF10
HackerDevice::CreateVertexShader called with BytecodeLength = 752, handle =
0000000040D12495, ClassLinkage = 0000000000000000
FNV hash = 8428ab318d8b90eb
returns result = 0, handle = 000000002553DC10
HackerDevice::CreatePixelShader called with BytecodeLength = 6116, handle =
0000000040D12789, ClassLinkage = 0000000000000000
FNV hash = dd887ec6fdbc2c16
returns result = 0, handle = 000000002553CC50
HackerDevice::CreateVertexShader called with BytecodeLength = 14004, handle =
0000000040D13F90, ClassLinkage = 0000000000000000
FNV hash = 135ebccdee94d0cd
returns result = 0, handle = 000000002553C210
HackerDevice::CreatePixelShader called with BytecodeLength = 16172, handle =
0000000040D17648, ClassLinkage = 0000000000000000
FNV hash = 706c62df476bd28e
returns result = 0, handle = 0000000025539E50
HackerDevice::CreateVertexShader called with BytecodeLength = 14116, handle =
0000000040D1B59C, ClassLinkage = 0000000000000000
FNV hash = b3849dcd1d89ed36
returns result = 0, handle = 000000002553D350
HackerDevice::CreatePixelShader called with BytecodeLength = 16172, handle =
0000000040D1ECC4, ClassLinkage = 0000000000000000
FNV hash = 706c62df476bd28e
returns result = 0, handle = 000000002553B990
HackerDevice::CreateVertexShader called with BytecodeLength = 6100, handle =
0000000040D22C09, ClassLinkage = 0000000000000000
FNV hash = e27a7615035cf333
returns result = 0, handle = 000000002553BB10
HackerDevice::CreatePixelShader called with BytecodeLength = 7528, handle =
0000000040D243E1, ClassLinkage = 0000000000000000
FNV hash = 1a10fc9efa27f51c
returns result = 0, handle = 000000002553CD90
HackerDevice::CreateVertexShader called with BytecodeLength = 6132, handle =
0000000040D26168, ClassLinkage = 0000000000000000
FNV hash = 5dfb601badac4fb0
returns result = 0, handle = 000000002553AB10
HackerDevice::CreatePixelShader called with BytecodeLength = 7528, handle =
0000000040D27960, ClassLinkage = 0000000000000000
FNV hash = 6c2c33c60e293b95
returns result = 0, handle = 000000002553C510
HackerDevice::CreateComputeShader called with BytecodeLength = 6208, handle =
00000001425E9450
FNV hash = 87c07ee8c9d4b44d
returns result = 0, handle = 000000002553A850
HackerDevice::CreateComputeShader called with BytecodeLength = 6684, handle =
00000001425EAC90
FNV hash = 551d79df21bcba10
returns result = 0, handle = 000000002553A9D0
*** Hooked_CreateDXGIFactory1 called with riid: IDXGIFactory1
Upcast QueryInterface(IDXGIFactory2) returned result = 0, factory =
00000000253AE610
CreateDXGIFactory1 returned factory = 00000000253AE610, result = 0
*** Hooked_CreateDXGIFactory1 called with riid: IDXGIFactory1
Upcast QueryInterface(IDXGIFactory2) returned result = 0, factory =
00000000253AD350
CreateDXGIFactory1 returned factory = 00000000253AD350, result = 0
*** Hooked_CreateDXGIFactory1 called with riid: IDXGIFactory1
Upcast QueryInterface(IDXGIFactory2) returned result = 0, factory =
00000000253AE250
CreateDXGIFactory1 returned factory = 00000000253AE250, result = 0
*** Hooked_CreateDXGIFactory1 called with riid: IDXGIFactory1
Upcast QueryInterface(IDXGIFactory2) returned result = 0, factory =
00000000253AC450
CreateDXGIFactory1 returned factory = 00000000253AC450, result = 0
*** Hooked_CreateDXGIFactory1 called with riid: IDXGIFactory1
Upcast QueryInterface(IDXGIFactory2) returned result = 0, factory =
00000000253AC810
CreateDXGIFactory1 returned factory = 00000000253AC810, result = 0
*** Hooked_CreateDXGIFactory1 called with riid: IDXGIFactory1
Upcast QueryInterface(IDXGIFactory2) returned result = 0, factory =
00000000253ACBD0
CreateDXGIFactory1 returned factory = 00000000253ACBD0, result = 0
HackerDevice::CreateTexture3D called with parameters
pInitialData = 000000000A80FC60->0000000023958000, SysMemPitch: 64,
SysMemSlicePitch: 1024
HackerDevice::CreateTexture3D called with parameters
InitialData = 000000000A80FC60, hash = 58affda7
pInitialData = 000000000A90FC60->000000005903C000, SysMemPitch: 64,
SysMemSlicePitch: 1024
InitialData = 000000000A90FC60, hash = 58affda7
returns result = 0
returns result = 0
HackerDevice::CreateTexture3D called with parameters
pInitialData = 000000000A80FC60->0000000023958000, SysMemPitch: 64,
SysMemSlicePitch: 1024
InitialData = 000000000A80FC60, hash = 97abefa3
returns result = 0
deleting self
HackerDevice::GetHackerContext returns 00000000042FC8F0
deleting self
HackerDevice::GetHackerContext returns 00000000042FC8F0
deleting self
HackerDevice::GetHackerContext returns 00000000042FC8F0
deleting self
HackerDevice::GetHackerContext returns 00000000042FC8F0
deleting self
HackerDevice::GetHackerContext returns 00000000042FC8F0
deleting self
HackerDevice::GetHackerContext returns 00000000042FC8F0
HackerUnknown::Release(class HackerSwapChain@000000002534F5D0), counter=3,
this=000000002534F5D0
HackerUnknown::Release(class HackerSwapChain@000000002534F5D0), counter=2,
this=000000002534F5D0

You might also like