Skip to content

Bindless Rendering #2135

Discussion options

You must be logged in to vote

Does MoltenVK support unbounded arrays in the shader code along side using the bindless model?

Unbounded arrays of primitives or structs in a buffer will definitely work.

Unbounded arrays of resources (textures, samplers ,buffers) in the shader will work as long as the pipeline descriptor layout defines the array size.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@JonahGoldsmith
Comment options

Answer selected by JonahGoldsmith
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Question Answered A question was answered
2 participants