Class CPUInstancer<D extends InstanceData>

java.lang.Object
com.jozufozu.flywheel.backend.instancing.AbstractInstancer<D>
com.jozufozu.flywheel.backend.instancing.batching.CPUInstancer<D>
All Implemented Interfaces:
Instancer<D>

public class CPUInstancer<D extends InstanceData> extends AbstractInstancer<D>
  • Constructor Details

    • CPUInstancer

      public CPUInstancer(Batched<D> type, Model modelData)
  • Method Details

    • notifyDirty

      public void notifyDirty()
      Description copied from interface: Instancer
      Notify the Instancer that some of its data needs updating.

      This might be ignored, depending on the implementation. For the GPUInstancer, this triggers a scan of all instances.

    • delete

      public void delete()