Initial state
This commit is contained in:
parent
48a1e40000
commit
43f529f46b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue