mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 23:45:46 +00:00
Maxwell3D: Reorganize and address feedback
This commit is contained in:
parent
c9690e912e
commit
57e6c1fac3
3 changed files with 31 additions and 18 deletions
|
@ -70,6 +70,10 @@ void Maxwell3D::InitializeRegisterDefaults() {
|
|||
regs.stencil_back_func_mask = 0xFFFFFFFF;
|
||||
regs.stencil_back_mask = 0xFFFFFFFF;
|
||||
|
||||
regs.depth_test_func = Regs::ComparisonOp::Always;
|
||||
regs.cull.front_face = Regs::Cull::FrontFace::CounterClockWise;
|
||||
regs.cull.cull_face = Regs::Cull::CullFace::Back;
|
||||
|
||||
// TODO(Rodrigo): Most games do not set a point size. I think this is a case of a
|
||||
// register carrying a default value. Assume it's OpenGL's default (1).
|
||||
regs.point_size = 1.0f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue