GPUSamplerBindingLayout
public final class GPUSamplerBindingLayout
Describes the layout of a sampler binding.
Summary
Public constructors |
|---|
GPUSamplerBindingLayout(int type) |
Public methods |
|
|---|---|
final int |
getType()The type of the sampler binding. |
final void |
setType(int value)The type of the sampler binding. |
Public constructors
Public methods
getType
Added in 1.0.0-alpha05
public final int getType()
The type of the sampler binding. Defaults to @see SamplerBindingType.Filtering if undefined.
setType
Added in 1.0.0-alpha05
public final void setType(int value)
The type of the sampler binding. Defaults to @see SamplerBindingType.Filtering if undefined.