All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.qt.gui.rhi.QRhiMetalInitParams Maven / Gradle / Ivy

There is a newer version: 6.8.0
Show newest version
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); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy