Skip to content

3D and 2D/1D array texture support on the Vulkan side#1097

Merged
qining merged 2 commits intogoogle:masterfrom
qining:texture-array-3d
Sep 29, 2017
Merged

3D and 2D/1D array texture support on the Vulkan side#1097
qining merged 2 commits intogoogle:masterfrom
qining:texture-array-3d

Conversation

@qining
Copy link
Copy Markdown
Contributor

@qining qining commented Sep 13, 2017

No description provided.

for levelIndex := range levels {
imageLevel := imageLayer.Levels.Get(uint32(levelIndex))
img := imageLevel.imageInfo(ctx, s, format)
if img == nil {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In GLES we've made an effort to show partially populated textures. It's annoying to only see the image if all levels / layers are populated with data.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4334638 changes all the early returns to continue.

@qining qining merged commit bf21ba3 into google:master Sep 29, 2017
@qining qining deleted the texture-array-3d branch February 6, 2018 14:54
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