[[["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 `Texture` class represents a texture reference. It includes nested classes: `Texture.Builder` for creating textures, `Texture.Sampler` for defining sampling settings, and `Texture.Usage` for specifying texture usage types. It has a static public method `builder()` to construct a default texture. Additionally, it inherits methods from the `java.lang.Object` class, like `clone()`, `equals()`, `hashCode()`, and methods for thread management like `wait()` and `notify()`.\n"]]