summaryrefslogtreecommitdiff
path: root/src/renderer/bind_group_layouts.h
diff options
context:
space:
mode:
authorOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-05-03 21:37:51 +1000
committerOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-05-03 21:37:51 +1000
commitaed7d1b7ac340c19656059c9cbd94aff40952f83 (patch)
tree9629cfda30456200e2496d0ac706de0002927614 /src/renderer/bind_group_layouts.h
parent8407723dfc12d302f6b696f702a5ae9caaf219c1 (diff)
create logical device
Diffstat (limited to 'src/renderer/bind_group_layouts.h')
-rw-r--r--src/renderer/bind_group_layouts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/renderer/bind_group_layouts.h b/src/renderer/bind_group_layouts.h
index d163fab..d2571ef 100644
--- a/src/renderer/bind_group_layouts.h
+++ b/src/renderer/bind_group_layouts.h
@@ -4,9 +4,9 @@
* @brief Common bindgroups (descriptor set layouts)
* @version 0.1
* @date 2024-04-28
- *
+ *
* @copyright Copyright (c) 2024
- *
+ *
*/
#pragma once
#include "defines.h"