yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::core::PlatformBackend< Derived > Class Template Reference

#include <backend.h>

Inheritance diagram for yaze::core::PlatformBackend< Derived >:

Public Member Functions

 PlatformBackend ()=default
 
 ~PlatformBackend ()=default
 
void init ()
 
void init_audio ()
 
void shutdown_audio ()
 
void shutdown ()
 
void new_frame ()
 
void render ()
 

Detailed Description

template<typename Derived>
class yaze::core::PlatformBackend< Derived >

Definition at line 18 of file backend.h.

Constructor & Destructor Documentation

◆ PlatformBackend()

template<typename Derived>
yaze::core::PlatformBackend< Derived >::PlatformBackend ( )
default

◆ ~PlatformBackend()

template<typename Derived>
yaze::core::PlatformBackend< Derived >::~PlatformBackend ( )
default

Member Function Documentation

◆ init()

template<typename Derived>
void yaze::core::PlatformBackend< Derived >::init ( )
inline

Definition at line 23 of file backend.h.

References init().

Referenced by init().

Here is the call graph for this function:

◆ init_audio()

template<typename Derived>
void yaze::core::PlatformBackend< Derived >::init_audio ( )
inline

Definition at line 24 of file backend.h.

References init_audio().

Referenced by init_audio().

Here is the call graph for this function:

◆ shutdown_audio()

template<typename Derived>
void yaze::core::PlatformBackend< Derived >::shutdown_audio ( )
inline

Definition at line 25 of file backend.h.

References shutdown_audio().

Referenced by shutdown_audio().

Here is the call graph for this function:

◆ shutdown()

template<typename Derived>
void yaze::core::PlatformBackend< Derived >::shutdown ( )
inline

Definition at line 26 of file backend.h.

References shutdown().

Referenced by shutdown().

Here is the call graph for this function:

◆ new_frame()

template<typename Derived>
void yaze::core::PlatformBackend< Derived >::new_frame ( )
inline

Definition at line 27 of file backend.h.

References new_frame().

Referenced by new_frame().

Here is the call graph for this function:

◆ render()

template<typename Derived>
void yaze::core::PlatformBackend< Derived >::render ( )
inline

Definition at line 28 of file backend.h.

References render().

Referenced by render().

Here is the call graph for this function:

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