[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-26 UTC."],[],["The core content describes the `Texture.Usage` enum, which defines the type of texture usage. It presents three enum values: `COLOR` for color maps, `DATA` for arbitrary data, and `NORMAL` for normal maps. The document details inherited methods from `java.lang.Enum`, `java.lang.Object`, and `java.lang.Comparable`, including actions like `clone()`, `compareTo()`, `equals()`, `hashCode()`, `toString()`, and `valueOf()`. These methods manage object properties, comparisons, and string representations.\n"]]