Coder Social home page Coder Social logo

Comments (5)

justinstenning avatar justinstenning commented on August 17, 2024

Is this with Direct3D 9 or 11?

You may need to attach a debugger to determine if it is something within your hook that is causing the problem.

from direct3dhook.

remcoros avatar remcoros commented on August 17, 2024

This might be due to an incorrect implementation of ResetHook

@spazzarama your current implementation still has this error.

You need to always return the result of the device Reset call, instead of SharpDX.Result.Ok.Code

See: https://github.com/remcoros/Direct3DCapture/blob/master/Hook/DXHookD3D9.cs#L597

Note: I only worked on the DX9 version, other versions might still have this issue.

from direct3dhook.

justinstenning avatar justinstenning commented on August 17, 2024

Ah, yep I fixed it on the GPUResize branch only:

https://github.com/spazzarama/Direct3DHook/blob/GPUResize/Capture/Hook/DXHookD3D9.cs#L210

from direct3dhook.

KristjanLaane avatar KristjanLaane commented on August 17, 2024

thanks, i will try to port all of that over at some point!

from direct3dhook.

justinstenning avatar justinstenning commented on August 17, 2024

Fixed in ddb3096

from direct3dhook.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.