Currently the texture types are named along the lines of: ``` texture_sampled_1d texture_ro_1d texture_rw_1d depth_1d ``` Should those names be kept, what are some alternatives? ``` texture_1d texture_1d<read | write> depth_1d ```