cohtml.TextureSamplerPair

Public Functions

Name
TextureSamplerPair(Texture tex, Sampler2DObject sampler)

Public Attributes

Name
TextureTexture
Sampler2DObjectSampler

Public Functions Documentation

function TextureSamplerPair

TextureSamplerPair(
    Texture tex,
    Sampler2DObject sampler
)

Public Attributes Documentation

variable Texture

Texture Texture;

variable Sampler

Sampler2DObject Sampler;