Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::ParticleUpdater Class Referenceabstract

#include <ParticleUpdater.h>

+ Inheritance diagram for Divide::ParticleUpdater:

Public Member Functions

 ParticleUpdater (PlatformContext &context) noexcept
 
virtual void update (U64 deltaTimeUS, ParticleData &p)=0
 
- Public Member Functions inherited from Divide::PlatformContextComponent
 PlatformContextComponent (PlatformContext &context) noexcept
 
virtual ~PlatformContextComponent ()=default
 
PlatformContextcontext () noexcept
 
const PlatformContextcontext () const noexcept
 
- Public Member Functions inherited from Divide::NonCopyable
 NonCopyable (const NonCopyable &)=delete
 
NonCopyableoperator= (const NonCopyable &)=delete
 
 NonCopyable (NonCopyable &&)=default
 
NonCopyableoperator= (NonCopyable &&)=default
 

Additional Inherited Members

- Protected Member Functions inherited from Divide::NonCopyable
 NonCopyable ()=default
 
 ~NonCopyable ()=default
 
- Protected Attributes inherited from Divide::PlatformContextComponent
PlatformContext_context
 

Detailed Description

Definition at line 41 of file ParticleUpdater.h.

Constructor & Destructor Documentation

◆ ParticleUpdater()

Divide::ParticleUpdater::ParticleUpdater ( PlatformContext context)
inlineexplicitnoexcept

Definition at line 43 of file ParticleUpdater.h.

Member Function Documentation

◆ update()


The documentation for this class was generated from the following file: