picogl.backend.gl.driver.applyable ================================== .. py:module:: picogl.backend.gl.driver.applyable .. autoapi-nested-parse:: Applyable State Classes ------- .. autoapisummary:: picogl.backend.gl.driver.applyable.Applyable Module Contents --------------- .. py:class:: Applyable Applyable State .. py:attribute:: _current :value: None .. py:method:: apply(state) .. py:method:: _do_apply(state, prev) :abstractmethod: .. py:method:: _is_same(old, new) -> bool :abstractmethod: