Skip to content

Commit

Permalink
debug windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbruyere committed Dec 21, 2021
1 parent 1262971 commit bffa8ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/vkvg_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ VkvgDevice vkvg_device_create(VkSampleCountFlags samples, bool deferredResolve)
if (vkh_phyinfo_create_queues (pi, pi->gQueue, 1, qPriorities, &pQueueInfos[qCount]))
qCount++;

VkPhysicalDeviceFeatures enabledFeatures = {
//.fillModeNonSolid = true,
VkPhysicalDeviceFeatures enabledFeatures = { 0
//.fillModeNonSolid = true
};

enabledExtsCount=0;
Expand Down
8 changes: 4 additions & 4 deletions tests/inverse_colinear.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ bool startWithArc = false, endWithArc = false;

int ptsCount = 4;
int initPtsCount = 4;
/*vec2 pts[] = {
vec2 pts[] = {
{150,150},
{200,300},
{250,150},
{280,350},
};*/
vec2 pts[] = {
};
/*vec2 pts[] = {
{150,150},
{250,150},
{100,150},
{150,200},
};
};*/
int hoverPt = -1;
double pointSize = 7;

Expand Down

0 comments on commit bffa8ec

Please sign in to comment.