Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-09-19 07:18:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-19 07:26:40 +0300
commita78130c6101517c09eed14215087ab3dfe36bc5c (patch)
tree9b7373181f610dc91a08816f285b2193821b73e8 /source/blender/gpu
parent8ca698427fdcbabc60ca22bdfeb91e1e0ce1f5d0 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/intern/gpu_vertex_buffer_private.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/gpu/intern/gpu_vertex_buffer_private.hh b/source/blender/gpu/intern/gpu_vertex_buffer_private.hh
index 3cce7e79857..f3450d8e0f7 100644
--- a/source/blender/gpu/intern/gpu_vertex_buffer_private.hh
+++ b/source/blender/gpu/intern/gpu_vertex_buffer_private.hh
@@ -48,11 +48,11 @@ class VertBuf {
uchar *data = NULL;
protected:
- /** Usage hint for GL optimisation. */
+ /** Usage hint for GL optimization. */
GPUUsageType usage_ = GPU_USAGE_STATIC;
private:
- /** This counter will only avoid freeing the GPUVertBuf, not the data. */
+ /** This counter will only avoid freeing the #GPUVertBuf, not the data. */
int handle_refcount_ = 1;
public:
@@ -119,4 +119,4 @@ static inline const VertBuf *unwrap(const GPUVertBuf *vert)
return reinterpret_cast<const VertBuf *>(vert);
}
-} // namespace blender::gpu \ No newline at end of file
+} // namespace blender::gpu