initial commit, 4.5 stable
Some checks failed
🔗 GHA / 📊 Static checks (push) Has been cancelled
🔗 GHA / 🤖 Android (push) Has been cancelled
🔗 GHA / 🍏 iOS (push) Has been cancelled
🔗 GHA / 🐧 Linux (push) Has been cancelled
🔗 GHA / 🍎 macOS (push) Has been cancelled
🔗 GHA / 🏁 Windows (push) Has been cancelled
🔗 GHA / 🌐 Web (push) Has been cancelled
Some checks failed
🔗 GHA / 📊 Static checks (push) Has been cancelled
🔗 GHA / 🤖 Android (push) Has been cancelled
🔗 GHA / 🍏 iOS (push) Has been cancelled
🔗 GHA / 🐧 Linux (push) Has been cancelled
🔗 GHA / 🍎 macOS (push) Has been cancelled
🔗 GHA / 🏁 Windows (push) Has been cancelled
🔗 GHA / 🌐 Web (push) Has been cancelled
This commit is contained in:
52
platform/web/js/libs/library_godot_webgl2.externs.js
Normal file
52
platform/web/js/libs/library_godot_webgl2.externs.js
Normal file
@@ -0,0 +1,52 @@
|
||||
|
||||
/**
|
||||
* @constructor OVR_multiview2
|
||||
*/
|
||||
function OVR_multiview2() {}
|
||||
|
||||
/**
|
||||
* @type {number}
|
||||
*/
|
||||
OVR_multiview2.prototype.FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR;
|
||||
|
||||
/**
|
||||
* @type {number}
|
||||
*/
|
||||
OVR_multiview2.prototype.FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR;
|
||||
|
||||
/**
|
||||
* @type {number}
|
||||
*/
|
||||
OVR_multiview2.prototype.MAX_VIEWS_OVR;
|
||||
|
||||
/**
|
||||
* @type {number}
|
||||
*/
|
||||
OVR_multiview2.prototype.FRAMEBUFFER_INCOMPLETE_VIEW_TARGETS_OVR;
|
||||
|
||||
/**
|
||||
* @param {number} target
|
||||
* @param {number} attachment
|
||||
* @param {WebGLTexture} texture
|
||||
* @param {number} level
|
||||
* @param {number} baseViewIndex
|
||||
* @param {number} numViews
|
||||
* @return {void}
|
||||
*/
|
||||
OVR_multiview2.prototype.framebufferTextureMultiviewOVR = function(target, attachment, texture, level, baseViewIndex, numViews) {};
|
||||
|
||||
/**
|
||||
* @constructor OCULUS_multiview
|
||||
*/
|
||||
function OCULUS_multiview() {}
|
||||
|
||||
/**
|
||||
* @param {number} target
|
||||
* @param {number} attachment
|
||||
* @param {WebGLTexture} texture
|
||||
* @param {number} level
|
||||
* @param {number} baseViewIndex
|
||||
* @param {number} numViews
|
||||
* @return {void}
|
||||
*/
|
||||
OCULUS_multiview.prototype.framebufferTextureMultisampleMultiviewOVR = function(target, attachment, texture, level, samples, baseViewIndex, numViews) {};
|
Reference in New Issue
Block a user