| 37 | VkDescriptorSetLayout GetDescriptorSetLayout() const { return m_descriptorSetLayout; } |
| 38 | |
| 39 | VkPipelineLayout GetPipelineLayout() const { return m_pipelineLayout; } |
| 40 | |
| 41 | TextureBindings const & GetTextureBindings() const { return m_textureBindings; } |
| 42 |
no outgoing calls
no test coverage detected