Searched refs:BindableResourceCommand (Results 1 – 2 of 2) sorted by relevance
132 BindableResourceCommand::BindableResourceCommand(Type type, Pipeline* pipeline) in BindableResourceCommand() function in amber::BindableResourceCommand135 BindableResourceCommand::~BindableResourceCommand() = default;138 : BindableResourceCommand(Type::kBuffer, pipeline), buffer_type_(type) {} in BufferCommand()143 : BindableResourceCommand(Type::kSampler, pipeline) {} in SamplerCommand()
471 class BindableResourceCommand : public PipelineCommand {473 BindableResourceCommand(Type type, Pipeline* pipeline);474 ~BindableResourceCommand() override;488 class BufferCommand : public BindableResourceCommand {572 class SamplerCommand : public BindableResourceCommand {