A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/de/docs/Web/API/WebGLRenderingContext/isProgram below:

WebGLRenderingContext: isProgram()-Methode - Web-APIs | MDN

WebGLRenderingContext: isProgram()-Methode

Baseline Widely available

Hinweis: Diese Funktion ist in Web Workers verfügbar.

Die WebGLRenderingContext.isProgram()-Methode der WebGL-API gibt true zurück, wenn das übergebene WebGLProgram gültig ist, andernfalls false.

Syntax Parameter
program

Ein WebGLProgram, das überprüft werden soll.

Rückgabewert

Ein GLboolean, das anzeigt, ob das Programm gültig ist oder nicht.

Beispiele Überprüfung eines Programms
const canvas = document.getElementById("canvas");
const gl = canvas.getContext("webgl");
const program = gl.createProgram();

// …

gl.isProgram(program);
Spezifikationen Browser-Kompatibilität Siehe auch MDN-Feedback-Box War diese Übersetzung hilfreich?

Diese Seite wurde automatisch aus dem Englischen übersetzt.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4