Struct DepthStencilBPP
Depth and stencil bytes per pixel.
Inherited Members
Namespace: Evergine.OpenGL
Assembly: Evergine.OpenGL.dll
Syntax
public struct DepthStencilBPP
Constructors
DepthStencilBPP(int, int)
Initializes a new instance of the DepthStencilBPP struct.
Declaration
public DepthStencilBPP(int depth, int stencil)
Parameters
Type | Name | Description |
---|---|---|
int | depth | The depth value. |
int | stencil | The stencil value. |
Fields
Depth
Depth value.
Declaration
public int Depth
Field Value
Type | Description |
---|---|
int |
Stencil
Stencil value.
Declaration
public int Stencil
Field Value
Type | Description |
---|---|
int |