Searched refs:m_immutableSamplerInfos (Results 1 – 2 of 2) sorted by relevance
50 m_immutableSamplerInfos.push_back(immutableSamplerInfo); in addBinding()83 m_immutableSamplerInfos.push_back(immutableSamplerInfo); in addIndexedBinding()107 for (size_t samplerInfoNdx = 0; samplerInfoNdx < m_immutableSamplerInfos.size(); samplerInfoNdx++) in build()109 const ImmutableSamplerInfo& samplerInfo = m_immutableSamplerInfos[samplerInfoNdx]; in build()
108 std::vector<ImmutableSamplerInfo> m_immutableSamplerInfos; member in vk::DescriptorSetLayoutBuilder