|
Unravel Engine C++ Reference
|
This is the complete list of members for gfx::texture, including all inherited members.
| base_type typedef | gfx::handle_impl< texture, texture_handle > | |
| dispose() | gfx::handle_impl< texture, texture_handle > | inline |
| evict_class_ | gfx::ievictable | protected |
| evict_state_ | gfx::ievictable | protected |
| fallback_handle() const -> texture_handle | gfx::texture | |
| flags | gfx::texture | |
| get_estimated_gpu_size() const -> std::uint64_t | gfx::texture | |
| get_evict_class() const -> evict_class | gfx::ievictable | inline |
| get_evict_state() const -> evict_state | gfx::ievictable | inline |
| get_fallback_handle() const -> texture_handle | gfx::handle_impl< texture, texture_handle > | inlineprotected |
| get_last_use_frame() const -> std::uint64_t | gfx::ievictable | inline |
| get_size() const -> usize32_t | gfx::texture | |
| get_use_count() const -> std::uint64_t | gfx::ievictable | inline |
| gpu_size() const -> std::uint64_t override | gfx::handle_impl< texture, texture_handle > | inlinevirtual |
| gpu_size_ | gfx::handle_impl< texture, texture_handle > | protected |
| handle_ | gfx::handle_impl< texture, texture_handle > | protected |
| handle_impl()=default | gfx::handle_impl< texture, texture_handle > | |
| handle_impl(const handle_impl &)=delete | gfx::handle_impl< texture, texture_handle > | |
| handle_impl(handle_impl &&)=delete | gfx::handle_impl< texture, texture_handle > | |
| handle_type_t typedef | gfx::handle_impl< texture, texture_handle > | |
| ievictable()=default | gfx::ievictable | |
| ievictable(const ievictable &)=delete | gfx::ievictable | |
| ievictable(ievictable &&)=delete | gfx::ievictable | |
| info | gfx::texture | |
| invalid_handle() -> texture_handle | gfx::handle_impl< texture, texture_handle > | inlinestatic |
| is_gpu_generated() const -> bool | gfx::texture | |
| is_render_target() const -> bool | gfx::texture | |
| is_valid() const -> bool | gfx::handle_impl< texture, texture_handle > | inline |
| last_use_frame_ | gfx::ievictable | mutableprotected |
| make_evictable(std::uint64_t gpu_bytes, std::function< bool(texture &)> restore_fn, evict_class cls=evict_class::evictable) | gfx::handle_impl< texture, texture_handle > | inlineprotected |
| make_evictable_deferred(std::uint64_t gpu_bytes, std::function< bool(texture &)> restore_fn, evict_class cls=evict_class::evictable) | gfx::handle_impl< texture, texture_handle > | inlineprotected |
| native_handle() const -> texture_handle | gfx::handle_impl< texture, texture_handle > | inline |
| on_evict() -> std::uint64_t override | gfx::handle_impl< texture, texture_handle > | inlinevirtual |
| on_restore() -> bool override | gfx::handle_impl< texture, texture_handle > | inlinevirtual |
| operator=(const handle_impl &) -> handle_impl &=delete | gfx::handle_impl< texture, texture_handle > | |
| operator=(handle_impl &&) -> handle_impl &=delete | gfx::handle_impl< texture, texture_handle > | |
| gfx::ievictable::operator=(const ievictable &) -> ievictable &=delete | gfx::ievictable | |
| gfx::ievictable::operator=(ievictable &&) -> ievictable &=delete | gfx::ievictable | |
| ptr typedef | gfx::handle_impl< texture, texture_handle > | |
| restore_fn_ | gfx::handle_impl< texture, texture_handle > | protected |
| set_name(const hpp::string_view &_name) | gfx::handle_impl< texture, texture_handle > | inline |
| texture()=default | gfx::texture | |
| texture(const char *_path, std::uint64_t _flags=BGFX_TEXTURE_NONE|BGFX_SAMPLER_NONE, std::uint8_t _skip=0, texture_info *_info=nullptr) | gfx::texture | |
| texture(const void *_data, std::uint32_t _size, std::uint64_t _flags=BGFX_TEXTURE_NONE|BGFX_SAMPLER_NONE, std::uint8_t _skip=0, texture_info *_info=nullptr, const char *_name=nullptr) | gfx::texture | |
| texture(std::uint16_t _width, std::uint16_t _height, bool _hasMips, std::uint16_t _numLayers, texture_format _format, std::uint64_t _flags=BGFX_TEXTURE_NONE|BGFX_SAMPLER_NONE, const memory_view *_mem=nullptr) | gfx::texture | |
| texture(std::uint16_t _width, std::uint16_t _height, std::uint16_t _depth, bool _hasMips, texture_format _format, std::uint64_t _flags=BGFX_TEXTURE_NONE|BGFX_SAMPLER_NONE, const memory_view *_mem=nullptr) | gfx::texture | |
| texture(std::uint16_t _size, bool _hasMips, std::uint16_t _numLayers, texture_format _format, std::uint64_t _flags=BGFX_TEXTURE_NONE|BGFX_SAMPLER_NONE, const memory_view *_mem=nullptr) | gfx::texture | |
| touch() const noexcept | gfx::ievictable | inline |
| uptr typedef | gfx::handle_impl< texture, texture_handle > | |
| use_count_ | gfx::ievictable | mutableprotected |
| weak_ptr typedef | gfx::handle_impl< texture, texture_handle > | |
| ~handle_impl() override | gfx::handle_impl< texture, texture_handle > | inline |
| ~ievictable()=default | gfx::ievictable | virtual |