| 584 | } |
| 585 | |
| 586 | void GenericGpuShaderDesc::getTexture(unsigned index, |
| 587 | const char *& textureName, |
| 588 | const char *& samplerName, |
| 589 | unsigned & width, unsigned & height, |
| 590 | TextureType & channel, |
| 591 | TextureDimensions & dimensions, |
| 592 | Interpolation & interpolation) const |
| 593 | { |
| 594 | getImplGeneric()->getTexture(index, textureName, samplerName, width, height, channel, |
| 595 | dimensions, interpolation); |
| 596 | } |
| 597 | |
| 598 | void GenericGpuShaderDesc::getTextureValues(unsigned index, const float *& values) const |
| 599 | { |
no outgoing calls