if (result != VK_SUCCESS)
return result;
- // Allocate new structure to store peristent data
+ // Allocate new structure to store persistent data
layer_data *my_data = new layer_data;
// Associate this instance with the newly allocated data
return result;
}
- // Allocate new structure to store peristent data
+ // Allocate new structure to store persistent data
layer_data *my_data = new layer_data;
// Associate this instance with the newly allocated data
print(self.generate())
def _requires_special_trampoline_code(self, name):
- # Dont be cute trying to use a general rule to programmatically populate this list
+ # Don't be cute trying to use a general rule to programmatically populate this list
# it just obsfucates what is going on!
wsi_creates_dispatchable_object = ["CreateSwapchainKHR"]
creates_dispatchable_object = ["CreateDevice", "GetDeviceQueue", "AllocateCommandBuffers"] + wsi_creates_dispatchable_object