| 630 | } |
| 631 | |
| 632 | void GenericGpuShaderDesc::get3DTextureValues(unsigned index, const float *& values) const |
| 633 | { |
| 634 | getImplGeneric()->get3DTextureValues(index, values); |
| 635 | } |
| 636 | |
| 637 | unsigned GenericGpuShaderDesc::get3DTextureShaderBindingIndex(unsigned index) const |
| 638 | { |
no outgoing calls