Loading PCSamples/Graphics/SimpleHDR_PC12/DeviceResources.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -213,7 +213,7 @@ void DeviceResources::CreateDeviceResources() m_fence->SetName(L"DeviceResources"); m_fenceEvent.Attach(CreateEvent(nullptr, FALSE, FALSE, nullptr)); m_fenceEvent.Attach(CreateEventEx(nullptr, nullptr, 0, EVENT_MODIFY_STATE | SYNCHRONIZE)); if (!m_fenceEvent.IsValid()) { throw std::exception("CreateEvent"); Loading PCSamples/Graphics/VideoTexturePC12/DeviceResources.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ void DeviceResources::CreateDeviceResources() m_fence->SetName(L"DeviceResources"); m_fenceEvent.Attach(CreateEvent(nullptr, FALSE, FALSE, nullptr)); m_fenceEvent.Attach(CreateEventEx(nullptr, nullptr, 0, EVENT_MODIFY_STATE | SYNCHRONIZE)); if (!m_fenceEvent.IsValid()) { throw std::exception("CreateEvent"); Loading PCSamples/IntroGraphics/DirectXTKSimpleSamplePC12/DeviceResources.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ void DeviceResources::CreateDeviceResources() m_fence->SetName(L"DeviceResources"); m_fenceEvent.Attach(CreateEvent(nullptr, FALSE, FALSE, nullptr)); m_fenceEvent.Attach(CreateEventEx(nullptr, nullptr, 0, EVENT_MODIFY_STATE | SYNCHRONIZE)); if (!m_fenceEvent.IsValid()) { throw std::exception("CreateEvent"); Loading PCSamples/IntroGraphics/SimpleBezierPC12/DeviceResources.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ void DeviceResources::CreateDeviceResources() m_fence->SetName(L"DeviceResources"); m_fenceEvent.Attach(CreateEvent(nullptr, FALSE, FALSE, nullptr)); m_fenceEvent.Attach(CreateEventEx(nullptr, nullptr, 0, EVENT_MODIFY_STATE | SYNCHRONIZE)); if (!m_fenceEvent.IsValid()) { throw std::exception("CreateEvent"); Loading PCSamples/IntroGraphics/SimpleInstancingPC12/DeviceResources.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ void DeviceResources::CreateDeviceResources() m_fence->SetName(L"DeviceResources"); m_fenceEvent.Attach(CreateEvent(nullptr, FALSE, FALSE, nullptr)); m_fenceEvent.Attach(CreateEventEx(nullptr, nullptr, 0, EVENT_MODIFY_STATE | SYNCHRONIZE)); if (!m_fenceEvent.IsValid()) { throw std::exception("CreateEvent"); Loading Loading
PCSamples/Graphics/SimpleHDR_PC12/DeviceResources.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -213,7 +213,7 @@ void DeviceResources::CreateDeviceResources() m_fence->SetName(L"DeviceResources"); m_fenceEvent.Attach(CreateEvent(nullptr, FALSE, FALSE, nullptr)); m_fenceEvent.Attach(CreateEventEx(nullptr, nullptr, 0, EVENT_MODIFY_STATE | SYNCHRONIZE)); if (!m_fenceEvent.IsValid()) { throw std::exception("CreateEvent"); Loading
PCSamples/Graphics/VideoTexturePC12/DeviceResources.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ void DeviceResources::CreateDeviceResources() m_fence->SetName(L"DeviceResources"); m_fenceEvent.Attach(CreateEvent(nullptr, FALSE, FALSE, nullptr)); m_fenceEvent.Attach(CreateEventEx(nullptr, nullptr, 0, EVENT_MODIFY_STATE | SYNCHRONIZE)); if (!m_fenceEvent.IsValid()) { throw std::exception("CreateEvent"); Loading
PCSamples/IntroGraphics/DirectXTKSimpleSamplePC12/DeviceResources.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ void DeviceResources::CreateDeviceResources() m_fence->SetName(L"DeviceResources"); m_fenceEvent.Attach(CreateEvent(nullptr, FALSE, FALSE, nullptr)); m_fenceEvent.Attach(CreateEventEx(nullptr, nullptr, 0, EVENT_MODIFY_STATE | SYNCHRONIZE)); if (!m_fenceEvent.IsValid()) { throw std::exception("CreateEvent"); Loading
PCSamples/IntroGraphics/SimpleBezierPC12/DeviceResources.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ void DeviceResources::CreateDeviceResources() m_fence->SetName(L"DeviceResources"); m_fenceEvent.Attach(CreateEvent(nullptr, FALSE, FALSE, nullptr)); m_fenceEvent.Attach(CreateEventEx(nullptr, nullptr, 0, EVENT_MODIFY_STATE | SYNCHRONIZE)); if (!m_fenceEvent.IsValid()) { throw std::exception("CreateEvent"); Loading
PCSamples/IntroGraphics/SimpleInstancingPC12/DeviceResources.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ void DeviceResources::CreateDeviceResources() m_fence->SetName(L"DeviceResources"); m_fenceEvent.Attach(CreateEvent(nullptr, FALSE, FALSE, nullptr)); m_fenceEvent.Attach(CreateEventEx(nullptr, nullptr, 0, EVENT_MODIFY_STATE | SYNCHRONIZE)); if (!m_fenceEvent.IsValid()) { throw std::exception("CreateEvent"); Loading