MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / SetEncode

Method SetEncode

tests/framework/video_objects.h:236–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234
235 void SetDecode() { is_decode_ = true; }
236 void SetEncode() { is_encode_ = true; }
237
238 void EnableProfileIndependentResources() { use_profile_independent_resources_ = true; }
239 bool UseProfileIndependentResources() const { return use_profile_independent_resources_; }

Callers 4

InitEncodeH264ConfigsMethod · 0.80
InitEncodeH265ConfigsMethod · 0.80
InitEncodeAV1ConfigsMethod · 0.80
InitInvalidConfigsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected