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
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final int
Kotlin property getter.final long
Kotlin property getter.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()
-
-
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.
-
getLayout
Kotlin property getter. In Java use
layout()
instead. -
getObject
Kotlin property getter. In Java use
object()
instead.
-