Texture Pane
Stay organized with collections
Save and categorize content based on your preferences.
The Texture pane shows the content of the texture that has been selected in textures view.
If the texture has a mip-map chain, you can change the displayed mip-map level with the slider at the bottom (not pictured). By default, the highest resolution level, level 0, will be displayed.
Move the cursor over the texture image to display a zoomed-in preview of the surrounding pixels in the bottom-left hand corner of the view as in the image above. The pane will also show the texture width and height as well as the x and y coordinates, normalized texture coordinates (U and V values), and RBGA hex value for that point on the image.
Operations
You can perform operations on the image using the following buttons:
| BUTTON | Description | Example Result |
|:-------------:|:-------------:| :-----:|
|
| Adjusts the image to fit completely within the pane. You can also right-click the image to adjust the zoom to fit the image.|
|
|
| Displays the image at no scale, where one device pixel is equivalent to one screen pixel.|
|
|
| Zooms in on the image. You can also use your mouse wheel, or two-finger swipes on a touchpad, to zoom in and out. You can drag the image with your cursor.|
|
|
| Zooms out on the image. You can also use your mouse wheel, or two-finger swipes on a touchpad, to zoom in and out.|
|
|
|Displays the color histogram for the image. You can select the control handles on either side to limit the color values displayed.|
|
|
|Select the color channels to render. The options are Red, Green, Blue, and Alpha (transparency).|
|
|
|Select a checkerboard pattern or a solid color for the image background.|
|
|
|Flips the image vertically.|
|
|
|Saves the image to a file.|
|
|
|Displays the list of all calls that updated the texture to this point. Select a call to view the image after the call completes; the selected frame thumbnail and the pane will update accordingly. |
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2021-09-22 UTC.
[[["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 2021-09-22 UTC."],[],[],null,["# Texture Pane\n\nThe **Texture** pane shows the content of the texture that has been selected in [textures view](https://gpuinspector.dev/docs/).\n\nIf the texture has a mip-map chain, you can change the displayed mip-map level with the slider at the bottom (not pictured). By default, the highest resolution level, level 0, will be displayed.\n\nMove the cursor over the texture image to display a zoomed-in preview of the surrounding pixels in the bottom-left hand corner of the view as in the image above. The pane will also show the texture width and height as well as the x and y coordinates, normalized texture coordinates (U and V values), and RBGA hex value for that point on the image.\n\nOperations\n----------\n\nYou can perform operations on the image using the following buttons:\n\\| BUTTON \\| Description \\| Example Result \\|\n\\|:-------------:\\|:-------------:\\| :-----:\\|\n\\|\\| Adjusts the image to fit completely within the pane. You can also right-click the image to adjust the zoom to fit the image.\\|\\|\n\\|\\| Displays the image at no scale, where one device pixel is equivalent to one screen pixel.\\|\\|\n\\|\\| Zooms in on the image. You can also use your mouse wheel, or two-finger swipes on a touchpad, to zoom in and out. You can drag the image with your cursor.\\|\\|\n\\|\\| Zooms out on the image. You can also use your mouse wheel, or two-finger swipes on a touchpad, to zoom in and out.\\|\\|\n\\|\\|Displays the color histogram for the image. You can select the control handles on either side to limit the color values displayed.\\|\\|\n\\|\\|Select the color channels to render. The options are Red, Green, Blue, and Alpha (transparency).\\|\\|\n\\|\\|Select a checkerboard pattern or a solid color for the image background.\\|\\|\n\\|\\|Flips the image vertically.\\|\\|\n\\|\\|Saves the image to a file.\\|\\|\n\\|\\|Displays the list of all calls that updated the texture to this point. Select a call to view the image after the call completes; the selected frame thumbnail and the pane will update accordingly. \\|\\|"]]