AMD GPU Services (AGS)
Public Types | Public Attributes | List of all members
AGSBreadcrumbMarker Struct Reference

The breadcrumb marker struct used by agsDriverExtensionsDX11_WriteBreadcrumb. More...

#include <amd_ags.h>

Public Types

enum  Type { TopOfPipe = 0, BottomOfPipe = 1 }
 The marker type. More...
 
typedef enum AGSBreadcrumbMarker::Type Type
 The marker type.
 

Public Attributes

unsigned long long markerData
 The user data to write.
 
Type type
 Whether this marker is top or bottom of pipe.
 
unsigned int index
 The index of the marker. This should be less than the value specified in AGSDX11ExtensionParams::numBreadcrumbMarkers.
 

Detailed Description

The breadcrumb marker struct used by agsDriverExtensionsDX11_WriteBreadcrumb.

Member Enumeration Documentation

◆ Type

The marker type.

Enumerator
TopOfPipe 

Top-of-pipe marker.

BottomOfPipe 

Bottom-of-pipe marker.