aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-01-15 06:45:53 -0800
committerChris Robinson <[email protected]>2018-01-15 06:45:53 -0800
commit682205a3d44da7ff2402c7323033a1aabf2477ef (patch)
tree0ecee4feab0d6ca6c89622bc2718ee1e8e63af05 /include
parent7441311e3def88a56fcdeca9bca7938629df9d54 (diff)
Finalize ALC_SOFT_device_clock
Diffstat (limited to 'include')
-rw-r--r--include/AL/alext.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/AL/alext.h b/include/AL/alext.h
index 4b9a1553..1a76397b 100644
--- a/include/AL/alext.h
+++ b/include/AL/alext.h
@@ -459,6 +459,21 @@ AL_API const ALchar* AL_APIENTRY alGetStringiSOFT(ALenum pname, ALsizei index);
#define ALC_OUTPUT_LIMITER_SOFT 0x199A
#endif
+#ifndef ALC_SOFT_device_clock
+#define ALC_SOFT_device_clock 1
+typedef int64_t ALCint64SOFT;
+typedef uint64_t ALCuint64SOFT;
+#define ALC_DEVICE_CLOCK_SOFT 0x1600
+#define ALC_DEVICE_LATENCY_SOFT 0x1601
+#define ALC_DEVICE_CLOCK_LATENCY_SOFT 0x1602
+#define AL_SAMPLE_OFFSET_CLOCK_SOFT 0x1202
+#define AL_SEC_OFFSET_CLOCK_SOFT 0x1203
+typedef void (ALC_APIENTRY*LPALCGETINTEGER64VSOFT)(ALCdevice *device, ALCenum pname, ALsizei size, ALCint64SOFT *values);
+#ifdef AL_ALEXT_PROTOTYPES
+ALC_API void ALC_APIENTRY alcGetInteger64vSOFT(ALCdevice *device, ALCenum pname, ALsizei size, ALCint64SOFT *values);
+#endif
+#endif
+
#ifdef __cplusplus
}
#endif