nicegraf
|
Data Fields | |
ngf_image | image |
ngf_sampler | sampler |
Specifies an image and/or sampler resource bind operation. To bind a combined image sampler, both fields have to be set.
ngf_image ngf_image_sampler_bind_info::image |
The image to bind. Can be NULL if binding just a sampler.
ngf_sampler ngf_image_sampler_bind_info::sampler |
The sampler to bind. Can be NULL if binding just an image.