class_rdattachmentformat.rst 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RDAttachmentFormat.xml.
  6. .. _class_RDAttachmentFormat:
  7. RDAttachmentFormat
  8. ==================
  9. **Inherits:** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. Properties
  11. ----------
  12. +------------------------------------------------------------+-------------------------------------------------------------------+--------+
  13. | :ref:`DataFormat<enum_RenderingDevice_DataFormat>` | :ref:`format<class_RDAttachmentFormat_property_format>` | ``36`` |
  14. +------------------------------------------------------------+-------------------------------------------------------------------+--------+
  15. | :ref:`TextureSamples<enum_RenderingDevice_TextureSamples>` | :ref:`samples<class_RDAttachmentFormat_property_samples>` | ``0`` |
  16. +------------------------------------------------------------+-------------------------------------------------------------------+--------+
  17. | :ref:`int<class_int>` | :ref:`usage_flags<class_RDAttachmentFormat_property_usage_flags>` | ``0`` |
  18. +------------------------------------------------------------+-------------------------------------------------------------------+--------+
  19. Property Descriptions
  20. ---------------------
  21. .. _class_RDAttachmentFormat_property_format:
  22. - :ref:`DataFormat<enum_RenderingDevice_DataFormat>` **format**
  23. +-----------+-------------------+
  24. | *Default* | ``36`` |
  25. +-----------+-------------------+
  26. | *Setter* | set_format(value) |
  27. +-----------+-------------------+
  28. | *Getter* | get_format() |
  29. +-----------+-------------------+
  30. ----
  31. .. _class_RDAttachmentFormat_property_samples:
  32. - :ref:`TextureSamples<enum_RenderingDevice_TextureSamples>` **samples**
  33. +-----------+--------------------+
  34. | *Default* | ``0`` |
  35. +-----------+--------------------+
  36. | *Setter* | set_samples(value) |
  37. +-----------+--------------------+
  38. | *Getter* | get_samples() |
  39. +-----------+--------------------+
  40. ----
  41. .. _class_RDAttachmentFormat_property_usage_flags:
  42. - :ref:`int<class_int>` **usage_flags**
  43. +-----------+------------------------+
  44. | *Default* | ``0`` |
  45. +-----------+------------------------+
  46. | *Setter* | set_usage_flags(value) |
  47. +-----------+------------------------+
  48. | *Getter* | get_usage_flags() |
  49. +-----------+------------------------+
  50. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  51. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  52. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  53. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  54. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  55. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`