mirror of
https://github.com/Ishan09811/pine.git
synced 2025-04-29 08:25:10 +00:00
Typo
This commit is contained in:
parent
20da9afbfe
commit
c2a118985d
@ -171,7 +171,7 @@ namespace skyline::gpu::interconnect {
|
|||||||
return vkMode;
|
return vkMode;
|
||||||
}};
|
}};
|
||||||
|
|
||||||
auto maxAnisotropy{ctx.gpu.*state.settings->anisotropicFilter};
|
auto maxAnisotropy{*ctx.gpu.state.settings->anisotropicFilter};
|
||||||
if (maxAnisotropy == 1.0f) maxAnisotropy = texSampler.MaxAnisotropy();
|
if (maxAnisotropy == 1.0f) maxAnisotropy = texSampler.MaxAnisotropy();
|
||||||
vk::StructureChain<vk::SamplerCreateInfo, vk::SamplerReductionModeCreateInfoEXT, vk::SamplerCustomBorderColorCreateInfoEXT> samplerInfo{
|
vk::StructureChain<vk::SamplerCreateInfo, vk::SamplerReductionModeCreateInfoEXT, vk::SamplerCustomBorderColorCreateInfoEXT> samplerInfo{
|
||||||
vk::SamplerCreateInfo{
|
vk::SamplerCreateInfo{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user