Qyoto.QGLFramebufferObjectFormat.SetInternalTextureFormat C# (CSharp) 메소드

SetInternalTextureFormat() 공개 메소드

public SetInternalTextureFormat ( int internalTextureFormat ) : void
internalTextureFormat int
리턴 void
        public void SetInternalTextureFormat(int internalTextureFormat)
        {
            interceptor.Invoke("setInternalTextureFormat$", "setInternalTextureFormat(GLenum)", typeof(void), typeof(int), internalTextureFormat);
        }