void ResourceBarrierTransition( Texture texture, ResourceState state )

Summary

Executes a barrier transition for the given GPU Texture Resource. Transitions the texture resource to a new pipeline stage and access state.

void ResourceBarrierTransition( GpuBuffer buffer, ResourceState state )

Summary

Executes a barrier transition for the given GPU Buffer Resource. Transitions the buffer resource to a new pipeline stage and access state.

void ResourceBarrierTransition( GpuBuffer buffer, ResourceState before, ResourceState after )

Summary

Executes a barrier transition for the given GPU Buffer Resource. Transitions the buffer resource from a known source state to a specified destination state.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.