mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-16 03:38:30 +12:00
6 lines
No EOL
210 B
C
6 lines
No EOL
210 B
C
#pragma once
|
|
|
|
void LatteSoftware_setupVertexShader(struct LatteFetchShader* fetchShader, void* shaderPtr, sint32 size);
|
|
void LatteSoftware_executeVertex(sint32 index);
|
|
|
|
float* LatteSoftware_getPositionExport(); |