C# 클래스 Fusion.Engine.Graphics.BitonicSort

Class for base image processing such as copying, blurring, enhancement, anti-aliasing etc.
상속: Fusion.Engine.Common.GameModule
파일 보기 프로젝트 열기: demiurghg/FusionEngine 1 사용 예제들

공개 메소드들

메소드 설명
BitonicSort ( Game Game ) : System
Initialize ( ) : void

Initializes Filter service

Sort ( StructuredBuffer buffer ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
LoadContent ( ) : void

SetConstants ( uint iLevel, uint iLevelMask, uint iWidth, uint iHeight ) : void

메소드 상세

BitonicSort() 공개 메소드

public BitonicSort ( Game Game ) : System
Game Game
리턴 System

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Initialize() 공개 메소드

Initializes Filter service
public Initialize ( ) : void
리턴 void

Sort() 공개 메소드

public Sort ( StructuredBuffer buffer ) : void
buffer StructuredBuffer
리턴 void