RenderParameters

RenderParameters class

렌더 타깃의 매개변수를 설명합니다

메서드

constructor

이름설명
생성자(doubleBuffering, colorBits, depthBits, stencilBits)PixelFormat의 인스턴스를 초기화합니다

Result:


getDoubleBuffering

이름설명
getDoubleBuffering()double buffer가 사용되는지 여부를 가져오거나 설정합니다.

Result:


setDoubleBuffering

이름설명
setDoubleBuffering(value)double buffer가 사용되는지 여부를 가져오거나 설정합니다.

Result:


getColorBits

이름설명
getColorBits()color buffer에 사용될 비트 수를 가져오거나 설정합니다.

Result:


setColorBits

이름설명
setColorBits(value)color buffer에 사용될 비트 수를 가져오거나 설정합니다.

Result:


getDepthBits

이름설명
getDepthBits()depth buffer에 사용될 비트 수를 가져오거나 설정합니다.

Result:


setDepthBits

이름설명
setDepthBits(value)depth buffer에 사용될 비트 수를 가져오거나 설정합니다.

Result:


getStencilBits

이름설명
getStencilBits()stencil buffer에 사용될 비트 수를 가져오거나 설정합니다.

Result:


setStencilBits

이름설명
setStencilBits(value)stencil buffer에 사용될 비트 수를 가져오거나 설정합니다.

Result: