You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Bindless][Exp] Add constructors to image handle structs (#11896)
- Constructors were added to the `sampled_image_handle` and
`unsampled_image_handle` structs to allow creation of image handles from
raw handles.
- Removed `sampler_handle` member from `sampled_image_handle` struct,
awaiting the LevelZero and SPIR-V extensions to become more mature
before deciding whether we need a sampler handle.
- Align naming of raw image handle members between specification and
implementation.
0 commit comments