RenderSceneBuffersRD
Inherits: RenderSceneBuffers < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Methods
Method Descriptions
void clear_context ( StringName context )
There is currently no description for this method. Please help us by contributing one!
RID create_texture ( StringName context, StringName name, DataFormat data_format, int usage_bits, TextureSamples texture_samples, Vector2i size, int layers, int mipmaps, bool unique )
There is currently no description for this method. Please help us by contributing one!
RID create_texture_from_format ( StringName context, StringName name, RDTextureFormat format, RDTextureView view, bool unique )
There is currently no description for this method. Please help us by contributing one!
RID create_texture_view ( StringName context, StringName name, StringName view_name, RDTextureView view )
There is currently no description for this method. Please help us by contributing one!
RID get_color_layer ( int layer, bool msaa=false )
There is currently no description for this method. Please help us by contributing one!
RID get_color_texture ( bool msaa=false )
There is currently no description for this method. Please help us by contributing one!
RID get_depth_layer ( int layer, bool msaa=false )
There is currently no description for this method. Please help us by contributing one!
RID get_depth_texture ( bool msaa=false )
There is currently no description for this method. Please help us by contributing one!
float get_fsr_sharpness ( ) const
There is currently no description for this method. Please help us by contributing one!
Vector2i get_internal_size ( ) const
There is currently no description for this method. Please help us by contributing one!
ViewportMSAA get_msaa_3d ( ) const
There is currently no description for this method. Please help us by contributing one!
RID get_render_target ( ) const
There is currently no description for this method. Please help us by contributing one!
ViewportScaling3DMode get_scaling_3d_mode ( ) const
There is currently no description for this method. Please help us by contributing one!
ViewportScreenSpaceAA get_screen_space_aa ( ) const
There is currently no description for this method. Please help us by contributing one!
Vector2i get_target_size ( ) const
There is currently no description for this method. Please help us by contributing one!
RID get_texture ( StringName context, StringName name ) const
There is currently no description for this method. Please help us by contributing one!
RDTextureFormat get_texture_format ( StringName context, StringName name ) const
There is currently no description for this method. Please help us by contributing one!
TextureSamples get_texture_samples ( ) const
There is currently no description for this method. Please help us by contributing one!
RID get_texture_slice ( StringName context, StringName name, int layer, int mipmap, int layers, int mipmaps )
There is currently no description for this method. Please help us by contributing one!
Vector2i get_texture_slice_size ( StringName context, StringName name, int mipmap )
There is currently no description for this method. Please help us by contributing one!
RID get_texture_slice_view ( StringName context, StringName name, int layer, int mipmap, int layers, int mipmaps, RDTextureView view )
There is currently no description for this method. Please help us by contributing one!
bool get_use_debanding ( ) const
There is currently no description for this method. Please help us by contributing one!
bool get_use_taa ( ) const
There is currently no description for this method. Please help us by contributing one!
RID get_velocity_layer ( int layer, bool msaa=false )
There is currently no description for this method. Please help us by contributing one!
RID get_velocity_texture ( bool msaa=false )
There is currently no description for this method. Please help us by contributing one!
int get_view_count ( ) const
There is currently no description for this method. Please help us by contributing one!
bool has_texture ( StringName context, StringName name ) const
There is currently no description for this method. Please help us by contributing one!