| base_type typedef | gfx::handle_impl< program, program_handle > | |
| dispose() | gfx::handle_impl< program, program_handle > | inline |
| evict_class_ | gfx::ievictable | protected |
| evict_state_ | gfx::ievictable | protected |
| fallback_handle() const -> program_handle | gfx::handle_impl< program, program_handle > | inlineprotected |
| get_evict_class() const -> evict_class | gfx::ievictable | inline |
| get_evict_state() const -> evict_state | gfx::ievictable | inline |
| get_fallback_handle() const -> program_handle | gfx::handle_impl< program, program_handle > | inlineprotected |
| get_last_use_frame() const -> std::uint64_t | gfx::ievictable | inline |
| get_uniform(const hpp::string_view &_name, uint8_t stage=uint8_t(-1)) -> uniform_ptr | gfx::program | |
| get_use_count() const -> std::uint64_t | gfx::ievictable | inline |
| gpu_size() const -> std::uint64_t override | gfx::handle_impl< program, program_handle > | inlinevirtual |
| gpu_size_ | gfx::handle_impl< program, program_handle > | protected |
| handle_ | gfx::handle_impl< program, program_handle > | protected |
| handle_impl()=default | gfx::handle_impl< program, program_handle > | |
| handle_impl(const handle_impl &)=delete | gfx::handle_impl< program, program_handle > | |
| handle_impl(handle_impl &&)=delete | gfx::handle_impl< program, program_handle > | |
| handle_type_t typedef | gfx::handle_impl< program, program_handle > | |
| ievictable()=default | gfx::ievictable | |
| ievictable(const ievictable &)=delete | gfx::ievictable | |
| ievictable(ievictable &&)=delete | gfx::ievictable | |
| invalid_handle() -> program_handle | gfx::handle_impl< program, program_handle > | inlinestatic |
| is_valid() const -> bool | gfx::handle_impl< program, program_handle > | inline |
| last_use_frame_ | gfx::ievictable | mutableprotected |
| make_evictable(std::uint64_t gpu_bytes, std::function< bool(program &)> restore_fn, evict_class cls=evict_class::evictable) | gfx::handle_impl< program, program_handle > | inlineprotected |
| make_evictable_deferred(std::uint64_t gpu_bytes, std::function< bool(program &)> restore_fn, evict_class cls=evict_class::evictable) | gfx::handle_impl< program, program_handle > | inlineprotected |
| native_handle() const -> program_handle | gfx::handle_impl< program, program_handle > | inline |
| on_evict() -> std::uint64_t override | gfx::handle_impl< program, program_handle > | inlinevirtual |
| on_restore() -> bool override | gfx::handle_impl< program, program_handle > | inlinevirtual |
| operator=(const handle_impl &) -> handle_impl &=delete | gfx::handle_impl< program, program_handle > | |
| operator=(handle_impl &&) -> handle_impl &=delete | gfx::handle_impl< program, program_handle > | |
| gfx::ievictable::operator=(const ievictable &) -> ievictable &=delete | gfx::ievictable | |
| gfx::ievictable::operator=(ievictable &&) -> ievictable &=delete | gfx::ievictable | |
| program()=default | gfx::program | |
| program(const shader &compute_shader) | gfx::program | |
| program(const shader &vertex_shader, const shader &fragment_shader) | gfx::program | |
| ptr typedef | gfx::handle_impl< program, program_handle > | |
| restore_fn_ | gfx::handle_impl< program, program_handle > | protected |
| set_name(const hpp::string_view &_name) | gfx::handle_impl< program, program_handle > | inline |
| set_texture(uint8_t _stage, const hpp::string_view &_sampler, const gfx::frame_buffer *_handle, uint8_t _attachment=0, uint32_t _flags=std::numeric_limits< uint32_t >::max()) | gfx::program | |
| set_texture(uint8_t _stage, const hpp::string_view &_sampler, const gfx::texture *_texture, uint32_t _flags=std::numeric_limits< uint32_t >::max()) | gfx::program | |
| set_uniform(const hpp::string_view &_name, const void *_value, uint16_t _num=1) | gfx::program | |
| textures_uniforms | gfx::program | |
| touch() const noexcept | gfx::ievictable | inline |
| uniform_ptr typedef | gfx::program | |
| uniforms | gfx::program | |
| uptr typedef | gfx::handle_impl< program, program_handle > | |
| use_count_ | gfx::ievictable | mutableprotected |
| weak_ptr typedef | gfx::handle_impl< program, program_handle > | |
| ~handle_impl() override | gfx::handle_impl< program, program_handle > | inline |
| ~ievictable()=default | gfx::ievictable | virtual |