[ Web Proxy ]
URL:
Viewing: https://developer.android.com/reference/androidx/webgpu/TextureSampleType [Back]  [Original]

TextureSampleType  |  API reference  |  Android Developers Skip to main content
Essentials Design & Plan Develop Google Play Blog
Search:
Android Studio
Android Developers [Android Developers]
Stay organized with collections Save and categorize content based on your preferences.

TextureSampleType


public final class TextureSampleType


Specifies the data type of a sampled texture in a bind group layout.

Summary

Constants

static final int

Indicates that this binding is not used.

static final int
Depth = 4

A depth texture.

static final int
Float = 2

A floating-point texture.

static final int
Sint = 5

A signed integer texture.

static final int
Uint = 6

An unsigned integer texture.

static final int

Indicates that no texture sample type is specified.

static final int

A non-filterable floating-point texture.

Public methods

static final @NonNull String
toString(int value)

Constants

BindingNotUsed

public static final int BindingNotUsed = 0

Indicates that this binding is not used.

Depth

public static final int Depth = 4

A depth texture.

Float

public static final int Float = 2

A floating-point texture.

Sint

public static final int Sint = 5

A signed integer texture.

Uint

public static final int Uint = 6

An unsigned integer texture.

Undefined

public static final int Undefined = 1

Indicates that no texture sample type is specified.

UnfilterableFloat

public static final int UnfilterableFloat = 3

A non-filterable floating-point texture.

Public methods

toString

Added in 1.0.0-alpha05
public static final @NonNull String toString(int value)

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 2026-06-24 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 2026-06-24 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page