| 68 | |
| 69 | template <> |
| 70 | inline void read_resource_decoration<spv::DecorationInputAttachmentIndex>(const spirv_cross::Compiler &compiler, |
| 71 | const spirv_cross::Resource &resource, |
| 72 | ShaderResource & shader_resource, |
| 73 | const ShaderVariant & variant) |
| 74 | { |
| 75 | shader_resource.input_attachment_index = compiler.get_decoration(resource.id, spv::DecorationInputAttachmentIndex); |
| 76 | } |
| 77 | |
| 78 | template <> |
| 79 | inline void read_resource_decoration<spv::DecorationNonWritable>(const spirv_cross::Compiler &compiler, |
nothing calls this directly
no outgoing calls
no test coverage detected