| 596 | } |
| 597 | |
| 598 | void GenericGpuShaderDesc::getTextureValues(unsigned index, const float *& values) const |
| 599 | { |
| 600 | getImplGeneric()->getTextureValues(index, values); |
| 601 | } |
| 602 | |
| 603 | unsigned GenericGpuShaderDesc::getTextureShaderBindingIndex(unsigned index) const |
| 604 | { |
no outgoing calls