Aqoole_Hateenaの技術日記

vulkan+raytraceで色々描いてます

2021-12-15から1日間の記事一覧

ImageとImageViewについて

Imageについて 仕様書によるとVulkan® 1.2.202 - A Specification (with all registered Vulkan extensions) Images represent multidimensional - up to 3 - arrays of data which can be used for various purposes (e.g. attachments, textures), by bind…

Render Pass, SubpassとFramebufferについて

Render Passについて 仕様書には次のように書かれている。 Vulkan® 1.2.202 - A Specification (with all registered Vulkan extensions) Draw commands must be recorded within a render pass instance. Each render pass instance defines a set of image…