picogl.backend.value ==================== .. py:module:: picogl.backend.value .. autoapi-nested-parse:: Render-state descriptors and command helpers for PicoGL backends. The classes in this module are intentionally backend-neutral: they describe desired OpenGL state and delegate the actual gl calls to a backend object. Functions --------- .. autoapisummary:: picogl.backend.value.gl_value Module Contents --------------- .. py:function:: gl_value(value: Any) -> Any Return a raw OpenGL value for PicoGL enums or pass raw values through.