Function bgfx_sys::bgfx_encoder_set_image[][src]

pub unsafe extern "C" fn bgfx_encoder_set_image(
    _this: *mut bgfx_encoder_t,
    _stage: u8,
    _handle: bgfx_texture_handle_t,
    _mip: u8,
    _access: bgfx_access_t,
    _format: bgfx_texture_format_t
)
Expand description

Set compute image from texture.

@param[in] _stage Compute stage. @param[in] _handle Texture handle. @param[in] _mip Mip level. @param[in] _access Image access. See Access::Enum. @param[in] _format Texture format. See: TextureFormat::Enum.