Initialize sampler create info with maxAnisotropy of 1.0f (Validation) [skip ci]
This commit is contained in:
parent
068da006eb
commit
eded1560a2
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ namespace vks
|
|||
{
|
||||
VkSamplerCreateInfo samplerCreateInfo {};
|
||||
samplerCreateInfo.sType = VK_STRUCTURE_TYPE_SAMPLER_CREATE_INFO;
|
||||
samplerCreateInfo.maxAnisotropy = 1.0f;
|
||||
return samplerCreateInfo;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue