Deprecated List¶
- page Deprecated List
- Member portal::renderer::vulkan::allocation::Allocated< HandleType >::convert_and_update (const T &object, const size_t offset=0)
Use the
updateTypedmethod that uses thevk::ArrayProxyclass instead.
- Member portal::renderer::vulkan::allocation::Allocated< HandleType >::update (const std::vector< T > &data, const size_t offset=0)
Use the
updateTypedmethod that uses thevk::ArrayProxyclass instead.
- Member portal::renderer::vulkan::allocation::Allocated< HandleType >::update (const std::array< T, N > &data, const size_t offset=0)
Use the
updateTypedmethod that uses thevk::ArrayProxyclass instead.