Skip to content

Commit a594e19

Browse files
jmannaufloryst
authored andcommitted
docs: Updated rages arg comment as per PR review
1 parent 27b5574 commit a594e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Rendering/OpenGL/Texture/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ export interface vtkOpenGLTexture extends vtkViewNode {
245245
* @param dataType The data type of the texture.
246246
* @param data The raw data for the texture.
247247
* @param [preferSizeOverAccuracy=false] Whether to prefer texture size over accuracy. Defaults to false.
248-
* @param [ranges] The ranges of the data (optional).
248+
* @param [ranges] The precomputed ranges of the data (optional). Provided to prevent computation of the data ranges.
249249
* @returns {boolean} True if the texture was successfully created, false otherwise.
250250
*/
251251
create2DFilterableFromRaw(

0 commit comments

Comments
 (0)