MCPcopy Create free account
hub / github.com/3Shain/dxmt / maxObjectThreadgroups

Method maxObjectThreadgroups

src/dxmt/dxmt_device.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 };
22
23 virtual uint64_t maxObjectThreadgroups() final {
24 return max_object_threadgroups_;
25 };
26
27 DeviceImpl(const DEVICE_DESC &desc) : device_(desc.device), cmd_queue_(device_) {
28 uint64_t macos_major_version = 0, macos_minor_version = 0;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected