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-01-28 11:39:45 +0300
committerHans-Kristian Arntzen <post@arntzen-software.no>2019-01-28 12:25:13 +0300
commit18a4accd2f036d7d631ec59f04febcc8c928f304 (patch)
tree4725c1aead995b6eb90c57942ea5a88f37f21d5d /spirv_hlsl.hpp
parent7430e78a8cdde2e7e44824cebd1aa18601dd9230 (diff)
HLSL/MSL: Fix texture projection with Dref.
We need to divide the Dref by q.
Diffstat (limited to 'spirv_hlsl.hpp')
-rw-r--r--spirv_hlsl.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/spirv_hlsl.hpp b/spirv_hlsl.hpp
index d06229cd..b2b60fca 100644
--- a/spirv_hlsl.hpp
+++ b/spirv_hlsl.hpp
@@ -184,7 +184,6 @@ private:
Options hlsl_options;
bool requires_op_fmod = false;
- bool requires_textureProj = false;
bool requires_fp16_packing = false;
bool requires_explicit_fp16_packing = false;
bool requires_unorm8_packing = false;