Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

No way to delete D3DShot instance. #38

Open
GeorgiiKapralov opened this issue Nov 30, 2020 · 1 comment
Open

No way to delete D3DShot instance. #38

GeorgiiKapralov opened this issue Nov 30, 2020 · 1 comment

Comments

@GeorgiiKapralov
Copy link

Can we add possibility to force delete instance? Like in : https://stackoverflow.com/questions/43619748/destroying-a-singleton-object-in-python . I've tested it locally and it's work for me.

I need to delete / re-create instance to recover D3DShot from some situation. For ex. D3DShot will stuck in case of D3DCtx changed. Issuse: #30

@zeyad-mansour
Copy link

if d is the name of your object, simply do: d.stop()

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants