Merge f779a4141a
into db4d9c668d
This commit is contained in:
commit
5e5c7b2dd7
2
lib/rt64
2
lib/rt64
|
@ -1 +1 @@
|
|||
Subproject commit 88c618c1f8d8089f94e78537e49e0d77798fc0be
|
||||
Subproject commit 646bb813a54dbef5bec8d38f5a08fd1acde1d555
|
|
@ -398,13 +398,7 @@ float zelda64::renderer::RT64Context::get_resolution_scale() const {
|
|||
}
|
||||
|
||||
void zelda64::renderer::RT64Context::load_shader_cache(std::span<const char> cache_binary) {
|
||||
// TODO figure out how to avoid a copy here.
|
||||
std::istringstream cache_stream{std::string{cache_binary.data(), cache_binary.size()}};
|
||||
|
||||
if (!app->rasterShaderCache->loadOfflineList(cache_stream)) {
|
||||
printf("Failed to preload shader cache!\n");
|
||||
assert(false);
|
||||
}
|
||||
// Deprecated.
|
||||
}
|
||||
|
||||
RT64::UserConfiguration::Antialiasing zelda64::renderer::RT64MaxMSAA() {
|
||||
|
|
Loading…
Reference in New Issue