summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineOpenGL
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-02-19 03:31:58 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-02-19 03:31:58 +0000
commit97b98c6e81714bf3dd0b84a91821ee85e46ea691 (patch)
treecf328c46c77920ba94e541429847aabfae46b20a /Graphics/GraphicsEngineOpenGL
parentUpdated auto stride computation (diff)
downloadDiligentCore-97b98c6e81714bf3dd0b84a91821ee85e46ea691.tar.gz
DiligentCore-97b98c6e81714bf3dd0b84a91821ee85e46ea691.zip
Fixed typo
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
-rw-r--r--Graphics/GraphicsEngineOpenGL/src/GLObjectWrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineOpenGL/src/GLObjectWrapper.cpp b/Graphics/GraphicsEngineOpenGL/src/GLObjectWrapper.cpp
index e2802c23..1fd7285c 100644
--- a/Graphics/GraphicsEngineOpenGL/src/GLObjectWrapper.cpp
+++ b/Graphics/GraphicsEngineOpenGL/src/GLObjectWrapper.cpp
@@ -29,7 +29,7 @@ namespace GLObjectWrappers
const char *GLBufferObjCreateReleaseHelper :: Name = "buffer";
const char *GLProgramObjCreateReleaseHelper :: Name = "program";
const char *GLShaderObjCreateReleaseHelper :: Name = "shader";
- const char *GLPipelineObjCreateReleaseHelper:: Name = "piepline";
+ const char *GLPipelineObjCreateReleaseHelper:: Name = "pipeline";
const char *GLVAOCreateReleaseHelper :: Name = "vertex array";
const char *GLTextureCreateReleaseHelper :: Name = "texture";
const char *GLSamplerCreateReleaseHelper :: Name = "sampler";