Public Member Functions | Public Attributes
nvidia::apex::UserRenderSurfaceBufferDesc Class Reference

Describes the semantics and layout of a Surface buffer. More...

#include <UserRenderSurfaceBufferDesc.h>

List of all members.

Public Member Functions

void setDefaults ()
 Default values.
bool isValid (void) const
 Checks if the surface buffer descriptor is valid.

Public Attributes

uint32_t width
 The size of U-dimension.
uint32_t height
 The size of V-dimension.
uint32_t depth
 The size of W-dimension.
RenderDataFormat::Enum format
 Data format of suface buffer.
bool registerInCUDA
 Declare if the resource must be registered in CUDA upon creation.
PxCudaContextManager * interopContext

Detailed Description

Describes the semantics and layout of a Surface buffer.


Member Data Documentation

This context must be used to register and unregister the resource every time the device is lost and recreated.


The documentation for this class was generated from the following file:

Generated on Sat Dec 1 2018 15:52:11

Copyright © 2012-2018 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.