Private
Public Access
1-post thread, 1 image, Nov 8 2022. Single-post example showing
storage image format by aliased name + bound as sampled image;
buffer access {readonly, writeonly, volatile (read uncached), atomic}
by aliased name as {uint, uint4, float, float4}. Earliest documented
example of the Bind-Everything-Once pattern that resurfaces in the
Dec 2023 VK retrospective (1736161886079533186) and the Dec 2024
STORAGE_TEXEL_BUFFER deep dive (1870351985855119449).
799 B
799 B
title: "Example of "Bind-Everything-Once" Layout Aliasing in Vulkan. Storage image forma" author: "NOTimothyLottes" handle: "@NOTimothyLottes" post_url: "https://x.com/NOTimothyLottes/status/1589810282104524800" post_id: "1589810282104524800" timestamp: "2022-11-08 02:41:23" post_count: 1 reply_count: 0 repost_count: 0 like_count: 0 view_count: 0
@NOTimothyLottes — Example of "Bind-Everything-Once" Layout Aliasing in Vulkan. Storage image forma
Post 1 (2022-11-08 02:41:23)
Example of "Bind-Everything-Once" Layout Aliasing in Vulkan. Storage image format by aliased name, also bound as sampled image. Choose buffer {readonly,writeonly,volatile (read uncached),atomic} access by aliased name, as either {uint,uint4,float,float4}.
