ZedZone
|
Blog
|
Software
|
Code
projects
/
panamaz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3907c7
)
Remove some internal dumps.
master
author
Not Zed
<notzed@gmail.com>
Mon, 9 May 2022 13:14:56 +0000
(22:44 +0930)
committer
Not Zed
<notzed@gmail.com>
Mon, 9 May 2022 13:14:56 +0000
(22:44 +0930)
src/notzed.vulkan/gen/vulkan.pm
patch
|
blob
|
history
diff --git
a/src/notzed.vulkan/gen/vulkan.pm
b/src/notzed.vulkan/gen/vulkan.pm
index
69f94ef
..
1e2a567
100644
(file)
--- a/
src/notzed.vulkan/gen/vulkan.pm
+++ b/
src/notzed.vulkan/gen/vulkan.pm
@@
-225,7
+225,7
@@
sub buildFeatures {
$defines->{$v->{name}} = $v if $v->{category} eq 'define';
}
- if (
1
) {
+ if (
0
) {
open(my $f, '>', 'features.pm');
print $f Dumper($data);
close $f;