mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
VideoCommon: Add dynamic vertex loader to ubershaders
This commit is contained in:
@ -93,6 +93,13 @@ struct VertexShaderConstants
|
||||
|
||||
float4 cached_tangent;
|
||||
float4 cached_binormal;
|
||||
// For UberShader vertex loader
|
||||
u32 vertex_stride;
|
||||
u32 vertex_offset_normals[3];
|
||||
u32 vertex_offset_position;
|
||||
u32 vertex_offset_posmtx;
|
||||
u32 vertex_offset_colors[2];
|
||||
u32 vertex_offset_texcoords[8];
|
||||
};
|
||||
|
||||
struct GeometryShaderConstants
|
||||
|
Reference in New Issue
Block a user