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

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/batches/
PointSpriteParticleBatch.java 34 protected static final int sizeAndRotationUsage = 1 << 9;
39 new VertexAttribute(sizeAndRotationUsage, 3, "a_sizeAndRotation"));
44 CPU_SIZE_AND_ROTATION_OFFSET = (short)(CPU_ATTRIBUTES.findByUsage(sizeAndRotationUsage).offset/4);
BillboardParticleBatch.java 43 protected static final int sizeAndRotationUsage = 1 << 9, directionUsage = 1 << 10;
48 new VertexAttribute(sizeAndRotationUsage, 4, "a_sizeAndRotation")),
53 new VertexAttribute(sizeAndRotationUsage, 4, "a_sizeAndRotation"),
63 GPU_SIZE_ROTATION_OFFSET = (short)(GPU_ATTRIBUTES.findByUsage(sizeAndRotationUsage).offset/4),
71 GPU_EXT_SIZE_ROTATION_OFFSET = (short)(GPU_EXT_ATTRIBUTES.findByUsage(sizeAndRotationUsage).offset/4),

Completed in 316 milliseconds