internal/graphicsdriver/opengl/gl: rename procaddr_others.go to procaddr_linbsd.go

This commit is contained in:
Hajime Hoshi 2023-10-02 01:02:51 +09:00
parent 386bda3c84
commit b2a6e79a5a

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build !darwin && !js && !nintendosdk && !windows
//go:build (freebsd || linux || netbsd || openbsd) && !nintendosdk
package gl