picogl.core.uniform =================== .. py:module:: picogl.core.uniform .. autoapi-nested-parse:: Provides a wrapper for setting the value of a single uniform variable for a shader program using the OpenGL glUniform1i function. This module defines a function to set a uniform integer value in a shader program using the OpenGL API. It serves as a wrapper for the corresponding low-level OpenGL method, enabling more concise usage in Python code. Functions --------- .. autoapisummary:: picogl.core.uniform.gl_uniform1i Module Contents --------------- .. py:function:: gl_uniform1i(id, v0) gl uniform