@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="GPUQuerySetDescriptor")
@ApiStatus.Experimental
public interface GPUQuerySetDescriptor
extends GPUObjectDescriptorBase
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GPUQuerySetDescriptor.Builder |
static interface |
GPUQuerySetDescriptor.Step1 |
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
void |
setCount(int count) |
void |
setType(@JsNonNull java.lang.String type) |
@JsNonNull java.lang.String |
type() |
static GPUQuerySetDescriptor.Step1 |
type(java.lang.String type) |
label, of, setLabel@JsOverlay @Nonnull static GPUQuerySetDescriptor.Step1 type(@GPUQueryType @Nonnull java.lang.String type)
@JsProperty(name="type") @GPUQueryType @JsNonNull java.lang.String type()
@JsProperty void setType(@GPUQueryType @JsNonNull java.lang.String type)
@JsProperty(name="count") int count()
@JsProperty void setCount(int count)