Developing Games on Intel Graphics
If you are gaming on graphics integrated in your Intel Processor, this is the place for you! Find answers to your questions or post your issues with PC games
489 Discussions

AMD ShadowFX sample is hangs on Intel HD 4000 GPU

Geets__Andrey
New Contributor I
933 Views

Hi all! I'm try to use the ShadowFX from GPUOpen-Effects/ShadowFX - C++ - GitHub

 

During debug on Visual Studio 2012 the sample is hangs on file

ShadowFX\amd_shadowfx_sample\src\ShadowFX_Sample.cpp (line 1561):

 

void CALLBACK OnD3D11DestroyDevice(void* pUserContext)

{

...

    SAFE_RELEASE(g_pShadowMapPS);

...

}

 

Call Stack:

  ShadowFX_Sample_Debug_2012.exe!OnD3D11DestroyDevice(void * pUserContext=0x0000000000000000) Line 1561  
> ShadowFX_Sample_Debug_2012.exe!DXUTCleanup3DEnvironment(bool bReleaseSettings=false) Line 3014  
  ShadowFX_Sample_Debug_2012.exe!DXUTChangeDevice(DXUTDeviceSettings * pNewDeviceSettings=0x0000000003387b30, bool bClipWindowToSingleAdapter=true) Line 1912  
  ShadowFX_Sample_Debug_2012.exe!DXUTChangeDevice(DXUTDeviceSettings * pNewDeviceSettings=0x0000000000377390, bool bClipWindowToSingleAdapter=true) Line 2151  
  ShadowFX_Sample_Debug_2012.exe!DXUTCreateDevice(D3D_FEATURE_LEVEL reqFL=D3D_FEATURE_LEVEL_11_0, bool bWindowed=true, int nSuggestedWidth=1920, int nSuggestedHeight=1080) Line 1704  
  ShadowFX_Sample_Debug_2012.exe!wWinMain(HINSTANCE__ * hInstance=0x000000013f4a0000, HINSTANCE__ * hPrevInstance=0x0000000000000000, wchar_t * lpCmdLine=0x0000000000306684, int nCmdShow=10) Line 375
0 Kudos
5 Replies
Michael_C_Intel2
Employee
933 Views

Hi Andrey,

I am looking into this, I will let you know what I find out.

-Michael

0 Kudos
Geets__Andrey
New Contributor I
933 Views

Hi Michael, Thank you for your response.

On AMD R7 240, nVidia 210 it is working fine.

0 Kudos
Geets__Andrey
New Contributor I
933 Views

The problem is absent on the last driver, but during debugging of a sample, it works very slowly.

0 Kudos
Michael_C_Intel2
Employee
933 Views

Hi Andrey,

So with the latest driver the issue is not present? 

-Michael 

0 Kudos
Geets__Andrey
New Contributor I
933 Views

Hi Michael,

So with the latest driver the issue is not present? 

Yes.

0 Kudos
Reply