-
Enhancement
-
Resolution: Fixed
-
P4
-
internal
-
generic
-
os_x
There are only 2 types of MTLDepthStencilState possible - depth stencil enabled or disabled.
MTLPipelineManager.getDepthStencilState() creates MTLDepthStencilState on each call.
This can be avoided by caching it in MTLPipelineManager class.
MTLPipelineManager.getDepthStencilState() creates MTLDepthStencilState on each call.
This can be avoided by caching it in MTLPipelineManager class.
- blocks
-
JDK-8321099 Improve 3D rendering performance
-
- Open
-