Fix various typos (#2719)

Found via `codespell -q 3 -S ./3rdparty,*.ttf -L attribut,ba,clude,conly,indext,inout,lod,nclude,retur,utput`
This commit is contained in:
luzpaz
2022-02-05 14:34:15 -05:00
committed by GitHub
parent e79f92a241
commit 6875e96bcb
27 changed files with 71 additions and 71 deletions

View File

@@ -823,7 +823,7 @@ public:
ImGui::Combo("spatial sample extent", &m_spatialSampleType, "three\0five\0\0");
if (ImGui::IsItemHovered() )
{
ImGui::SetTooltip("select 3x3 or 5x5 filter kernal");
ImGui::SetTooltip("select 3x3 or 5x5 filter kernel");
}
ImGui::SliderFloat("sigma z", &m_sigmaDepth, 0.0f, 0.1f, "%.5f");
@@ -1061,7 +1061,7 @@ public:
// Shader uniforms
Uniforms m_uniforms;
// Uniforms to indentify texture samplers
// Uniforms to identify texture samplers
bgfx::UniformHandle s_albedo;
bgfx::UniformHandle s_color;
bgfx::UniformHandle s_normal;