Expand description
This crate was generated by ritual
.
See README for more information.
Re-exports§
pub use ::cpp_core;
pub use ::qt_3d_core;
pub use ::qt_core;
pub use ::qt_gui;
Modules§
- Functions that provide access to C++ operators
- C++ type:
Qt3DRender::QAbstractLight
- C++ type:
Qt3DRender::QAbstractRayCaster
- C++ type:
Qt3DRender::QAbstractTexture
- C++ type:
Qt3DRender::QAlphaTest
- C++ type:
Qt3DRender::QAttribute
- C++ type:
Qt3DRender::QBlendEquation
- C++ type:
Qt3DRender::QBlendEquationArguments
- C++ type:
Qt3DRender::QBlitFramebuffer
- C++ type:
Qt3DRender::QBuffer
- C++ type:
Qt3DRender::QCamera
- C++ type:
Qt3DRender::QCameraLens
- C++ type:
Qt3DRender::QClearBuffers
- C++ type:
Qt3DRender::QComputeCommand
- C++ type:
Qt3DRender::QCullFace
- C++ type:
Qt3DRender::QDepthTest
- C++ type:
Qt3DRender::QFrontFace
- C++ type:
Qt3DRender::QGeometryRenderer
- C++ type:
Qt3DRender::QGraphicsApiFilter
- C++ type:
Qt3DRender::QLayerFilter
- C++ type:
Qt3DRender::QLevelOfDetail
- C++ type:
Qt3DRender::QMemoryBarrier
- C++ type:
Qt3DRender::QMesh
- C++ type:
Qt3DRender::QPickEvent
- C++ type:
Qt3DRender::QPickingSettings
- C++ type:
Qt3DRender::QPointSize
- C++ type:
Qt3DRender::QRasterMode
- C++ type:
Qt3DRender::QRayCasterHit
- C++ type:
Qt3DRender::QRenderAspect
- C++ type:
Qt3DRender::QRenderSettings
- C++ type:
Qt3DRender::QRenderTargetOutput
- C++ type:
Qt3DRender::QSceneLoader
- C++ type:
Qt3DRender::QSetFence
- C++ type:
Qt3DRender::QShaderImage
- C++ type:
Qt3DRender::QShaderProgram
- C++ type:
Qt3DRender::QSortPolicy
- C++ type:
Qt3DRender::QStencilOperationArguments
- C++ type:
Qt3DRender::QStencilTestArguments
- C++ type:
Qt3DRender::QSubtreeEnabler
- C++ type:
Qt3DRender::QTextureImage
- C++ type:
Qt3DRender::QTextureWrapMode
- C++ type:
Qt3DRender::QWaitFence
Structs§
- C++ class:
Qt3DRender::PropertyReaderInterface
. QAbstractFunctor is an abstract base class for all functors.
Encapsulate a QAbstractLight object in a Qt 3D scene.
An abstract base class for ray casting in 3d scenes.
A base class to be used to provide textures.
Encapsulates the necessary information to create an OpenGL texture image.
Enable alpha-to-coverage multisampling mode
The QAlphaTest class specify alpha reference test
Defines an attribute and how data should be read from a QBuffer.
The QBlendEquation class specifies the equation used for both the RGB blend equation and the Alpha blend equation
Encapsulates blending information: specifies how the incoming values (what's going to be drawn) are going to affect the existing values (what is already drawn).
FrameGraph node to transfer a rectangle of pixel values from one region of a render target to another.
Provides a data store for raw data to later be used as vertices or uniforms.
Exchanges buffer data between GPU and CPU.
Provides a mechanism to generate buffer data from a job.
The QCamera class defines a view point through which the scene will be rendered.
Qt3DRender::QCameraLens specifies the projection matrix that will be used to define a Camera for a 3D scene.
Class to allow for selection of camera to be used
Class to clear buffers
Enables an additional OpenGL clipping plane that can be in shaders using gl_ClipDistance
Allows specifying which color components should be written to the currently bound frame buffer.
QComponent to issue work for the compute shader on GPU
The QCullFace class specifies whether front or back face culling is enabled.
By default, OpenGL writes scene depth information into the depth buffer in the range [0.0, 1.0] with 0.0 corresponding to the near clip plane and 1.0 to the far clip plane. QDepthRange allows mapping these values into a different range so parts of the scene are always rendered in front of or behind other parts. Valid values for near and far are between 0 and 1.
The QDepthTest class tests the fragment shader's depth value against the depth of a sample being written to.
Encapsulate a Directional Light object in a Qt 3D scene.
FrameGraph node to issue work for the compute shader on GPU
Enable dithering
The base class for effects in a Qt 3D scene.
Encapsulate an environment light object in a Qt 3D scene.
The QFilterKey class provides storage for filter keys and their values.
Base class of all FrameGraph configuration nodes.
A base class for changes in the FrameGraphNode.
The QFrontFace class defines front and back facing polygons.
Enable frustum culling for the FrameGraph
Encapsulates geometry
- C++ class:
Qt3DRender::QGeometryFactory
. Encapsulates geometry rendering
The QGraphicsApiFilter class identifies the API required for the attached QTechnique
The QLayer class provides a way of filtering which entities will be rendered.
Controls layers Drawn in a frame graph branch.
The QLevelOfDetail class provides a way of controlling the complexity of rendered entities based on their size on the screen.
The QLevelOfDetailBoundingSphere class provides a simple spherical volume, defined by it's center and radius.
Provides a way of enabling child entities based on distance or screen size.
Specifies the width of rasterized lines.
Provides an abstract class that should be the base of all material component classes in a scene.
Class to emplace a memory barrier
A custom mesh loader.
Enable multisample antialiasing
Disable depth write
When a Qt3DRender::QNoDraw node is present in a FrameGraph branch, this prevents the renderer from rendering any primitive.
When disabled, a Qt3DRender::QNoPicking node won't prevent picking from being performed. Toggling the enabled property is therefore a way to make a Qt3DRender::QNoPicking active or inactive.
The QObjectPicker class instantiates a component that can be used to interact with a QEntity by a process known as picking.
A QAbstractTextureImage that can be written through a QPainter.
Provides storage for a name and value pair. This maps to a shader uniform.
The QPickEvent class holds information when an object is picked
The QPickLineEvent class holds information when a segment of a line is picked.
The QPickPointEvent class holds information when a segment of a point cloud is picked.
The QPickTriangleEvent class holds information when a triangle is picked
The QPickingSettings class specifies how entity picking is handled.
Encapsulate a Point Light object in a Qt 3D scene.
Specifies the size of rasterized points. May either be set statically or by shader programs.
The QPolygonOffset class sets the scale and steps to calculate depth values for polygon offsets.
Select entities which are within a distance threshold of a target entity.
The QRasterMode class is used to control the rasterization step of the primitives at render time. This can be used to choose whether we only want to show points, edges or fill a primitive.
Qt3DRender::QRayCaster is used to perform ray casting tests in 3d world coordinates.
Details of a hit when casting a ray through a model.
The QRenderAspect class
Frame graph node for render capture
Receives the result of render capture request.
Encapsulates a Render Pass.
Provides storage for vectors of Filter Keys and Parameters
The QRenderSettings class holds settings related to rendering process and host the active FrameGraph.
An abstract base class for all render states
The QRenderStateSet FrameGraph node offers a way of specifying a set of QRenderState objects to be applied during the execution of a framegraph branch.
Provides a way of specifying the render surface
The QRenderTarget class encapsulates a target (usually a frame buffer object) which the renderer can render into.
The QRenderTargetOutput class allows the specification of an attachment of a render target (whether it is a color texture, a depth texture, etc... ).
Provides a way of specifying a render target
Provides the facility to load an existing Scene
The QScissorTest class discards fragments that fall outside of a certain rectangular portion of the screen.
Performe ray casting test based on screen coordinates.
Enables seamless cubemap texture filtering.
Fence allow to synchronosize GPU and CPU workloads. GPU commands usually are non-blocking. When issued, commands are inserted in command buffers which will be read at a later time by the GPU. In some cases, you want to continue processing or issue specific command only when you are sure a command has been executed by the hardware. Fences are a way to do so. This is especially important when using 3rd party engines with Qt3D, Qt3D should only access shared resources when we know the other engine command are done modifying the resource.
Provides a way of specifying values of a Uniform Block or a shader structure.
To make the content of textures available for read and write operations in a shader, they need to exposed as QShaderImage. Textures can be composed of several mip levels, layers and faces. Additionally declaring a QShaderImage allows specifying which level, layer or face of the texture content we want to access.
Encapsulates a Shader Program.
Generates a Shader Program content from loaded graphs.
Depending on the rendering mode used by Qt 3D, the shared context will either be:
Provides storage for the sort types to be used
Encapsulate a Spot Light object in a Qt 3D scene.
The QStencilMask class controls the front and back writing of individual bits in the stencil planes.
The QStencilOperation class specifies stencil operation
The QStencilOperationArguments class sets the actions to be taken when stencil and depth tests fail.
The QStencilTest class specifies arguments for the stecil test
The QStencilTestArguments class specifies arguments for stencil test
While QFrameGraphNodes can be individually enabled and disabled via the
enabled
property, this can become tedious when an entire path needs to be turned on or off. QSubtreeEnabler is a convenience node that makes this use case trivial, allowing all of its children to be controlled by a single switch.Encapsulates a Technique.
A QFrameGraphNode used to select QTechniques to use
A QAbstractTexture with a Target1D target format.
A QAbstractTexture with a Target1DArray target format.
A QAbstractTexture with a Target2D target format.
A QAbstractTexture with a Target2DArray target format.
A QAbstractTexture with a Target2DMultisample target format.
A QAbstractTexture with a Target2DMultisampleArray target format.
A QAbstractTexture with a Target3D target format.
A QAbstractTexture with a TargetBuffer target format.
A QAbstractTexture with a TargetCubeMap target format.
A QAbstractTexture with a TargetCubeMapArray target format.
The QTextureData class stores texture information such as the target, height, width, depth, layers, wrap, and if mipmaps are enabled.
The actual data content is contained in a QTextureImageDataPtr member. Additional members allow to specify the x, y, z offset of the content update as well as the eventual layer, mipLevel and face.
Provides the image data for a texture.
Encapsulates the necessary information to create an OpenGL texture image from an image source.
QTextureImageData stores data representing a texture.
Provides texture image data for QAbstractTextureImage
Handles the texture loading and setting the texture's properties.
A QAbstractTexture with a TargetRectangle target format.
Defines the wrap mode a Qt3DRender::QAbstractTexture should apply to a texture.
The QVector class is a template class that provides a dynamic array.
The QVector class is a template class that provides a dynamic array.
The QVector class is a template class that provides a dynamic array.
The QVector class is a template class that provides a dynamic array.
The QVector class is a template class that provides a dynamic array.
The QVector class is a template class that provides a dynamic array.
The QVector class is a template class that provides a dynamic array.
The QVector class is a template class that provides a dynamic array.
The QVector class is a template class that provides a dynamic array.
The QVector class is a template class that provides a dynamic array.
The QVector class is a template class that provides a dynamic array.
The QVector class is a template class that provides a dynamic array.
A viewport on the Qt3D Scene
Fence allow to synchronosize GPU and CPU workloads. GPU commands usually are non-blocking. When issued, commands are inserted in command buffers which will be read at a later time by the GPU. In some cases, you want to continue processing or issue specific command only when you are sure a command has been executed by the hardware. Fences are a way to do so. This is especially important when using 3rd party engines with Qt3D, Qt3D should only access shared resources when we know the other engine command are done modifying the resource.
- Emits a Qt signal with arguments
crate::q_shader_image::Access
. - Emits a Qt signal with arguments
crate::q_buffer::AccessType
. - Emits a Qt signal with arguments
crate::q_alpha_test::AlphaFunction
. - Emits a Qt signal with arguments
crate::q_graphics_api_filter::Api
. - Emits a Qt signal with arguments
crate::q_render_target_output::AttachmentPoint
. - Emits a Qt signal with arguments
crate::q_attribute::AttributeType
. - Emits a Qt signal with arguments
crate::q_blend_equation::BlendFunction
. - Emits a Qt signal with arguments
crate::q_blend_equation_arguments::Blending
. - Emits a Qt signal with arguments
crate::q_buffer::BufferType
. - Emits a Qt signal with arguments
crate::q_clear_buffers::BufferType
. - Emits a Qt signal with arguments
crate::q_abstract_texture::ComparisonFunction
. - Emits a Qt signal with arguments
crate::q_abstract_texture::ComparisonMode
. - Emits a Qt signal with arguments
crate::q_abstract_texture::CubeMapFace
. - Emits a Qt signal with arguments
crate::q_cull_face::CullingMode
. - Emits a Qt signal with arguments
crate::q_depth_test::DepthFunction
. - Emits a Qt signal with arguments
crate::q_subtree_enabler::Enablement
. - Emits a Qt signal with arguments
crate::q_stencil_operation_arguments::FaceMode
. - Emits a Qt signal with arguments
crate::q_raster_mode::FaceMode
. - Emits a Qt signal with arguments
crate::q_picking_settings::FaceOrientationPickingMode
. - Emits a Qt signal with arguments
crate::q_abstract_texture::Filter
. - Emits a Qt signal with arguments
crate::q_abstract_ray_caster::FilterMode
. - Emits a Qt signal with arguments
crate::q_set_fence::HandleType
. - Emits a Qt signal with arguments
crate::q_wait_fence::HandleType
. - Emits a Qt signal with arguments
crate::q_shader_image::ImageFormat
. - Emits a Qt signal with arguments
crate::q_graphics_api_filter::OpenGLProfile
. - Emits a Qt signal with arguments
crate::q_stencil_operation_arguments::Operation
. - Emits a Qt signal with arguments
crate::q_picking_settings::PickMethod
. - Emits a Qt signal with arguments
crate::q_picking_settings::PickResultMode
. - Emits a Qt signal with arguments
crate::q_geometry_renderer::PrimitiveType
. - Emits a Qt signal with arguments
crate::q_camera_lens::ProjectionType
. - Emits a Qt signal with arguments
*mut crate::QAbstractTexture
. - Emits a Qt signal with arguments
*mut crate::QAttribute
. - Emits a Qt signal with arguments
*mut crate::QBuffer
. - Emits a Qt signal with arguments
*const ::qt_core::QByteArray
. - Emits a Qt signal with arguments
*mut crate::QCamera
. - Emits a Qt signal with arguments
*const ::qt_gui::QColor
. - Emits a Qt signal with arguments
*mut crate::QEffect
. - Emits a Qt signal with arguments
::std::os::raw::c_int
. - Emits a Qt signal with arguments
*mut crate::QFrameGraphNode
. - Emits a Qt signal with arguments
*mut crate::QGeometry
. - Emits a Qt signal with arguments
*const crate::QLevelOfDetailBoundingSphere
. - Emits a Qt signal with arguments
*mut crate::QPickEvent
. - Emits a Qt signal with arguments
*const ::qt_core::QPoint
. - Emits a Qt signal with arguments
*mut crate::QRenderTarget
. - Emits a Qt signal with arguments
*mut crate::QRenderTargetOutput
. - Emits a Qt signal with arguments
*mut crate::QShaderProgram
. - Emits a Qt signal with arguments
*const ::qt_core::QSize
. - Emits a Qt signal with arguments
*const ::qt_core::QStringList
. - Emits a Qt signal with arguments
*const ::qt_core::QVariant
. - Emits a Qt signal with arguments
*const ::qt_gui::QVector3D
. - Emits a Qt signal with arguments
*const ::qt_gui::QVectorOfDouble
. - Emits a Qt signal with arguments
*const ::qt_core::QVectorOfInt
. - Emits a Qt signal with arguments
*const crate::QVectorOfQRayCasterHit
. - Emits a Qt signal with arguments
*const crate::QVectorOfSortType
. - Emits a Qt signal with arguments
crate::q_raster_mode::RasterMode
. - Emits a Qt signal with arguments
crate::q_render_settings::RenderPolicy
. - Emits a Qt signal with arguments
crate::q_abstract_ray_caster::RunMode
. - Emits a Qt signal with arguments
crate::q_point_size::SizeMode
. - Emits a Qt signal with arguments
crate::q_shader_program::Status
. - Emits a Qt signal with arguments
crate::q_texture_image::Status
. - Emits a Qt signal with arguments
crate::q_abstract_texture::Status
. - Emits a Qt signal with arguments
crate::q_scene_loader::Status
. - Emits a Qt signal with arguments
crate::q_stencil_test_arguments::StencilFaceMode
. - Emits a Qt signal with arguments
crate::q_stencil_test_arguments::StencilFunction
. - Emits a Qt signal with arguments
crate::q_abstract_texture::TextureFormat
. - Emits a Qt signal with arguments
crate::q_level_of_detail::ThresholdType
. - Emits a Qt signal with arguments
u64
. - Emits a Qt signal with arguments
::std::os::raw::c_uint
. - Emits a Qt signal with arguments
crate::q_buffer::UsageType
. - Emits a Qt signal with arguments
crate::q_attribute::VertexBaseType
. - Emits a Qt signal with arguments
crate::q_front_face::WindingDirection
. - Emits a Qt signal with arguments
crate::q_texture_wrap_mode::WrapMode
. - Binds a Qt signal with arguments
crate::q_shader_image::Access
to a Rust closure. - Binds a Qt signal with arguments
crate::q_buffer::AccessType
to a Rust closure. - Binds a Qt signal with arguments
crate::q_alpha_test::AlphaFunction
to a Rust closure. - Binds a Qt signal with arguments
crate::q_graphics_api_filter::Api
to a Rust closure. - Binds a Qt signal with arguments
crate::q_render_target_output::AttachmentPoint
to a Rust closure. - Binds a Qt signal with arguments
crate::q_attribute::AttributeType
to a Rust closure. - Binds a Qt signal with arguments
crate::q_blend_equation::BlendFunction
to a Rust closure. - Binds a Qt signal with arguments
crate::q_blend_equation_arguments::Blending
to a Rust closure. - Binds a Qt signal with arguments
crate::q_clear_buffers::BufferType
to a Rust closure. - Binds a Qt signal with arguments
crate::q_buffer::BufferType
to a Rust closure. - Binds a Qt signal with arguments
crate::q_abstract_texture::ComparisonFunction
to a Rust closure. - Binds a Qt signal with arguments
crate::q_abstract_texture::ComparisonMode
to a Rust closure. - Binds a Qt signal with arguments
crate::q_abstract_texture::CubeMapFace
to a Rust closure. - Binds a Qt signal with arguments
crate::q_cull_face::CullingMode
to a Rust closure. - Binds a Qt signal with arguments
crate::q_depth_test::DepthFunction
to a Rust closure. - Binds a Qt signal with arguments
crate::q_subtree_enabler::Enablement
to a Rust closure. - Binds a Qt signal with arguments
crate::q_stencil_operation_arguments::FaceMode
to a Rust closure. - Binds a Qt signal with arguments
crate::q_raster_mode::FaceMode
to a Rust closure. - Binds a Qt signal with arguments
crate::q_picking_settings::FaceOrientationPickingMode
to a Rust closure. - Binds a Qt signal with arguments
crate::q_abstract_texture::Filter
to a Rust closure. - Binds a Qt signal with arguments
crate::q_abstract_ray_caster::FilterMode
to a Rust closure. - Binds a Qt signal with arguments
crate::q_set_fence::HandleType
to a Rust closure. - Binds a Qt signal with arguments
crate::q_wait_fence::HandleType
to a Rust closure. - Binds a Qt signal with arguments
crate::q_shader_image::ImageFormat
to a Rust closure. - Binds a Qt signal with arguments
crate::q_graphics_api_filter::OpenGLProfile
to a Rust closure. - Binds a Qt signal with arguments
crate::q_stencil_operation_arguments::Operation
to a Rust closure. - Binds a Qt signal with arguments
crate::q_picking_settings::PickMethod
to a Rust closure. - Binds a Qt signal with arguments
crate::q_picking_settings::PickResultMode
to a Rust closure. - Binds a Qt signal with arguments
crate::q_geometry_renderer::PrimitiveType
to a Rust closure. - Binds a Qt signal with arguments
crate::q_camera_lens::ProjectionType
to a Rust closure. - Binds a Qt signal with arguments
*mut crate::QAbstractTexture
to a Rust closure. - Binds a Qt signal with arguments
*mut crate::QAttribute
to a Rust closure. - Binds a Qt signal with arguments
*mut crate::QBuffer
to a Rust closure. - Binds a Qt signal with arguments
*const ::qt_core::QByteArray
to a Rust closure. - Binds a Qt signal with arguments
*mut crate::QCamera
to a Rust closure. - Binds a Qt signal with arguments
*const ::qt_gui::QColor
to a Rust closure. - Binds a Qt signal with arguments
*mut crate::QEffect
to a Rust closure. - Binds a Qt signal with arguments
::std::os::raw::c_int
to a Rust closure. - Binds a Qt signal with arguments
*mut crate::QFrameGraphNode
to a Rust closure. - Binds a Qt signal with arguments
*mut crate::QGeometry
to a Rust closure. - Binds a Qt signal with arguments
*const crate::QLevelOfDetailBoundingSphere
to a Rust closure. - Binds a Qt signal with arguments
*mut crate::QPickEvent
to a Rust closure. - Binds a Qt signal with arguments
*const ::qt_core::QPoint
to a Rust closure. - Binds a Qt signal with arguments
*mut crate::QRenderTarget
to a Rust closure. - Binds a Qt signal with arguments
*mut crate::QRenderTargetOutput
to a Rust closure. - Binds a Qt signal with arguments
*mut crate::QShaderProgram
to a Rust closure. - Binds a Qt signal with arguments
*const ::qt_core::QSize
to a Rust closure. - Binds a Qt signal with arguments
*const ::qt_core::QStringList
to a Rust closure. - Binds a Qt signal with arguments
*const ::qt_core::QVariant
to a Rust closure. - Binds a Qt signal with arguments
*const ::qt_gui::QVector3D
to a Rust closure. - Binds a Qt signal with arguments
*const ::qt_gui::QVectorOfDouble
to a Rust closure. - Binds a Qt signal with arguments
*const ::qt_core::QVectorOfInt
to a Rust closure. - Binds a Qt signal with arguments
*const crate::QVectorOfQRayCasterHit
to a Rust closure. - Binds a Qt signal with arguments
*const crate::QVectorOfSortType
to a Rust closure. - Binds a Qt signal with arguments
crate::q_raster_mode::RasterMode
to a Rust closure. - Binds a Qt signal with arguments
crate::q_render_settings::RenderPolicy
to a Rust closure. - Binds a Qt signal with arguments
crate::q_abstract_ray_caster::RunMode
to a Rust closure. - Binds a Qt signal with arguments
crate::q_point_size::SizeMode
to a Rust closure. - Binds a Qt signal with arguments
crate::q_shader_program::Status
to a Rust closure. - Binds a Qt signal with arguments
crate::q_texture_image::Status
to a Rust closure. - Binds a Qt signal with arguments
crate::q_scene_loader::Status
to a Rust closure. - Binds a Qt signal with arguments
crate::q_abstract_texture::Status
to a Rust closure. - Binds a Qt signal with arguments
crate::q_stencil_test_arguments::StencilFaceMode
to a Rust closure. - Binds a Qt signal with arguments
crate::q_stencil_test_arguments::StencilFunction
to a Rust closure. - Binds a Qt signal with arguments
crate::q_abstract_texture::TextureFormat
to a Rust closure. - Binds a Qt signal with arguments
crate::q_level_of_detail::ThresholdType
to a Rust closure. - Binds a Qt signal with arguments
u64
to a Rust closure. - Binds a Qt signal with arguments
::std::os::raw::c_uint
to a Rust closure. - Binds a Qt signal with arguments
crate::q_buffer::UsageType
to a Rust closure. - Binds a Qt signal with arguments
crate::q_attribute::VertexBaseType
to a Rust closure. - Binds a Qt signal with arguments
crate::q_front_face::WindingDirection
to a Rust closure. - Binds a Qt signal with arguments
crate::q_texture_wrap_mode::WrapMode
to a Rust closure.
Functions§
- Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QRenderTargetOutput::AttachmentPoint>& key)
. - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QRenderTargetOutput::AttachmentPoint>& key, unsigned int seed = …)
. - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QAbstractTextureImage*>& key)
. - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QAbstractTextureImage*>& key, unsigned int seed = …)
. - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QAttribute*>& key)
. - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QAttribute*>& key, unsigned int seed = …)
. - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QFilterKey*>& key)
. - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QFilterKey*>& key, unsigned int seed = …)
. - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QLayer*>& key)
. - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QLayer*>& key, unsigned int seed = …)
. - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QParameter*>& key)
. - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QParameter*>& key, unsigned int seed = …)
. - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QRenderPass*>& key)
. - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QRenderPass*>& key, unsigned int seed = …)
. - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QRenderState*>& key)
. - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QRenderState*>& key, unsigned int seed = …)
. - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QRenderTargetOutput*>& key)
. - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QRenderTargetOutput*>& key, unsigned int seed = …)
. - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QTechnique*>& key)
. - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QTechnique*>& key, unsigned int seed = …)
. - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QSortPolicy::SortType>& key)
. - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QSortPolicy::SortType>& key, unsigned int seed = …)
. - swap⚠
cpp_lib_version="5.14.0"
Calls C++ function:void Qt3DRender::swap(Qt3DRender::QTextureDataUpdate& lhs, Qt3DRender::QTextureDataUpdate& rhs)
.