Ejemplo n.º 1
0
        internal static IntPtr GetNativeRenderBufferPtr(IntPtr rb)
        {
            IntPtr result;

            RenderBufferHelper.INTERNAL_CALL_GetNativeRenderBufferPtr(rb, out result);
            return(result);
        }
Ejemplo n.º 2
0
 internal void SetStoreAction(RenderBufferStoreAction action)
 {
     RenderBufferHelper.SetStoreAction(out this, (int)action);
 }
Ejemplo n.º 3
0
 public IntPtr GetNativeRenderBufferPtr()
 {
     return(RenderBufferHelper.GetNativeRenderBufferPtr(this.m_BufferPtr));
 }
Ejemplo n.º 4
0
 internal void SetLoadAction(RenderBufferLoadAction action)
 {
     RenderBufferHelper.SetLoadAction(out this, (int)action);
 }