java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QRhiResource
io.qt.gui.rhi.QRhiShadingRateMap
- All Implemented Interfaces:
QtObjectInterface
An object that wraps a texture or another kind of native 3D API object
Java wrapper for Qt class QRhiShadingRateMap
- Since:
- This class was introduced in Qt 6.9.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Wraps a native shading rate mapNested classes/interfaces inherited from class io.qt.gui.rhi.QRhiResource
QRhiResource.Type
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
createFrom
(long src) Overloaded function forcreateFrom(io.qt.gui.rhi.QRhiShadingRateMap.NativeShadingRateMap)
.boolean
createFrom
(QRhiTexture src) boolean
Methods inherited from class io.qt.gui.rhi.QRhiResource
destroy, disposeLater, globalResourceId, name, rhi, setName, setName
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Method Details
-
createFrom
- Parameters:
src
-- Returns:
-
createFrom
- Parameters:
src
-- Returns:
-
resourceType
- Specified by:
resourceType
in classQRhiResource
- Returns:
-
createFrom
Overloaded function for
createFrom(io.qt.gui.rhi.QRhiShadingRateMap.NativeShadingRateMap)
.
-