mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 18:07:35 +00:00
LibGL+LibGPU+LibSoftGPU: Move StencilConfiguration.h to LibGPU
This commit is contained in:
parent
b652db1f54
commit
e416380826
8 changed files with 73 additions and 41 deletions
|
@ -3144,7 +3144,7 @@ void GLContext::sync_stencil_configuration()
|
|||
m_stencil_configuration_dirty = false;
|
||||
|
||||
auto set_device_stencil = [&](GPU::Face face, StencilFunctionOptions func, StencilOperationOptions op) {
|
||||
SoftGPU::StencilConfiguration device_configuration;
|
||||
GPU::StencilConfiguration device_configuration;
|
||||
|
||||
// Stencil test function
|
||||
auto map_func = [](GLenum func) -> GPU::StencilTestFunction {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue