pub unsafe extern "C" fn shaderInstanceFree(
    si: *mut shaderInstance_s
) -> Result
Expand description

Frees a shader instance.

§Arguments

  • si - Shader instance to free.