Kaba function CommandBuffer.image_barrier ed
...
Syntax ed
func mut CommandBuffer.image_barrier(t: Texture*, src_access: AccessFlags, dst_access: AccessFlags, old_layout: ImageLayout, new_layout: ImageLayout)
Parameters ed
- t: Texture*
- ...
- src_access: AccessFlags
- ...
- dst_access: AccessFlags
- ...
- old_layout: ImageLayout
- ...
- new_layout: ImageLayout
- ...