Code cleanup
This commit is contained in:
parent
5c4ef25153
commit
ed35ba7b71
3 changed files with 0 additions and 19 deletions
|
|
@ -65,16 +65,6 @@ public:
|
|||
VkPipeline toon;
|
||||
} pipelines;
|
||||
|
||||
// Device features to be enabled for this example
|
||||
virtual VkPhysicalDeviceFeatures getEnabledFeatures()
|
||||
{
|
||||
//todo...
|
||||
VkPhysicalDeviceFeatures enabledFeatures{};
|
||||
enabledFeatures.fillModeNonSolid = VK_TRUE;
|
||||
enabledFeatures.wideLines = VK_TRUE;
|
||||
return enabledFeatures;
|
||||
}
|
||||
|
||||
VulkanExample() : VulkanExampleBase(ENABLE_VALIDATION)
|
||||
{
|
||||
zoom = -10.5f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue