Class PerObjectUploadStrategy

java.lang.Object
dev.engine.graphics.common.PerObjectUploadStrategy
All Implemented Interfaces:
UploadStrategy

public class PerObjectUploadStrategy extends Object implements UploadStrategy
Default upload strategy: one UBO write + bind per draw call. Simple and compatible with all backends. Not optimal for large scenes.