コード例 #1
0
        public static Drawable CreatePbuffer(Drawable other, ref DrawableFormat format, uint width, uint height)
        {
            IntPtr Handle = GlitzAPI.glitz_create_pbuffer_drawable(other.Handle, ref format, width, height);

            return(new Drawable(Handle));
        }