Ejemplo n.º 1
0
 public CubemapAttribute(final long type, final Cubemap texture) {
   this(type);
   textureDescription.texture = texture;
 }