Skip to content

Commit f8f9431

Browse files
committed
testing github action
1 parent 9228f48 commit f8f9431

File tree

12 files changed

+69
-34
lines changed

12 files changed

+69
-34
lines changed

.idea/modules/vkk.main.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/vkk.test.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ test {
125125
// Make sure output from
126126
// standard out or error is shown
127127
// in Gradle output.
128-
showStandardStreams = true
128+
// showStandardStreams = true
129129

130130
// Or we use events method:
131131
// events 'standard_out', 'standard_error'

src/main/kotlin/vkk/_10/api/Device_vk10.kt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ interface Device_vk10 : Pointer {
7979
infix fun createCommandPool(createInfo: CommandPoolCreateInfo): VkCommandPool =
8080
stak { it createCommandPool createInfo }
8181

82-
infix fun MemoryStack.createCommandPoolUnique(createInfo: CommandPoolCreateInfo): VkCommandPool =
83-
createCommandPool(createInfo).also { }
84-
85-
infix fun createCommandPoolUnique(createInfo: CommandPoolCreateInfo): VkCommandPool =
86-
stak { it createCommandPool createInfo }
82+
// infix fun MemoryStack.createCommandPoolUnique(createInfo: CommandPoolCreateInfo): VkCommandPool =
83+
// createCommandPool(createInfo).also { vk.cleaner.register() }
84+
//
85+
// infix fun createCommandPoolUnique(createInfo: CommandPoolCreateInfo): VkCommandPool =
86+
// createCommandPool(createInfo)
8787

8888
// --- [ vkCreateComputePipelines ] ---
8989

0 commit comments

Comments
 (0)