@Generated(value="org.realityforge.webtack")
@ApiStatus.Experimental
@JsType(isNative=true,
namespace="<global>",
name="GPUTexture")
public class GPUTexture
extends JsObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
label |
| Modifier | Constructor and Description |
|---|---|
protected |
GPUTexture() |
| Modifier and Type | Method and Description |
|---|---|
GPUTextureView |
createView() |
GPUTextureView |
createView(GPUTextureViewDescriptor descriptor) |
void |
destroy() |
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, is, isExtensible, isFrozen, isSealed, keys, preventExtensions, seal, setPrototypeOf, valueOf_, values@Nonnull public GPUTextureView createView(@Nonnull GPUTextureViewDescriptor descriptor)
@Nonnull public GPUTextureView createView()
public void destroy()