lib.dx11.buffer.StructuredBufferWithViews - tooll3/t3 GitHub Wiki
Generates a GPU buffer with optional shader resource view and unordered access view. This 'BufferWithView' type makes it easier to use the buffer without generating new shader resource views.
You can access the views with [GetBufferComponents].
Name (Relevancy & Type) | Description |
---|---|
Count (Int32) | - |
Stride (Int32) | - |
CreateSrv (Boolean) | - |
CreateUav (Boolean) | - |
BufferFlags (UnorderedAccessViewBufferFlags) | - |
Name | Type |
---|---|
BufferWithViews | T3.Core.DataTypes.BufferWithViews |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.