mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 03:18:55 +02:00
[vulkam] Changed function location
This commit is contained in:
parent
40b2fd0e6b
commit
0dafab4053
1 changed files with 2 additions and 2 deletions
|
|
@ -3093,6 +3093,8 @@ public:
|
|||
return *rasterizer;
|
||||
}
|
||||
|
||||
[[nodiscard]] Regs::PrimitiveTopology GetTransformFeedbackOutputTopology() const;
|
||||
|
||||
struct DirtyState {
|
||||
using Flags = std::bitset<(std::numeric_limits<u8>::max)()>;
|
||||
using Table = std::array<u8, Regs::NUM_REGS>;
|
||||
|
|
@ -3153,8 +3155,6 @@ private:
|
|||
/// Retrieves information about a specific TSC entry from the TSC buffer.
|
||||
Texture::TSCEntry GetTSCEntry(u32 tsc_index) const;
|
||||
|
||||
[[nodiscard]] Regs::PrimitiveTopology GetTransformFeedbackOutputTopology() const;
|
||||
|
||||
/**
|
||||
* Call a macro on this engine.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue