@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="?")
@ApiStatus.Experimental
public interface GPUBindingResource
| Modifier and Type | Method and Description |
|---|---|
static GPUBindingResource |
of(GPUBufferBinding value) |
static GPUBindingResource |
of(GPUExternalTexture value) |
static GPUBindingResource |
of(GPUSampler value) |
static GPUBindingResource |
of(GPUTextureView value) |
@JsOverlay @Nonnull static GPUBindingResource of(@Nonnull GPUSampler value)
@JsOverlay @Nonnull static GPUBindingResource of(@Nonnull GPUTextureView value)
@JsOverlay @Nonnull static GPUBindingResource of(@Nonnull GPUBufferBinding value)
@JsOverlay @Nonnull static GPUBindingResource of(@Nonnull GPUExternalTexture value)