io.qt.gui.rhi.QRhiMetalInitParams Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi Show documentation
Show all versions of qtjambi Show documentation
QtJambi base module containing QtCore, QtGui and QtWidgets.
package io.qt.gui.rhi;
import io.qt.*;
/**
* Metal specific initialization parameters
* Java wrapper for Qt class QRhiMetalInitParams
*/
public class QRhiMetalInitParams extends io.qt.gui.rhi.QRhiInitParams
{
/**
* See QRhiMetalInitParams:: QRhiMetalInitParams()
*/
public QRhiMetalInitParams(){
super((QPrivateConstructor)null);
initialize_native(this);
}
private native static void initialize_native(QRhiMetalInitParams instance);
/**
* Constructor for internal use only.
* @param p expected to be null
.
* @hidden
*/
@NativeAccess
protected QRhiMetalInitParams(QPrivateConstructor p) { super(p); }
}