GPUSamplerBindingLayout


public final class GPUSamplerBindingLayout


Describes the layout of a sampler binding.

Summary

Public constructors

Public methods

final int

The type of the sampler binding.

final void
setType(int type)

The type of the sampler binding.

Public constructors

GPUSamplerBindingLayout

Added in 1.0.0-alpha04
public GPUSamplerBindingLayout(int type)

Public methods

getType

Added in 1.0.0-alpha04
public final int getType()

The type of the sampler binding. Defaults to @see SamplerBindingType.Filtering if undefined.

setType

Added in 1.0.0-alpha04
public final void setType(int type)

The type of the sampler binding. Defaults to @see SamplerBindingType.Filtering if undefined.