Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Kristian Arntzen <post@arntzen-software.no>2019-05-18 11:47:02 +0300
committerHans-Kristian Arntzen <post@arntzen-software.no>2019-05-18 11:47:02 +0300
commit09c01c2d45868c7649b3a60b5fc9397946745b91 (patch)
tree13ae9abb6f985eac60c1c492648c6aa5e32aacee /spirv_cross_c.cpp
parente04bbd09489ed28ed6386bae9bbc9c902d4c2296 (diff)
Fix formatting, update C ABI version.2019-05-20
There are some issues with clang-format which require auto-formatting to be disabled for this file.
Diffstat (limited to 'spirv_cross_c.cpp')
-rw-r--r--spirv_cross_c.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/spirv_cross_c.cpp b/spirv_cross_c.cpp
index fe67c9e0..6811d027 100644
--- a/spirv_cross_c.cpp
+++ b/spirv_cross_c.cpp
@@ -1654,9 +1654,9 @@ spvc_constant_id spvc_compiler_get_work_group_size_specialization_constants(spvc
}
spvc_result spvc_compiler_get_active_buffer_ranges(spvc_compiler compiler,
- spvc_variable_id id,
- const spvc_buffer_range **ranges,
- size_t *num_ranges)
+ spvc_variable_id id,
+ const spvc_buffer_range **ranges,
+ size_t *num_ranges)
{
SPVC_BEGIN_SAFE_SCOPE
{