early-access version 2447

This commit is contained in:
pineappleEA
2022-01-30 00:47:49 +01:00
parent b9da2703ad
commit aa75af62d9
15 changed files with 132 additions and 9 deletions

View File

@@ -31,6 +31,7 @@ Maxwell3D::~Maxwell3D() = default;
void Maxwell3D::BindRasterizer(VideoCore::RasterizerInterface* rasterizer_) {
rasterizer = rasterizer_;
upload_state.BindRasterizer(rasterizer_);
}
void Maxwell3D::InitializeRegisterDefaults() {