bind_descriptor_set method

bind_descriptor_set(self, descriptor_set)

Bind the descriptor set to current pipeline


def bind_descriptor_set(self, descriptor_set):
    ...
ParameterTypeDescription
descriptor_setIDescriptorSet

See Also