We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b5574 commit a594e19Copy full SHA for a594e19
Sources/Rendering/OpenGL/Texture/index.d.ts
@@ -245,7 +245,7 @@ export interface vtkOpenGLTexture extends vtkViewNode {
245
* @param dataType The data type of the texture.
246
* @param data The raw data for the texture.
247
* @param [preferSizeOverAccuracy=false] Whether to prefer texture size over accuracy. Defaults to false.
248
- * @param [ranges] The ranges of the data (optional).
+ * @param [ranges] The precomputed ranges of the data (optional). Provided to prevent computation of the data ranges.
249
* @returns {boolean} True if the texture was successfully created, false otherwise.
250
*/
251
create2DFilterableFromRaw(
0 commit comments