| 483 | } |
| 484 | |
| 485 | VkSampler RunnableGraph::createSampler( SamplerDesc const & samplerDesc ) |
| 486 | { |
| 487 | return m_resources.createSampler( samplerDesc ); |
| 488 | } |
| 489 | |
| 490 | VertexBuffer const & RunnableGraph::createQuadTriVertexBuffer( bool texCoords |
| 491 | , Texcoord const & config ) |