Skip to content

Conversation

@w0wca7a
Copy link

@w0wca7a w0wca7a commented Dec 8, 2025

Add Compute shader code example.

@w0wca7a
Copy link
Author

w0wca7a commented Dec 8, 2025

I want to know what can be added/changed and where it can be placed.
It would also be nice to have an example buffer with structures in the shader like

......
struct MyStruct
{
    float4 Color;
    float4 Normal;
    bool isAwesome;
};
RWStructuredBuffer<MyStruct> MyBuffer;
.....

but I don't think this is the right place

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants