Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
skallweitNV committed Sep 19, 2024
1 parent 018d66a commit 5b53c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/d3d11/d3d11-helper-functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ void initSrvDesc(const TextureDesc& textureDesc, DXGI_FORMAT pixelFormat, D3D11_
? D3DUtil::calcFormat(D3DUtil::USAGE_SRV, D3DUtil::getMapFormat(textureDesc.format))
: pixelFormat;

switch(textureDesc.type)
switch (textureDesc.type)
{
case TextureType::Texture1D:
if (textureDesc.arraySize > 1)
Expand Down

0 comments on commit 5b53c56

Please sign in to comment.