Other |
---|
internalFixed |
When creating a single command buffer we observed several visual artifacts. One reason of artifacts is that textures are getting reused. With JDK-8311774, we avoided accumulating commands into a command buffer if a texture is getting reused. We need to evaluate and fix this scenario.
|