cohtml.TextureSamplerPair
Public Functions
| Name | |
|---|---|
| TextureSamplerPair(Texture tex, Sampler2DObject sampler) |
Public Attributes
| Name | |
|---|---|
| Texture | Texture |
| Sampler2DObject | Sampler |
Public Functions Documentation
function TextureSamplerPair
TextureSamplerPair(
Texture tex,
Sampler2DObject sampler
)
Public Attributes Documentation
variable Texture
Texture Texture;
variable Sampler
Sampler2DObject Sampler;