Home | History | Annotate | Download | only in nine

Lines Matching refs:MaxSimultaneousTextures

792     pCaps->MaxSimultaneousTextures = screen->get_shader_param(screen,
794 if (pCaps->MaxSimultaneousTextures > NINE_MAX_SAMPLERS_PS)
795 pCaps->MaxSimultaneousTextures = NINE_MAX_SAMPLERS_PS;