nicegraf
ngf_image_sampler_bind_info Struct Reference

Data Fields

ngf_image image
 
ngf_sampler sampler
 

Detailed Description

Specifies an image and/or sampler resource bind operation. To bind a combined image sampler, both fields have to be set.

Field Documentation

◆ image

ngf_image ngf_image_sampler_bind_info::image

The image to bind. Can be NULL if binding just a sampler.

◆ sampler

ngf_sampler ngf_image_sampler_bind_info::sampler

The sampler to bind. Can be NULL if binding just an image.