GPUSamplerBindingLayout


class GPUSamplerBindingLayout


Describes the layout of a sampler binding.

Summary

Public constructors

Public properties

Int

The type of the sampler binding.

Public constructors

GPUSamplerBindingLayout

Added in 1.0.0-alpha04
GPUSamplerBindingLayout(type: Int = SamplerBindingType.Filtering)

Public properties

type

Added in 1.0.0-alpha04
var typeInt

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