I'm new to vulkan api and there's one thing I don't understand. I have an array of textures for reading, set to 0, read-only, and I created it using descriptor_indexing. Next, I need one buffer that changes every frame, I chose dynamic uniform for this. If I have essentially static descriptor sets, can I combine them into one, because only the contents of the dynamic uniform change.