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: