@types/gl-texture2d
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -32,2 +32,3 @@ // Type definitions for gl-texture2d 2.1 | ||
generateMipmap(): void; | ||
setPixels(data: InputType | RawObject | ndarray, offset?: [number, number], mipLevel?: GLenum): void; | ||
} | ||
@@ -34,0 +35,0 @@ |
{ | ||
"name": "@types/gl-texture2d", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "TypeScript definitions for gl-texture2d", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git" | ||
}, | ||
@@ -23,4 +23,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "e687a48e0d98d726f7c65962b2f408de15bdf60b4bf98ca26b7877c98c5ebe3b", | ||
"typesPublisherContentHash": "92e13457f855584be1f768a1731487d69cc25bbe530409160c665c9eaa2c5598", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gl-texture2d | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/gl-texture2d | ||
Additional Details | ||
* Last updated: Mon, 30 Apr 2018 16:18:31 GMT | ||
* Last updated: Sat, 19 May 2018 02:29:07 GMT | ||
* Dependencies: ndarray | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3628
34