MOS
|
Filter living on the APU. More...
#include <filter.hpp>
Public Member Functions | |
void | update (const apu::Source &source, const float dt) |
![]() | |
Resource (const Gen_function &gen_function, const Delete_function &delete_function) | |
Resource (const Resource &Resource)=delete | |
Resource (Resource &&Resource) noexcept | |
Resource & | operator= (const Resource resource)=delete |
Resource & | operator= (Resource &&resource) noexcept |
Friends | |
class | Renderer |
Additional Inherited Members | |
![]() | |
using | Gen_function = std::function< void(ALsizei, ALuint *)> |
using | Delete_function = std::function< void(ALsizei, const ALuint *)> |
using | Time_point = std::chrono::time_point< std::chrono::system_clock, std::chrono::nanoseconds > |
![]() | |
Gen_function | gen_function |
Delete_function | delete_function |
Time_point | modified |
ALuint | id {0} |
Filter living on the APU.