This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository direct3d.
View the commit online.
commit 237a31846313dc45245258d5100db0183ca4ad2f
Author: Vincent Torri <vto...@outlook.fr>
AuthorDate: Sat Aug 19 13:39:47 2023 +0200
formatting
---
src/d3d_4.c | 1 +
src/d3d_5.c | 1 +
2 files changed, 2 insertions(+)
diff --git a/src/d3d_4.c b/src/d3d_4.c
index 4433079..b4dd011 100644
--- a/src/d3d_4.c
+++ b/src/d3d_4.c
@@ -727,6 +727,7 @@ void d3d_render(D3d *d3d)
objects[0]->index_buffer,
DXGI_FORMAT_R32_UINT,
0);
+
/* draw */
ID3D11DeviceContext_DrawIndexed(d3d->d3d_device_ctx,
objects[0]->index_count,
diff --git a/src/d3d_5.c b/src/d3d_5.c
index b2abc50..71651e6 100644
--- a/src/d3d_5.c
+++ b/src/d3d_5.c
@@ -846,6 +846,7 @@ void d3d_render(D3d *d3d)
objects[i]->index_buffer,
DXGI_FORMAT_R32_UINT,
0);
+
/* draw */
ID3D11DeviceContext_DrawIndexed(d3d->d3d_device_ctx,
objects[i]->index_count,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.