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

OP_ATST() public method

public OP_ATST ( ) : void
return void
        public void OP_ATST()
        {
            GpuState->AlphaTestState.Function = (TestFunctionEnum)Param8(0);
            GpuState->AlphaTestState.Value = Param8(8);
            GpuState->AlphaTestState.Mask = Param8(16);
        }
GpuDisplayListRunner