CSPspEmu.Core.Gpu.Run.GpuDisplayListRunner.OP_TFLUSH C# (CSharp) Method

OP_TFLUSH() public method

Texture Flush. Flush texture page-cache Do this if you have copied/rendered into an area currently in the texture-cache
NOTE: 'sceGuTexImage' and 'sceGuTexMode' calls TFLUSH.
public OP_TFLUSH ( ) : void
return void
        public void OP_TFLUSH()
        {
            GpuDisplayList.GpuProcessor.GpuImpl.TextureFlush(GpuState);
        }
GpuDisplayListRunner