Render commands and friends#1830
Open
universalconquistador wants to merge 10 commits into
Open
Conversation
| [MemberFunction("48 89 5C 24 ?? 48 89 6C 24 ?? 56 57 41 54 41 56 41 57 48 83 EC 50 44 8B 05")] | ||
| public partial ulong Draw(bool unk); | ||
|
|
||
| [MemberFunction("E9 ?? ?? ?? ?? CC CC CC CC CC CC CC CC CC CC 48 89 5C 24 ?? 48 89 6C 24 ?? 48 89 7C 24 ?? 41 56")] |
Contributor
Author
There was a problem hiding this comment.
Yes I realize this is a terrible signature, let me know if you have any better ideas for how to do this!
Contributor
Breaking ChangesMember exists in left but not in rightFFXIVClientStructs.FFXIV.Client.Graphics.Kernel: 2RenderCommandScissorsRect: 4
RenderCommandClearDepth: 2
|
Contributor
Author
I believe basically none of these changed render command fields were correct? So I think we're good to make these breaking changes. |
|
|
||
| [StructLayout(LayoutKind.Explicit, Size = 0x40)] | ||
| public unsafe struct TextureMipRenderTarget { | ||
| [FieldOffset(0x00)] public void* D3D11RenderTargetViewOrDepthStencilView; // ID3D11RenderTargetView(1?) or ID3D11DepthStencilView(1?) |
Contributor
Author
There was a problem hiding this comment.
I bet we could use a CExporterUnion here to present both the ID3D11RenderTargetView* and the ID3D11DepthStencilView*
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A few different rendering things in support of under-UI overlay drawing: