Skip to content

Commit 0d6f88e

Browse files
RSN Parser: added SerializationDeviceGLInfo struct
1 parent 6eaf9a3 commit 0d6f88e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RenderStateNotation/scripts/cxx_config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ----------------------------------------------------------------------------
2-
# Copyright 2019-2022 Diligent Graphics LLC
2+
# Copyright 2019-2024 Diligent Graphics LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -84,6 +84,7 @@
8484

8585
"SerializationDeviceD3D11Info",
8686
"SerializationDeviceD3D12Info",
87+
"SerializationDeviceGLInfo",
8788
"SerializationDeviceVkInfo",
8889
"SerializationDeviceMtlInfo",
8990
"SerializationDeviceCreateInfo",

0 commit comments

Comments
 (0)