Package icyllis.arc3d.engine
Interface SurfaceVisitor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
visit
(@RawPtr SurfaceProxy texture, int samplerState) Deprecated.
-
Method Details
-
visit
Deprecated.- Parameters:
texture
- raw ptr to surface proxysamplerState
- seeSamplerDesc
-