Skip to content

Commit c2d52cf

Browse files
committed
Remove OVR_multiview2 instead of updating it
then bump required TS version to 4.4 not 5.0
1 parent e71f7c6 commit c2d52cf

7 files changed

Lines changed: 7 additions & 23 deletions

File tree

types/aframe/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Roberto Ritger <https://github.com/bertoritger>
55
// Trygve Wastvedt <https://github.com/twastvedt>
66
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
7-
// TypeScript Version: 5.0
7+
// TypeScript Version: 4.4
88

99
/**
1010
* Extended tests and examples available at https://github.com/devpaul/aframe-experiments.git

types/drag-controls/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Project: https://github.com/jbyte/three-dragcontrols#readme
33
// Definitions by: Matt Hawes <https://github.com/MGHawes>
44
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5-
// Minimum TypeScript Version: 5.0
5+
// Minimum TypeScript Version: 4.4
66

77
import * as THREE from 'three';
88

types/three-dat.gui/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Project: https://github.com/SolalDR/three-dat.gui#readme
33
// Definitions by: hkleungai <https://github.com/hkleungai>
44
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5-
// Minimum TypeScript Version: 5.0
5+
// Minimum TypeScript Version: 4.4
66

77
import THREE from 'three';
88

types/three-gif-loader/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Project: https://github.com/movableink/three-gif-loader
33
// Definitions by: Lair Junior <https://github.com/lairjr>
44
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5-
// Minimum TypeScript Version: 5.0
5+
// Minimum TypeScript Version: 4.4
66

77
import { LoadingManager } from 'three';
88
import { GifReader } from 'omggif';

types/three-tds-loader/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Definitions by: Konstantin Lukaschenko <https://github.com/KonstantinLukaschenko>
44
// Stefan Schönsee <https://github.com/sschoensee>
55
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
6-
// TypeScript Version: 5.0
6+
// TypeScript Version: 4.4
77

88
import * as THREE from 'three';
99

types/three/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Definitions by: Josh Ellis <https://github.com/joshuaellis>
44
// Nathan Bierema <https://github.com/Methuselah96>
55
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
6-
// Minimum TypeScript Version: 5.0
6+
// Minimum TypeScript Version: 4.4
77

88
// To update three.js type definition, please make changes to the repository at:
99
// https://github.com/three-types/three-ts-types.

types/webxr/index.d.ts

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Raanan Weber <https://github.com/RaananW>
55
// Sean T. McBeth <https://github.com/capnmidnight>
66
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
7-
// Minimum TypeScript Version: 5.0
7+
// Minimum TypeScript Version: 4.4
88

99
// Most of this was hand written and... more or less copied from the following
1010
// sites:
@@ -1030,22 +1030,6 @@ declare enum XOVR_multiview2 {
10301030
FRAMEBUFFER_INCOMPLETE_VIEW_TARGETS_OVR = 0x9633,
10311031
}
10321032

1033-
interface OVR_multiview2 {
1034-
readonly FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR: 38448;
1035-
readonly FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR: 38450;
1036-
readonly MAX_VIEWS_OVR: 38449;
1037-
readonly FRAMEBUFFER_INCOMPLETE_VIEW_TARGETS_OVR: 38451;
1038-
1039-
framebufferTextureMultiviewOVR(
1040-
target: GLenum,
1041-
attachment: GLenum,
1042-
texture: WebGLTexture,
1043-
level: number,
1044-
baseViewIndex: number,
1045-
numViews: number,
1046-
): WebGLRenderbuffer;
1047-
}
1048-
10491033
declare abstract class OVR_multiview2 implements OVR_multiview2 {}
10501034

10511035
// Oculus extensions

0 commit comments

Comments
 (0)