parent
9bfb3c5559
commit
d02a039188
1 changed files with 0 additions and 1 deletions
|
|
@ -172,7 +172,6 @@ void VulkanExample::getEnabledFeatures()
|
|||
{
|
||||
if (deviceFeatures.sparseBinding && deviceFeatures.sparseResidencyImage2D) {
|
||||
enabledFeatures.shaderResourceResidency = VK_TRUE;
|
||||
enabledFeatures.shaderResourceMinLod = VK_TRUE;
|
||||
enabledFeatures.sparseBinding = VK_TRUE;
|
||||
enabledFeatures.sparseResidencyImage2D = VK_TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue