summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/renderstates')
-rw-r--r--src/render/renderstates/qalphacoverage.cpp4
-rw-r--r--src/render/renderstates/qalphatest.cpp4
-rw-r--r--src/render/renderstates/qblendequation.cpp4
-rw-r--r--src/render/renderstates/qclipplane.cpp4
-rw-r--r--src/render/renderstates/qdithering.cpp4
-rw-r--r--src/render/renderstates/qmultisampleantialiasing.cpp4
-rw-r--r--src/render/renderstates/qnodepthmask.cpp4
-rw-r--r--src/render/renderstates/qrenderstate.cpp4
-rw-r--r--src/render/renderstates/qstenciloperation.cpp4
-rw-r--r--src/render/renderstates/qstenciltest.cpp4
-rw-r--r--src/render/renderstates/qstenciltestarguments.cpp4
11 files changed, 22 insertions, 22 deletions
diff --git a/src/render/renderstates/qalphacoverage.cpp b/src/render/renderstates/qalphacoverage.cpp
index 6383f2469..785e79057 100644
--- a/src/render/renderstates/qalphacoverage.cpp
+++ b/src/render/renderstates/qalphacoverage.cpp
@@ -50,7 +50,7 @@ namespace Qt3DRender {
\since 5.7
\ingroup renderstates
\inmodule Qt3DRender
- \brief Enable alpha-to-coverage multisampling mode
+ \brief Enable alpha-to-coverage multisampling mode.
A Qt3DRender::QAlphaCoverage class enables alpha-to-coverage multisampling mode.
When enabled, the fragment alpha value is used as a coverage for the sample
@@ -97,7 +97,7 @@ namespace Qt3DRender {
\inqmlmodule Qt3D.Render
\instantiates Qt3DRender::QAlphaCoverage
\inherits RenderState
- \brief Enable alpha-to-coverage multisampling mode
+ \brief Enable alpha-to-coverage multisampling mode.
An AlphaCoverage type enables alpha-to-coverage multisampling mode.
When enabled, the fragment alpha value is used as a coverage for the sample
diff --git a/src/render/renderstates/qalphatest.cpp b/src/render/renderstates/qalphatest.cpp
index 81227d499..1e6606c02 100644
--- a/src/render/renderstates/qalphatest.cpp
+++ b/src/render/renderstates/qalphatest.cpp
@@ -48,7 +48,7 @@ namespace Qt3DRender {
/*!
\class Qt3DRender::QAlphaTest
- \brief The QAlphaTest class specify alpha reference test
+ \brief The QAlphaTest class specify alpha reference test.
\since 5.7
\inmodule Qt3DRender
\ingroup renderstates
@@ -60,7 +60,7 @@ namespace Qt3DRender {
/*!
\qmltype AlphaTest
- \brief The AlphaTest class specify alpha reference test
+ \brief The AlphaTest class specify alpha reference test.
\since 5.7
\inqmlmodule Qt3D.Render
\inherits RenderState
diff --git a/src/render/renderstates/qblendequation.cpp b/src/render/renderstates/qblendequation.cpp
index 220116626..1f3f56f92 100644
--- a/src/render/renderstates/qblendequation.cpp
+++ b/src/render/renderstates/qblendequation.cpp
@@ -42,7 +42,7 @@
* \class Qt3DRender::QBlendEquation
* \inheaderfile Qt3DRender/QBlendEquation
* \brief The QBlendEquation class specifies the equation used for both the RGB
- * blend equation and the Alpha blend equation
+ * blend equation and the Alpha blend equation.
* \inmodule Qt3DRender
* \since 5.7
* \ingroup renderstates
@@ -58,7 +58,7 @@
\inqmlmodule Qt3D.Render
\since 5.5
\brief The BlendEquation class specifies the equation used for both the RGB
- blend equation and the Alpha blend equation
+ blend equation and the Alpha blend equation.
The blend equation is used to determine how a new pixel is combined with a pixel
already in the framebuffer.
diff --git a/src/render/renderstates/qclipplane.cpp b/src/render/renderstates/qclipplane.cpp
index 19053c147..8f67ae11c 100644
--- a/src/render/renderstates/qclipplane.cpp
+++ b/src/render/renderstates/qclipplane.cpp
@@ -50,7 +50,7 @@ namespace Qt3DRender {
\inmodule Qt3DRender
\since 5.5
\brief Enables an additional OpenGL clipping plane that can be in shaders
- using gl_ClipDistance
+ using gl_ClipDistance.
By default, OpenGL supports up to 8 additional clipping planes.
Qt3DCore::QClipPlane allows to enable one of these additional planes. These
@@ -66,7 +66,7 @@ namespace Qt3DRender {
\inqmlmodule Qt3D.Render
\since 5.5
\brief Enables an additional OpenGL clipping plane that can be in shaders
- using gl_ClipDistance
+ using gl_ClipDistance.
By default, OpenGL supports up to 8 additional clipping planes. ClipPlane
allows to enable one of these additional planes. These planes can then be
diff --git a/src/render/renderstates/qdithering.cpp b/src/render/renderstates/qdithering.cpp
index 102cfa0ff..ae77ced97 100644
--- a/src/render/renderstates/qdithering.cpp
+++ b/src/render/renderstates/qdithering.cpp
@@ -51,7 +51,7 @@ namespace Qt3DRender {
\class Qt3DRender::QDithering
\since 5.7
\inmodule Qt3DRender
- \brief Enable dithering
+ \brief Enable dithering.
A Qt3DRender::QDithering class enables dithering. Dithering adds noise to the
color values to randomize quantization error in order to prevent large scale
@@ -65,7 +65,7 @@ namespace Qt3DRender {
\inqmlmodule Qt3D.Render
\inherits RenderState
\instantiates Qt3DRender::QDithering
- \brief Enable dithering
+ \brief Enable dithering.
A Dithering type enables dithering. Dithering adds noise to the
color values to randomize quantization error in order to prevent large scale
diff --git a/src/render/renderstates/qmultisampleantialiasing.cpp b/src/render/renderstates/qmultisampleantialiasing.cpp
index 156489008..bb5136846 100644
--- a/src/render/renderstates/qmultisampleantialiasing.cpp
+++ b/src/render/renderstates/qmultisampleantialiasing.cpp
@@ -48,7 +48,7 @@ namespace Qt3DRender {
/*!
\class Qt3DRender::QMultiSampleAntiAliasing
- \brief Enable multisample antialiasing
+ \brief Enable multisample antialiasing.
\since 5.7
\ingroup renderstates
\inmodule Qt3DRender
@@ -108,7 +108,7 @@ namespace Qt3DRender {
/*!
\qmltype MultiSampleAntiAliasing
- \brief Enable multisample antialiasing
+ \brief Enable multisample antialiasing.
\since 5.7
\ingroup renderstates
\inqmlmodule Qt3D.Render
diff --git a/src/render/renderstates/qnodepthmask.cpp b/src/render/renderstates/qnodepthmask.cpp
index f0376cfb6..7be7f24f4 100644
--- a/src/render/renderstates/qnodepthmask.cpp
+++ b/src/render/renderstates/qnodepthmask.cpp
@@ -49,7 +49,7 @@ namespace Qt3DRender {
/*!
\class Qt3DRender::QNoDepthMask
- \brief Disable depth write
+ \brief Disable depth write.
\since 5.7
\ingroup renderstates
\inmodule Qt3DRender
@@ -61,7 +61,7 @@ namespace Qt3DRender {
/*!
\qmltype NoDepthMask
- \brief Disable depth write
+ \brief Disable depth write.
\since 5.7
\ingroup renderstates
\inqmlmodule Qt3D.Render
diff --git a/src/render/renderstates/qrenderstate.cpp b/src/render/renderstates/qrenderstate.cpp
index e49292dbd..8a7d897be 100644
--- a/src/render/renderstates/qrenderstate.cpp
+++ b/src/render/renderstates/qrenderstate.cpp
@@ -48,7 +48,7 @@ namespace Qt3DRender {
/*!
\class Qt3DRender::QRenderState
- \brief An abstract base class for all render states
+ \brief An abstract base class for all render states.
\since 5.7
\ingroup renderstates
\inmodule Qt3DRender
@@ -59,7 +59,7 @@ namespace Qt3DRender {
/*!
\qmltype RenderState
- \brief An abstract base type for all render states
+ \brief An abstract base type for all render states.
\since 5.7
\inherits Node
\instantiates Qt3DRender::QRenderState
diff --git a/src/render/renderstates/qstenciloperation.cpp b/src/render/renderstates/qstenciloperation.cpp
index 66a326d55..af7e014f5 100644
--- a/src/render/renderstates/qstenciloperation.cpp
+++ b/src/render/renderstates/qstenciloperation.cpp
@@ -49,7 +49,7 @@ namespace Qt3DRender {
/*!
\class Qt3DRender::QStencilOperation
- \brief The QStencilOperation class specifies stencil operation
+ \brief The QStencilOperation class specifies stencil operation.
\since 5.7
\ingroup renderstates
\inmodule Qt3DRender
@@ -63,7 +63,7 @@ namespace Qt3DRender {
/*!
\qmltype StencilOperation
- \brief The StencilOperation type specifies stencil operation
+ \brief The StencilOperation type specifies stencil operation.
\since 5.7
\ingroup renderstates
\inqmlmodule Qt3D.Render
diff --git a/src/render/renderstates/qstenciltest.cpp b/src/render/renderstates/qstenciltest.cpp
index 74acfe3bc..a364c3b88 100644
--- a/src/render/renderstates/qstenciltest.cpp
+++ b/src/render/renderstates/qstenciltest.cpp
@@ -53,7 +53,7 @@ namespace Qt3DRender {
\since 5.7
\ingroup renderstates
\inmodule Qt3DRender
- \brief The QStencilTest class specifies arguments for the stecil test
+ \brief The QStencilTest class specifies arguments for the stecil test.
A Qt3DRender::QStencilTest class specifies argument for the stencil test.
The stencil test comprises of three arguments: stencil test function,
@@ -68,7 +68,7 @@ namespace Qt3DRender {
\since 5.7
\ingroup renderstates
\inqmlmodule Qt3D.Render
- \brief The StencilTest type specifies arguments for the stecil test
+ \brief The StencilTest type specifies arguments for the stecil test.
\inherits RenderState
\instantiates Qt3DRender::QStencilTest
diff --git a/src/render/renderstates/qstenciltestarguments.cpp b/src/render/renderstates/qstenciltestarguments.cpp
index ae1fd1111..dc8ff7292 100644
--- a/src/render/renderstates/qstenciltestarguments.cpp
+++ b/src/render/renderstates/qstenciltestarguments.cpp
@@ -46,7 +46,7 @@ namespace Qt3DRender {
/*!
\class Qt3DRender::QStencilTestArguments
- \brief The QStencilTestArguments class specifies arguments for stencil test
+ \brief The QStencilTestArguments class specifies arguments for stencil test.
\since 5.7
\ingroup renderstates
\inmodule Qt3DRender
@@ -57,7 +57,7 @@ namespace Qt3DRender {
/*!
\qmltype StencilTestArguments
- \brief The StencilTestArguments type specifies arguments for stencil test
+ \brief The StencilTestArguments type specifies arguments for stencil test.
\since 5.7
\ingroup renderstates
\inqmlmodule Qt3D.Render