Axiom.RenderSystems.OpenGLES.GLESRenderSystem.SetWorldMatrices C# (CSharp) Method

SetWorldMatrices() public method

public SetWorldMatrices ( Matrix4 matrices, ushort count ) : void
matrices Matrix4
count ushort
return void
		public override void SetWorldMatrices( Matrix4[] matrices, ushort count )
		{
			base.SetWorldMatrices( matrices, count );
		}
GLESRenderSystem