struct CombinedImageSamplerParameter

Defined at line 971 of file ../../third_party/spirv-cross/src/spirv_common.hpp

When calling a function, and we're remapping separate image samplers,

resolve these arguments into combined image samplers and pass them

as additional arguments in this order.

It gets more complicated as functions can pull in their own globals

and combine them with parameters,

so we need to distinguish if something is local parameter index

or a global ID.

Public Members

TypedID id
TypedID image_id
TypedID sampler_id
bool global_image
bool global_sampler
bool depth