Table of Contents

Class RDAttachmentFormat

Attachment format (used by RenderingDevice).

Inheritance
RDAttachmentFormat

Remarks

This object is used by RenderingDevice.

Properties

format

The attachment's data format.

var format : int = 36

Property Value

int

Remarks

  • void set_format(int value)
  • int get_format

samples

The number of samples used when sampling the attachment.

var samples : int = 0

Property Value

int

Remarks

  • void set_samples(int value)
  • int get_samples

usage_flags

The attachment's usage flags, which determine what can be done with it.

var usage_flags : int = 0

Property Value

int

Remarks

  • void set_usage_flags(int value)
  • int get_usage_flags