Deprecated List

Class vpr::Buffer
{No longer recommended for use: unmaintained and not updated.
Member vpr::Buffer::CopyTo (const void*data, CommandPool*cmd_pool, const VkQueue&transfer_queue, const VkDeviceSize&size, const VkDeviceSize&offset)
Use the other CopyTo method that accepts a command buffer instead of this one: using a single command buffer submission like this method does is wasteful, and is not as safe as the other method: if that method is used with a TransferPool, the transfer is guarded with a VkFence (and this method is not). Additionally, the TransferPool class is thread-safe and protects access to its queue and command pool.
Class vpr::Image
{No longer recommended for use: unmaintained and not updated.