Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Consume function

Removes a value from the end of the buffer.

Syntax

T Consume(void);

Parameters

This function has no parameters.

Return value

Type: T

The value removed (can be a structure).

Remarks

T can be any data type including a structure.

This function is supported for the following types of shaders:

VertexHullDomainGeometryPixelCompute
xxxxxx

 

See also

ConsumeStructuredBuffer
Shader Model 5

 

 

Show:
© 2017 Microsoft