mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-07 11:38:17 +01:00
gx2: Add GX2TempGetGPUVersion.
This commit is contained in:
parent
753226cff3
commit
5c9cc47e1c
21
include/gx2/temp.h
Normal file
21
include/gx2/temp.h
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
#pragma once
|
||||||
|
#include <wut.h>
|
||||||
|
|
||||||
|
/**
|
||||||
|
* \defgroup gx2_temp Temp
|
||||||
|
* \ingroup gx2
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
uint32_t
|
||||||
|
GX2TempGetGPUVersion();
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/** @} */
|
@ -194,6 +194,9 @@ EXPORT(GX2SetTessellation);
|
|||||||
EXPORT(GX2SetMinTessellationLevel);
|
EXPORT(GX2SetMinTessellationLevel);
|
||||||
EXPORT(GX2SetMaxTessellationLevel);
|
EXPORT(GX2SetMaxTessellationLevel);
|
||||||
|
|
||||||
|
// gx2/temp.h
|
||||||
|
EXPORT(GX2TempGetGPUVersion);
|
||||||
|
|
||||||
// gx2/texture.h
|
// gx2/texture.h
|
||||||
EXPORT(GX2InitTextureRegs);
|
EXPORT(GX2InitTextureRegs);
|
||||||
EXPORT(GX2SetPixelTexture);
|
EXPORT(GX2SetPixelTexture);
|
||||||
|
Loading…
Reference in New Issue
Block a user