Moved frustum class to vks namespace (Refs #260)
This commit is contained in:
parent
88526730cb
commit
f35ef9d7ac
4 changed files with 4 additions and 4 deletions
|
|
@ -112,7 +112,7 @@ public:
|
|||
uint64_t pipelineStats[2] = { 0 };
|
||||
|
||||
// View frustum passed to tessellation control shader for culling
|
||||
vkTools::Frustum frustum;
|
||||
vks::Frustum frustum;
|
||||
|
||||
VulkanExample() : VulkanExampleBase(ENABLE_VALIDATION)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue