HomeSort by relevance Sort by last modified time
    Searched refs:spotLightsSize (Results 1 - 2 of 2) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/shaders/
DefaultShader.java 487 protected int spotLightsSize;
618 spotLightsSize = loc(u_spotLights1color) - spotLightsLoc;
619 if (spotLightsSize < 0) spotLightsSize = 0;
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/system/realistic/
MainShader.java 242 if (spotLightsSize <= 0) break;

Completed in 842 milliseconds