BoundTexture constructor

BoundTexture(
  1. dynamic type,
  2. dynamic texture
)

Implementation

BoundTexture(type, texture) {
  type = type;
  texture = texture;
}