RPR Info and Setting Types

Info and setting types are used for getting information and setting options on various data in AMD Radeon ProRender. All of these are a type with an enum list of possible values.

These types can be referred to by value, for example RPR_CREATION_FLAGS_ENABLE_GPU0 = 1. However, in most cases it is better to refer to them by name, so if future versions of the API change their values, the existing code won’t need to be changed.

Constants