Skip to content
Snippets Groups Projects

Resolve "Image-Klasse"

Merged Ghost User requested to merge 31-image-klasse into develop
2 files
+ 18
3
Compare changes
  • Side-by-side
  • Inline
Files
2
  • a9686658
    [#31] Added function to copy buffer to image · a9686658
    Lars Hoerttrich authored
@@ -31,7 +31,7 @@ namespace vkcv {
ImageManager& operator=(ImageManager&& other) = delete;
ImageManager& operator=(const ImageManager& other) = delete;
void copyBufferToImage(vk::Buffer bufffer, vk::Image image, uint32_t width, uint32_t height);
void copyBufferToImage(vk::Buffer buffer, vk::Image image, uint32_t width, uint32_t height);
void switchImageLayout(uint64_t id, vk::ImageLayout oldLayout, vk::ImageLayout newLayout);
uint64_t createImage(uint32_t width, uint32_t height);
Loading