Uses of Class
io.qt.qt3d.render.QBlitFramebuffer.InterpolationMethod
Package | Description |
---|---|
io.qt.qt3d.render |
-
Uses of QBlitFramebuffer.InterpolationMethod in io.qt.qt3d.render
Methods in io.qt.qt3d.render that return QBlitFramebuffer.InterpolationMethod Modifier and Type Method Description QBlitFramebuffer.InterpolationMethod
QBlitFramebuffer. interpolationMethod()
static QBlitFramebuffer.InterpolationMethod
QBlitFramebuffer.InterpolationMethod. resolve(int value)
Returns the corresponding enum entry for the given value.static QBlitFramebuffer.InterpolationMethod
QBlitFramebuffer.InterpolationMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static QBlitFramebuffer.InterpolationMethod[]
QBlitFramebuffer.InterpolationMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.qt3d.render with parameters of type QBlitFramebuffer.InterpolationMethod Modifier and Type Method Description void
QBlitFramebuffer. setInterpolationMethod(QBlitFramebuffer.InterpolationMethod interpolationMethod)