-
Notifications
You must be signed in to change notification settings - Fork 200
lib.dx11.buffer.StructuredBufferWithViews
Thomas Mann edited this page Jan 17, 2024
·
1 revision
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.
Reference
Getting started
- Basic Concepts
- How Tooll Works
- Keyboard shortcuts
- Video tutorials
- Rendering Videos
- Exporting to Executable
- Creating new Operators
- Tooll for live performances
- Presets and Snapshots
- Optimizing Rendering Performance
- Using backups
- Realtime Rendering for Artists
Advanced features