STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Static Public Member Functions | List of all members
Concurrency::details::_Texture_write_helper< _T, 2 > Struct Template Reference

#include <xxamp.h>

Static Public Member Functions

static void func (_Out_ void *_Tex_data, const void *_Ret, const _T &_Index) __GPU_ONLY
 

Member Function Documentation

template<typename _T >
static void Concurrency::details::_Texture_write_helper< _T, 2 >::func ( _Out_ void _Tex_data,
const void _Ret,
const _T _Index 
)
inlinestatic
984  {
985  __dp_write_texture(_Tex_data, _Ret, static_cast<unsigned int>(_Index[1]), static_cast<unsigned int>(_Index[0]), 1);
986  }
_In_ size_t _In_ int _Index
Definition: time.h:102
void __dp_write_texture(_Out_ void *, const void *, unsigned int, unsigned int, unsigned int) __GPU_ONLY

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