Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Copy constructor for IRenderTarget #82

Closed
yogwoggf opened this issue Sep 25, 2022 · 2 comments
Closed

[feature] Copy constructor for IRenderTarget #82

yogwoggf opened this issue Sep 25, 2022 · 2 comments
Labels
binary module Issues relating to the binary module enhancement New feature or request
Milestone

Comments

@yogwoggf
Copy link
Contributor

Is your feature request related to a problem? Please describe.
My post-processing VisTrace extension relies a lot on rendertargets, so it'd be beneficial for me to be able to copy IRenderTargets around.

Describe the solution you'd like
I want a copy constructor to be added to IRenderTarget which would

Describe alternatives you've considered
There is no (good) alternative to this.

@yogwoggf yogwoggf added the enhancement New feature or request label Sep 25, 2022
@yogwoggf
Copy link
Contributor Author

Just some quick researching before implementing.. virtual copy constructors don't exist :trollface:

@yogwoggf yogwoggf mentioned this issue Sep 25, 2022
8 tasks
@Derpius
Copy link
Owner

Derpius commented Sep 25, 2022

The interface class shouldn’t have a copy constructor, the derived class should…

@Derpius Derpius added this to the v0.13.0 milestone Sep 25, 2022
@Derpius Derpius added the binary module Issues relating to the binary module label Sep 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binary module Issues relating to the binary module enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants