ComputeTextureDispatchContext
Inherits: RefCounted
Description
The dispatch context used by ComputeTexture. Exposes data about the render texture to the dispatch.
Properties
|
|
|
Property Descriptions
Vector2i output_size 🔗
void set_output_size(value:
Vector2i)Vector2iget_output_size()
The size in pixels of the output texture for a dispatch.
RID output_texture_rid 🔗
void set_output_texture_rid(value:
RID)RIDget_output_texture_rid()
The texture RID of the output texture for a dispatch.