public class Sandbox.VertexLayout.Normal : Sandbox.VertexLayout.BaseAttribute
Related Guides
Broader workflow and conceptual references connected to this API.
The fancy new way to do things in Vulkan / DX12 is bindless. This removes the limitations of the binding model allowing you to have access to far more textures and other resources within a shader and the ability to sample them from a dynamically provided identifier from buffers, vertex input, etc.
If you're just opting for default Vertex and Pixel inputs which are usable on the default shading model, these are the reference member variables for each:
The Material API is a structure to define the surface properties of what you're drawing as described by traditional PBR shading models.
A Vector is just a set of numbers that describe a position or a direction in space.
You can create links by adding a NavMeshLink Component to an GameObject.
Some Input methods are specific to Controllers/Gamepads, and are useful to know for making sure your player experience caters to those who don't play on a Keyboard + Mouse.
Constructors
Showing 2 constructors
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.VertexLayout.Normal |