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

Vulkan: Do not allow nil texture data #2321

Merged
merged 1 commit into from
Oct 29, 2018

Conversation

Qining
Copy link
Contributor

@Qining Qining commented Oct 28, 2018

Transfering nil texture data may crash the grpc.
E.g.: ResourceData: Texture2D<Levels: nil> crashes grpc.

Transfering incomplete texture data may crash the grpc.
E.g.: ResourceData: Texture2D<Levels: nil> crashes grpc.
@Qining Qining force-pushed the vk-do-not-allow-incomplete-texture branch from 58fd0cc to eb290f1 Compare October 28, 2018 00:05
@Qining Qining merged commit 4b81800 into google:master Oct 29, 2018
@Qining Qining deleted the vk-do-not-allow-incomplete-texture branch December 13, 2018 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants