-
Notifications
You must be signed in to change notification settings - Fork 37
Add synchronization2_timeline_semaphore_simple #237
Conversation
289b971
to
27e3edb
Compare
application_sandbox/synchronization2_timeline_semaphore_simple/cube.frag
Show resolved
Hide resolved
application_sandbox/synchronization2_timeline_semaphore_simple/cube.vert
Show resolved
Hide resolved
vulkan::VulkanApplication app( | ||
data->allocator(), data->logger(), data, | ||
vulkan::VulkanApplicationOptions() | ||
.SetHostBufferSize(131072) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we use a constant and give some comments about the size?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a constant. In terms of a comment, I'm not sure why a different buffer size is wanted here. This comes from the original timeline_semaphore_simple sample.
27e3edb
to
1649156
Compare
I am seeing identical crashes on the original timeline_semaphore_simple sample. I think part of the issue is that the loop in |
Then probably we can create an issue so that we will not forget this issue. |
|
This is based on the timeline_semaphore_simple sample, but uses the synchronization2 api.