ComputeTextureDispatchContext

Inherits: RefCounted

Description

The dispatch context used by ComputeTexture. Exposes data about the render texture to the dispatch.

Properties

Vector2i

output_size

RID

output_texture_rid


Property Descriptions

Vector2i output_size 🔗

  • void set_output_size(value: Vector2i)

  • Vector2i get_output_size()

The size in pixels of the output texture for a dispatch.


RID output_texture_rid 🔗

  • void set_output_texture_rid(value: RID)

  • RID get_output_texture_rid()

The texture RID of the output texture for a dispatch.