mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
Merge branch '3.6' into 3.7-beta
This commit is contained in:
commit
9a6da01892
@ -45,6 +45,7 @@ namespace Spine {
|
||||
SkeletonClipping clipper = new SkeletonClipping();
|
||||
GraphicsDevice device;
|
||||
MeshBatcher batcher;
|
||||
public MeshBatcher Batcher { get { return batcher; } }
|
||||
RasterizerState rasterizerState;
|
||||
float[] vertices = new float[8];
|
||||
int[] quadTriangles = { 0, 1, 2, 2, 3, 0 };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user