LiteFX 0.4.1.2025
Computer Graphics Engine
|
This is the complete list of members for LiteFX::Rendering::IMappable, including all inherited members.
IMappable() noexcept=default | LiteFX::Rendering::IMappable | protected |
IMappable(IMappable &&) noexcept=default | LiteFX::Rendering::IMappable | protected |
IMappable(const IMappable &)=default | LiteFX::Rendering::IMappable | protected |
map(const void *const data, size_t size, UInt32 element=0)=0 | LiteFX::Rendering::IMappable | pure virtual |
map(Span< const void *const > data, size_t elementSize, UInt32 firstElement=0)=0 | LiteFX::Rendering::IMappable | pure virtual |
map(void *data, size_t size, UInt32 element=0, bool write=true)=0 | LiteFX::Rendering::IMappable | pure virtual |
map(Span< void * > data, size_t elementSize, UInt32 firstElement=0, bool write=true)=0 | LiteFX::Rendering::IMappable | pure virtual |
operator=(IMappable &&) noexcept=default | LiteFX::Rendering::IMappable | protected |
operator=(const IMappable &)=default | LiteFX::Rendering::IMappable | protected |
~IMappable() noexcept=default | LiteFX::Rendering::IMappable | virtual |