java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QRhiTexture.NativeTexture
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QRhiTexture
Contains information about the underlying native resources of a texture
Java wrapper for Qt class QRhiTexture::NativeTexture
-
Constructor Summary
ConstructorDescriptionSeeQRhiTexture::NativeTexture::
NativeTexture() NativeTexture
(long object, int layout) SeeQRhiTexture::NativeTexture::
NativeTexture{quint64, int} SeeQRhiTexture::NativeTexture::
NativeTexture(QRhiTexture::NativeTexture) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final int
layout()
Specifies the current image layout for APIs like Vulkanfinal long
object()
64-bit integer containing the native object handlefinal void
setLayout
(int layout) Specifies the current image layout for APIs like Vulkanfinal void
setObject
(long object) 64-bit integer containing the native object handleMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
NativeTexture
public NativeTexture()See
QRhiTexture::NativeTexture::
NativeTexture() -
NativeTexture
See
QRhiTexture::NativeTexture::
NativeTexture(QRhiTexture::NativeTexture) -
NativeTexture
public NativeTexture(long object, int layout) See
QRhiTexture::NativeTexture::
NativeTexture{quint64, int}
-
-
Method Details
-
setLayout
Specifies the current image layout for APIs like Vulkan
-
layout
Specifies the current image layout for APIs like Vulkan
-
setObject
64-bit integer containing the native object handle
-
object
64-bit integer containing the native object handle
-
clone
Creates and returns a copy of this object.
See
QRhiTexture::NativeTexture::
NativeTexture(QRhiTexture::NativeTexture)
-