Skip to content

lib.dx11.compute.CalcDispatchCount

Thomas Mann edited this page Jan 17, 2024 · 3 revisions

CalcDispatchCount

in lib.dx11.compute


Uses the ThreadCount information from a compute shader to convert an element count into a thread group dispatch count.

For 2D Textures, also see [SizeToDispatchCount].


Input Parameters

Name (Relevancy & Type) Description
ThreadGroupSize (Int3Required) -
Count (Int32Required) -

Outputs

Name Type
DispatchCount T3.Core.DataTypes.Vector.Int3

Please help use to improve this documentation. Feel free to improve the description.

⚠ Everything else is automatically generated and will be overwritten regularly.

Clone this wiki locally