Ejemplo n.º 1
0
        public static unsafe void LoadIndexBuffer(GSIndexBuffer indexBuffer)
        {
            IntPtr ptr = IntPtr.Zero;

            if (indexBuffer != null)
            {
                ptr = indexBuffer.GetPointer();
            }

            libobs.gs_load_indexbuffer(ptr);
        }
Ejemplo n.º 2
0
        public static unsafe void LoadIndexBuffer(GSIndexBuffer indexBuffer)
        {
            IntPtr ptr = IntPtr.Zero;

            if (indexBuffer != null)
                ptr = indexBuffer.GetPointer();

            libobs.gs_load_indexbuffer(ptr);
        }