OpenTkEngine.Core.Graphics.RenderQuad C# (CSharp) Method

RenderQuad() private static method

private static RenderQuad ( float x, float y, float z, float width, float height ) : void
x float
y float
z float
width float
height float
return void
        private static void RenderQuad(float x, float y, float z, float width, float height)
        {
            RenderQuad(x, y, z, width, height, 0, 4);
        }

Same methods

Graphics::RenderQuad ( float x, float y, float z, float width, float height, int offset, int count ) : void