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

Replacer: Avoid tracking video textures #17088

Merged
merged 1 commit into from
Mar 10, 2023
Merged

Conversation

hrydgard
Copy link
Owner

Our texture replacer is not made for replacing video, so let's avoid bloating the cache and saved textures with video frames.

Also ignore a Vulkan validation message (yes, it's an ok one).

@hrydgard hrydgard added this to the v1.15.0 milestone Mar 10, 2023
@hrydgard hrydgard merged commit 304c474 into master Mar 10, 2023
@hrydgard hrydgard deleted the replacer-avoid-video branch March 10, 2023 11:43
@hrydgard
Copy link
Owner Author

Hm, just noticed we already have a mechanism for avoiding saving video textures, but it still tracks more info than we need.

Is there actually any case at all where we want to save them?

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

Successfully merging this pull request may close these issues.

1 participant