Initial state

This commit is contained in:
Sascha Willems 2019-03-29 15:40:27 +01:00
parent 48a1e40000
commit 43f529f46b

View file

@ -29,7 +29,7 @@
class VulkanExample : public VulkanExampleBase class VulkanExample : public VulkanExampleBase
{ {
public: public:
bool negativeViewport; bool negativeViewport = true;
int32_t offsety = 0; int32_t offsety = 0;
int32_t offsetx = 0; int32_t offsetx = 0;
int32_t windingOrder = 1; int32_t windingOrder = 1;