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-08-28 15:25:26 +0300
committerHans-Kristian Arntzen <post@arntzen-software.no>2019-08-28 15:25:26 +0300
commit3ccfbce2648ad74cbe3f4d24dca5a7aa93507eb9 (patch)
tree33d52fd4d3ca2802349e9d1772945cd036bd48f7 /spirv_cross.hpp
parentde26e08195ae5e0cbaeab6544c079cfb2ceb5137 (diff)
Run format_all.sh.
Diffstat (limited to 'spirv_cross.hpp')
-rw-r--r--spirv_cross.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/spirv_cross.hpp b/spirv_cross.hpp
index e94b53ae..90cc9956 100644
--- a/spirv_cross.hpp
+++ b/spirv_cross.hpp
@@ -772,8 +772,8 @@ protected:
uint32_t remap_parameter(uint32_t id);
void push_remap_parameters(const SPIRFunction &func, const uint32_t *args, uint32_t length);
void pop_remap_parameters();
- void register_combined_image_sampler(SPIRFunction &caller, uint32_t combined_id, uint32_t texture_id, uint32_t sampler_id,
- bool depth);
+ void register_combined_image_sampler(SPIRFunction &caller, uint32_t combined_id, uint32_t texture_id,
+ uint32_t sampler_id, bool depth);
};
struct DummySamplerForCombinedImageHandler : OpcodeHandler