Skip to content

lib.dx11.buffer.StructuredBufferWithViews

Thomas Mann edited this page Jan 17, 2024 · 1 revision

StructuredBufferWithViews

in lib.dx11.buffer


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].


Input Parameters

Name (Relevancy & Type) Description
Count (Int32) -
Stride (Int32) -
CreateSrv (Boolean) -
CreateUav (Boolean) -
BufferFlags (UnorderedAccessViewBufferFlags) -

Outputs

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.

Clone this wiki locally