Luna::RHI::BufferStateFlag::shader_read_write_ps
shader_read_write_ps = shader_read_ps | shader_write_ps
Used as a read-write resource for pixel shader. This is a combination of shader_read_ps and shader_write_ps.
shader_read_write_ps = shader_read_ps | shader_write_ps
Used as a read-write resource for pixel shader. This is a combination of shader_read_ps and shader_write_ps.