
org.diirt.graphene.ReductionScheme Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graphene Show documentation
Show all versions of graphene Show documentation
Core rendering engine for graphene.
/**
* Copyright (C) 2010-14 diirt developers. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
*/
package org.diirt.graphene;
/**
*
* @author carcassi
*/
public enum ReductionScheme {
NONE, FIRST_MAX_MIN_LAST;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy