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

Fix XNA spec violation (cannot simultaneously read/write texture) #2

Merged
merged 1 commit into from
Dec 8, 2020
Merged

Fix XNA spec violation (cannot simultaneously read/write texture) #2

merged 1 commit into from
Dec 8, 2020

Conversation

flibitijibibo
Copy link
Contributor

This fixes a bug I introduced in the XNA4 update where I try to sample a texture that is currently set as the render target. Pretty easy fix in this case, just need to use an additional intermediate buffer.

@flibitijibibo flibitijibibo mentioned this pull request Dec 8, 2020
55 tasks
@blendogames blendogames merged commit 4728ab7 into blendogames:master Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants