| 77 | |
| 78 | template <> |
| 79 | inline void read_resource_decoration<spv::DecorationNonWritable>(const spirv_cross::Compiler &compiler, |
| 80 | const spirv_cross::Resource &resource, |
| 81 | ShaderResource & shader_resource, |
| 82 | const ShaderVariant & variant) |
| 83 | { |
| 84 | shader_resource.qualifiers |= ShaderResourceQualifiers::NonWritable; |
| 85 | } |
| 86 | |
| 87 | template <> |
| 88 | inline void read_resource_decoration<spv::DecorationNonReadable>(const spirv_cross::Compiler &compiler, |
nothing calls this directly
no outgoing calls
no test coverage detected