Cleanup
This commit is contained in:
@@ -36,13 +36,6 @@ class CubesExampleAppImpl final : public CubesExampleApp
|
||||
Shader shader;
|
||||
std::vector<SimpleDrawable> drawablesPool;
|
||||
std::vector<Node> nodesPool;
|
||||
|
||||
InputAction* actionForward;
|
||||
InputAction* actionSide;
|
||||
InputAction* actionLookUp;
|
||||
InputAction* actionLookSide;
|
||||
|
||||
float yaw = 0, pitch = 0;
|
||||
Vector3f_SIMD position = {0,0,-10};
|
||||
|
||||
public:
|
||||
@@ -108,4 +101,4 @@ std::unique_ptr<openVulkanoCpp::IGraphicsApp> CubesExampleApp::Create()
|
||||
}
|
||||
|
||||
#pragma clang diagnostic pop
|
||||
#pragma clang diagnostic pop
|
||||
#pragma clang diagnostic pop
|
||||
Reference in New Issue
Block a user