ホーム › Graphics.DXCore › DXCoreNotificationType
DXCoreNotificationType
列挙型メンバー 4
| 名前 | 10進 | 16進 |
|---|---|---|
| AdapterListStale | 0 | 0x0 |
| AdapterNoLongerValid | 1 | 0x1 |
| AdapterBudgetChange | 2 | 0x2 |
| AdapterHardwareContentProtectionTeardown | 3 | 0x3 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum DXCoreNotificationType : unsigned int {
AdapterListStale = 0,
AdapterNoLongerValid = 1,
AdapterBudgetChange = 2,
AdapterHardwareContentProtectionTeardown = 3
} DXCoreNotificationType;public enum DXCoreNotificationType : uint
{
AdapterListStale = 0,
AdapterNoLongerValid = 1,
AdapterBudgetChange = 2,
AdapterHardwareContentProtectionTeardown = 3,
}Public Enum DXCoreNotificationType As UInteger
AdapterListStale = 0
AdapterNoLongerValid = 1
AdapterBudgetChange = 2
AdapterHardwareContentProtectionTeardown = 3
End Enumimport enum
class DXCoreNotificationType(enum.IntEnum):
AdapterListStale = 0
AdapterNoLongerValid = 1
AdapterBudgetChange = 2
AdapterHardwareContentProtectionTeardown = 3// DXCoreNotificationType
pub const AdapterListStale: u32 = 0;
pub const AdapterNoLongerValid: u32 = 1;
pub const AdapterBudgetChange: u32 = 2;
pub const AdapterHardwareContentProtectionTeardown: u32 = 3;// DXCoreNotificationType
const (
AdapterListStale uint32 = 0
AdapterNoLongerValid uint32 = 1
AdapterBudgetChange uint32 = 2
AdapterHardwareContentProtectionTeardown uint32 = 3
)const
AdapterListStale = 0;
AdapterNoLongerValid = 1;
AdapterBudgetChange = 2;
AdapterHardwareContentProtectionTeardown = 3;// DXCoreNotificationType
pub const AdapterListStale: u32 = 0;
pub const AdapterNoLongerValid: u32 = 1;
pub const AdapterBudgetChange: u32 = 2;
pub const AdapterHardwareContentProtectionTeardown: u32 = 3;const
AdapterListStale* = 0
AdapterNoLongerValid* = 1
AdapterBudgetChange* = 2
AdapterHardwareContentProtectionTeardown* = 3enum DXCoreNotificationType : uint {
AdapterListStale = 0,
AdapterNoLongerValid = 1,
AdapterBudgetChange = 2,
AdapterHardwareContentProtectionTeardown = 3,
}#define global AdapterListStale 0x0
#define global AdapterNoLongerValid 0x1
#define global AdapterBudgetChange 0x2
#define global AdapterHardwareContentProtectionTeardown 0x3