C# 클래스 QuadVideo.ConvolutionProcessor

상속: NewTOAPIA.GL.Imaging.UnaryTextureProcessor
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Convolution_Frag string

공개 메소드들

메소드 설명
ConvolutionProcessor ( GraphicsInterface gi, int width, int height, ConvolutionKernel whichKernel ) : System

보호된 메소드들

메소드 설명
SetUniformVariables ( ) : void

메소드 상세

ConvolutionProcessor() 공개 메소드

public ConvolutionProcessor ( GraphicsInterface gi, int width, int height, ConvolutionKernel whichKernel ) : System
gi NewTOAPIA.GL.GraphicsInterface
width int
height int
whichKernel ConvolutionKernel
리턴 System

SetUniformVariables() 보호된 메소드

protected SetUniformVariables ( ) : void
리턴 void

프로퍼티 상세

Convolution_Frag 공개적으로 정적으로 프로퍼티

public static string Convolution_Frag
리턴 string