Skip to content

Commit 002f9ba

Browse files
committed
Fix formatting
1 parent 29801c2 commit 002f9ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/1-introduction/1-1-getting-started/1-1-3-hello-triangle.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ D3D11_BUFFER_DESC bufferInfo = {};
414414
bufferInfo.ByteWidth = sizeof(vertices);
415415
bufferInfo.Usage = D3D11_USAGE::D3D11_USAGE_IMMUTABLE;
416416
bufferInfo.BindFlags = D3D11_BIND_FLAG::D3D11_BIND_VERTEX_BUFFER;
417+
417418
D3D11_SUBRESOURCE_DATA resourceData = {};
418419
resourceData.pSysMem = vertices;
419420
if (FAILED(_device->CreateBuffer(

0 commit comments

Comments
 (0)